summary refs log tree commit diff stats
path: root/compiler/ccgtrav.nim
Commit message (Expand)AuthorAgeFilesLines
* 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