summary refs log tree commit diff stats
path: root/tests/gc/gcleak2.nim
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* code cleanup for mark&sweep GCAraq2013-02-071-1/+3
|
* GC with realtime supportAraq2012-04-211-0/+3
|
* GC tests now finally part of testsuiteAraq2011-11-101-0/+4
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-5/+4
|
* fixes #20Araq2011-03-121-0/+20