summary refs log tree commit diff stats
path: root/lib/system/gc2.nim
Commit message (Collapse)AuthorAgeFilesLines
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-70/+70
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-73/+78
|
* Clean up GCs a bitdef2015-03-101-6/+12
|
* Only zero strings when necessary.def2015-03-041-1/+1
| | | | | This removes the zeroing when the string is subsequently overwritten by a memcpy anyway.
* Merge pull request #2150 from def-/gc2-compilingAndreas Rumpf2015-02-161-70/+72
|\ | | | | Make gc2 compile again and fix some deprecation warnings
| * Clean up some more deprecation warningsdef2015-02-161-6/+6
| |
| * Make gc2 compile againdef2015-02-161-64/+66
| |
* | Fix typosFederico Ceratto2015-02-151-2/+2
|/
* Some GC renames to get rid of deprecation warningsdef2015-01-061-1/+1
|
* the big renamefest: first stepsAraq2014-08-221-1/+1
|
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* support for multiple test variables and var qualifiers in user-defined type ↵Zahary Karadjov2013-11-131-2/+1
| | | | classes
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-311-0/+1386