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
/
ccgtrav.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
Revert "Revert "bugfix: emulated thread vars used in combination with the mar...
Zahary Karadjov
2013-08-19
1
-2
/
+6
*
Revert "bugfix: emulated thread vars used in combination with the mark & swee...
Araq
2013-05-27
1
-6
/
+2
*
bugfix: emulated thread vars used in combination with the mark & sweep GC
Zahary Karadjov
2013-05-26
1
-2
/
+6
*
make some tests green
Araq
2013-03-03
1
-2
/
+3
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-2
/
+19
*
disables the compile-time rope formatting during bootstrapping
Zahary Karadjov
2012-11-28
1
-5
/
+5
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-5
/
+4
*
closures shouldn't leak anymore
Araq
2012-07-16
1
-2
/
+4
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-11
/
+11
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-11
/
+13
*
fixes #102
Araq
2012-03-23
1
-0
/
+1
*
bugfix: GC marker procs; making tests green again
Araq
2012-03-23
1
-1
/
+5
*
implemented marker procs for the GC resulting in huge speedups
Araq
2012-03-21
1
-0
/
+121