index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #9222 (#9224)
cooldome
2018-10-09
2
-0
/
+26
*
Codegen fix for procs taking type(nil) (#9231)
xzfc
2018-10-09
1
-0
/
+6
*
Prevent the construction of recursive tyStatic types (#9256)
LemonBoy
2018-10-09
1
-0
/
+13
*
Add checks for except: body blocks (#9191)
Dheepak Krishnamurthy
2018-10-09
2
-0
/
+22
*
fixes #4435 (#9185)
jcosborn
2018-10-09
1
-0
/
+21
*
Fix regression w/ templates defined in async proc
LemonBoy
2018-10-03
1
-0
/
+11
*
closes #5868
Araq
2018-10-03
1
-0
/
+19
*
fixes #5015
Araq
2018-10-03
1
-1
/
+18
*
fixes #7092
Araq
2018-10-02
1
-2
/
+12
*
fixes #5479
Araq
2018-10-02
1
-1
/
+18
*
fixes #6533
Araq
2018-10-02
1
-1
/
+7
*
closes #6249
Araq
2018-10-02
1
-0
/
+22
*
Merge branch 'devel' into fix_issues_9126
Andreas Rumpf
2018-10-01
5
-1
/
+99
|
\
|
*
Fix regression with runnableExamples in generic expr
LemonBoy
2018-09-30
2
-0
/
+64
|
*
Fix ioTests category after rename
Sergey Avseyev
2018-09-29
1
-1
/
+1
|
*
Merge pull request #9121 from timotheecour/pr_fix_tasyncfilewrite
Andreas Rumpf
2018-09-29
1
-0
/
+1
|
|
\
|
|
*
remove test_async.txt after test to keep git status clean
Timothee Cour
2018-09-29
1
-0
/
+1
|
*
|
don't require an implementation for procs marked with .error; activate the mo...
Araq
2018-09-29
1
-0
/
+33
|
|
/
*
/
Fix #9126: use splitPath instead of substr
Yasuhiro Horimoto
2018-09-30
1
-0
/
+14
|
/
*
Fix codegen for some set operations
LemonBoy
2018-09-28
1
-0
/
+12
*
Constant folding should not drop distinct types
LemonBoy
2018-09-27
1
-0
/
+19
*
fixes #9076
Araq
2018-09-26
1
-0
/
+22
*
testament: quote categories too because of 'dir with space' test
Araq
2018-09-26
1
-2
/
+2
*
make t7346 work again
Andreas Rumpf
2018-09-24
1
-0
/
+0
*
make tests green again
Andreas Rumpf
2018-09-24
5
-17
/
+13
*
C codegen: support system.move and system.wasMoved
Andreas Rumpf
2018-09-24
1
-0
/
+19
*
enable destructors for top level statements; needs to be documented
Andreas Rumpf
2018-09-24
2
-1
/
+3
*
Merge pull request #9046 from LemonBoy/fix-9043
Andreas Rumpf
2018-09-23
1
-0
/
+10
|
\
|
*
Fix for VM codegen with static[T] types
LemonBoy
2018-09-23
1
-0
/
+10
*
|
Merge pull request #8746 from LemonBoy/nil-opts
Andreas Rumpf
2018-09-23
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
nil strings are movable
LemonBoy
2018-09-22
1
-0
/
+13
*
|
Merge pull request #9035 from LemonBoy/fix-3075
Andreas Rumpf
2018-09-22
1
-0
/
+29
|
\
\
|
*
|
Skip nested procedures in .async. macro
LemonBoy
2018-09-22
1
-0
/
+29
*
|
|
Merge pull request #9020 from LemonBoy/fix-9019
Andreas Rumpf
2018-09-22
1
-0
/
+27
|
\
\
\
|
*
|
|
Revert #7964
LemonBoy
2018-09-21
1
-0
/
+27
*
|
|
|
enhance iterator test case, ensure consistency between inline and closure ite...
Araq
2018-09-22
1
-2
/
+35
*
|
|
|
Fix locals() interaction with generic types
LemonBoy
2018-09-21
1
-0
/
+19
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #9015 from LemonBoy/fix-9013
Andreas Rumpf
2018-09-19
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix linking issue in cpp codegen
LemonBoy
2018-09-19
1
-0
/
+9
*
|
|
Convert *_family fields to cushort
LemonBoy
2018-09-19
4
-11
/
+5
|
/
/
*
|
attempt to make travis green for 'koch testinstall'
Andreas Rumpf
2018-09-18
1
-1
/
+8
*
|
travis: run 'koch testinstall' on OSX
Andreas Rumpf
2018-09-18
1
-8
/
+14
*
|
Merge pull request #8996 from LemonBoy/fix-2574
Andreas Rumpf
2018-09-18
1
-0
/
+14
|
\
\
|
*
|
The VM cannot call methods
LemonBoy
2018-09-17
1
-0
/
+14
*
|
|
Merge pull request #8995 from LemonBoy/fix-4952
Andreas Rumpf
2018-09-18
1
-0
/
+17
|
\
\
\
|
*
|
|
Fix error during field access in VM
LemonBoy
2018-09-17
1
-0
/
+17
|
|
/
/
*
|
|
Merge pull request #8937 from Vindaar/fixes-8925
Andreas Rumpf
2018-09-18
1
-0
/
+16
|
\
\
\
|
*
|
|
add test case
Vindaar
2018-09-17
1
-0
/
+16
|
|
/
/
*
|
|
Merge pull request #8983 from cooldome/codegen_crash
Andreas Rumpf
2018-09-18
1
-1
/
+34
|
\
\
\
|
*
|
|
Fixes 8979
Andrii Riabushenko
2018-09-16
1
-1
/
+34
[next]