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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a bug that kept sugar.collect from working with for loop macros [backport]
Araq
2019-12-24
1
-10
/
+11
*
case coverage error message for `char` (#12948)
Jasper Jenkins
2019-12-22
2
-3
/
+6
*
fixes #12735 on osx, call dsymutil for debug builds (#12931)
Timothee Cour
2019-12-21
2
-0
/
+22
*
Fix #12785 (#12943)
RSDuck
2019-12-21
1
-0
/
+4
*
fix cmdline bugs affecting nimBetterRun correctness (#12933) [backport]
Timothee Cour
2019-12-19
1
-3
/
+15
*
Better case coverage error message for alias and range enum (#12913)
Jasper Jenkins
2019-12-18
3
-67
/
+60
*
fixes #12899 (#12921)
Andreas Rumpf
2019-12-18
3
-12
/
+18
*
Cleanup leftovers of #12911(#12916)
Clyybber
2019-12-17
1
-2
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
14
-153
/
+297
*
allow typed/untyped in magic procs (#12911)
Timothee Cour
2019-12-17
1
-4
/
+10
*
fixes #12885 [backport] (#12895)
Andreas Rumpf
2019-12-13
1
-0
/
+4
*
Fixes #12883 (#12894)
cooldome
2019-12-13
1
-0
/
+13
*
fixes #12882 (#12889)
cooldome
2019-12-13
1
-1
/
+1
*
fixes #12148 [backport] (#12888)
Andreas Rumpf
2019-12-12
1
-1
/
+1
*
invoke createTypeBoundOps for constructors (#12878)
cooldome
2019-12-11
1
-0
/
+7
*
ARC: fixes cycle detection and move the .cursor attribute into closures (#12872)
Andreas Rumpf
2019-12-11
2
-1
/
+3
*
Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777)
Ico Doornekamp
2019-12-10
1
-5
/
+5
*
ARC: yet another bugfix (#12871)
Andreas Rumpf
2019-12-10
1
-25
/
+41
*
completes #12799, fixes #12216 (#12870)
Andreas Rumpf
2019-12-10
1
-0
/
+1
*
fixes #12827 (#12829) [backport]
cooldome
2019-12-10
1
-4
/
+5
*
fixes #12820 (#12828)
cooldome
2019-12-09
1
-0
/
+7
*
Support cross compiling from host to host (#12859)
Neelesh Chandola
2019-12-09
1
-2
/
+1
*
Assigning template to var/let/const gives a proper error (#12851)
Neelesh Chandola
2019-12-09
1
-5
/
+9
*
Fixes #12832 (#12842) [backport]
Neelesh Chandola
2019-12-08
1
-0
/
+5
*
VM: allow ptr setting ptr fields (#12825)
Timothee Cour
2019-12-06
1
-1
/
+5
*
fixes #12821 (#12822)
cooldome
2019-12-06
1
-5
/
+10
*
Fixed objects being erroneously zeroed out before object construction (#12814...
Neelesh Chandola
2019-12-05
1
-0
/
+3
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
5
-247
/
+219
*
fixes #12783 [backport] (#12810)
cooldome
2019-12-05
1
-6
/
+3
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
8
-81
/
+118
*
fixes #12804 (#12809)
cooldome
2019-12-05
1
-2
/
+2
*
fix #12740 (#12774)
Arne Döring
2019-12-04
1
-7
/
+16
*
Fix external file recompilation (#12802)
cooldome
2019-12-03
1
-1
/
+1
*
Path substitution for --out and --outdir (#12796)
genotrance
2019-12-03
2
-6
/
+4
*
Fixes #12734 (#12784)
Tomohiro
2019-12-01
1
-1
/
+4
*
Refactored VM registerlayout. The size and location of the registers in (#12775)
Ico Doornekamp
2019-11-30
2
-29
/
+54
*
[backport] always set `fileInfoIdx.isKnownFile` (#12773)
Jasper Jenkins
2019-11-29
1
-0
/
+1
*
fixes #12669
Araq
2019-11-29
1
-11
/
+26
*
fixes #12766
Araq
2019-11-29
1
-8
/
+12
*
Fixes #12767 (#12768)
genotrance
2019-11-29
1
-0
/
+2
*
fixes #11727 [backport]
Araq
2019-11-28
3
-5
/
+12
*
fixes #12488 [backport]
Araq
2019-11-28
1
-1
/
+4
*
ARC: implemented a simple cycle detector
Araq
2019-11-28
3
-6
/
+42
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
109
-6255
/
+6116
*
Substitute $nimbleDir in --path flags (#12750)
genotrance
2019-11-28
3
-2
/
+17
*
VM: improvements for var T/addr (#12667); fixes #12489
Andreas Rumpf
2019-11-28
3
-8
/
+43
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
2
-2
/
+2
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
3
-0
/
+6
*
fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backp...
Timothee Cour
2019-11-25
2
-12
/
+15
*
Revert "ARC: another critical bugfix; temporary tuples we introduce for tuple...
narimiran
2019-11-24
1
-1
/
+0
[next]