summary refs log tree commit diff stats
path: root/lib/system/gc_common.nim
Commit message (Collapse)AuthorAgeFilesLines
* Change TAddress to ByteAddressAndrey Sobolev2015-09-141-3/+3
|
* Support for GC working in Emscripten environmentAndrey Sobolev2015-09-111-5/+7
| | | | Support for GC working in Emscripten environment
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Coroutine support for i386/amd64 platforms unix/windows OSes ↵rku2015-07-311-0/+275
markAndSweep/refCounting GCs.