summary refs log tree commit diff stats
path: root/lib/system/gc_common.nim
Commit message (Collapse)AuthorAgeFilesLines
* SpellcheckFederico Ceratto2016-02-291-2/+2
|
* Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
| | | | emulation is enabled
* Use ByteAddress instead of deprecated TAddressdef2016-01-241-4/+4
|
* 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.