| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace double backticks with single backticks - Part 1 out of ~6 (#17205) | Danil Yarantsev | 2021-02-28 | 1 | -6/+6 |
* | fix coro proc crash for stack problem when run long enough than a GC cycle (#... | yatsen1 | 2020-09-18 | 1 | -0/+6 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -2/+3 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -2/+5 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -1/+1 |
* | gc_common: typo | Andreas Rumpf | 2019-09-16 | 1 | -1/+1 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -2/+2 |
* | [feature] Add dynlib (required on windows/cpp) to nimCoroutines related gc_co... | Giovanni Petrantoni | 2019-06-23 | 1 | -3/+3 |
* | [bugfix] gc_common: export foreign thread gc docs (#11536) | alaviss | 2019-06-19 | 1 | -6/+12 |
* | use atomicInc/atomicDec (#10906) | Miran | 2019-03-27 | 1 | -6/+5 |
* | fixes -d:nimTypeNames leak detection regression | Andreas Rumpf | 2019-03-21 | 1 | -4/+4 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 1 | -1/+0 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -4/+4 |
* | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -2/+2 |
* | make the stdlib work with the changed docgen | Araq | 2019-01-11 | 1 | -1/+1 |
* | make testament compile again with -d:nimCoroutines | Araq | 2018-11-15 | 1 | -21/+21 |
* | gc_common: fixes a typo | Andreas Rumpf | 2018-11-15 | 1 | -19/+19 |
* | No setjump in GC for emscripten/wasm (#9386) | Yuriy Glukhov | 2018-10-17 | 1 | -14/+21 |
* | Iterator over heap instances (#8548) | Emery Hemingway | 2018-08-07 | 1 | -8/+14 |
* | Implements alloc/dealloc counters for better leak debugging. (#8384) | Dominik Picheta | 2018-07-21 | 1 | -0/+3 |
* | gc_common: minor reformating | Andreas Rumpf | 2018-07-01 | 1 | -2/+2 |
* | Expose GC_setStackBottom (#7885) | Yuriy Glukhov | 2018-06-04 | 1 | -2/+2 |
* | GC: also report total GC'ed heap size ignoring losses due to fragmentation | Andreas Rumpf | 2018-01-21 | 1 | -1/+3 |
* | GC: fixes size computation for leak detection | Andreas Rumpf | 2018-01-21 | 1 | -4/+4 |
* | GC add 'string' to dumpNumberOfInstances | Andreas Rumpf | 2018-01-21 | 1 | -0/+5 |
* | fixes size computations for 'dumpNumberOfInstances' | Andreas Rumpf | 2018-01-19 | 1 | -1/+1 |
* | leak detector: sort type based entries by total used bytes | Andreas Rumpf | 2018-01-18 | 1 | -2/+28 |
* | GC: enable precise global/thread local storage tracing | Araq | 2018-01-15 | 1 | -0/+1 |
* | GC improvements; distinguish between thread local and globals in the marking ... | Araq | 2018-01-14 | 1 | -0/+24 |
* | make gc:v2 compile again | Andreas Rumpf | 2017-09-22 | 1 | -5/+15 |
* | added system.deallocHeap feature for Nim's native GCs | Andreas Rumpf | 2017-07-22 | 1 | -0/+32 |
* | added logic to the M&S GC to detect logical leaks | Araq | 2017-06-16 | 1 | -0/+7 |
* | Fixed compilation error (#5462) | Yuriy Glukhov | 2017-03-02 | 1 | -3/+0 |
* | Use constant nimCoroutines instead of defined(nimCoroutines) | Rokas Kupstys | 2017-02-20 | 1 | -5/+5 |
* | Cleanup of gc code | Rokas Kupstys | 2017-02-20 | 1 | -146/+133 |
* | Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines | Rokas Kupstys | 2017-02-20 | 1 | -97/+97 |
* | Delete fiber context when it exits (memleak fix) | Rokas Kupstys | 2017-02-20 | 1 | -2/+18 |
* | Coroutine rework. | Rokas Kupstys | 2017-02-20 | 1 | -5/+2 |
* | Add ``tearDownForeignThreadGc`` function (#5369) | Anatoly Galiulin | 2017-02-13 | 1 | -9/+20 |
* | system.nim: don't use deprecated symbols/constructs | Araq | 2017-02-08 | 1 | -5/+5 |
* | Mark setupForeignThreadGc and initGC as gcsafe (#5353) | Anatoly Galiulin | 2017-02-08 | 1 | -1/+1 |
* | docs for the heap dump feature | Andreas Rumpf | 2017-01-16 | 1 | -0/+1 |
* | M&S GC gets the heap dump feature | Andreas Rumpf | 2017-01-15 | 1 | -0/+24 |
* | call initAllocator in foreign thread | Jez Kabanov | 2016-10-05 | 1 | -0/+1 |
* | clean up a few stray c_stdout's in gc debug code | Jacek Sieka | 2016-07-31 | 1 | -3/+3 |
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -2/+2 |
* | GCs support ForeignCells | Andreas Rumpf | 2016-03-05 | 1 | -0/+25 |
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -2/+2 |
* | Remove system.setupForeignThreadGc if `threads` option is off or TLS | Anatoly Galiulin | 2016-01-28 | 1 | -12/+22 |
* | Use ByteAddress instead of deprecated TAddress | def | 2016-01-24 | 1 | -4/+4 |