summary refs log tree commit diff stats
path: root/compiler/ccgtrav.nim
Commit message (Expand)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-2/+2
* Revert "Revert "bugfix: emulated thread vars used in combination with the mar...Zahary Karadjov2013-08-191-2/+6
* Revert "bugfix: emulated thread vars used in combination with the mark & swee...Araq2013-05-271-6/+2
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-261-2/+6
* make some tests greenAraq2013-03-031-2/+3
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-2/+19
* disables the compile-time rope formatting during bootstrappingZahary Karadjov2012-11-281-5/+5
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-5/+4
* closures shouldn't leak anymoreAraq2012-07-161-2/+4
* proper indentation in the generated C codeZahary Karadjov2012-06-121-11/+11
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-11/+13
* fixes #102Araq2012-03-231-0/+1
* bugfix: GC marker procs; making tests green againAraq2012-03-231-1/+5
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+121