summary refs log tree commit diff stats
path: root/compiler/ccgtrav.nim
Commit message (Collapse)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 ↵Zahary Karadjov2013-08-191-2/+6
| | | | | | mark & sweep GC"" This reverts commit 75c586bbe1cc649b36fc00362ab40ebb1d163d9f.
* Revert "bugfix: emulated thread vars used in combination with the mark & ↵Araq2013-05-271-6/+2
| | | | | | sweep GC" This reverts commit 420789c2782be7b969ad02448841d90bd0d17a1f.
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-261-2/+6
| | | | resulted in invalid code generation
* 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 ↵Zahary Karadjov2012-04-121-11/+13
| | | | function
* 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