summary refs log tree commit diff stats
path: root/lib/system/gc_interface.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #13881Andreas Rumpf2020-05-121-3/+3
| | | | | | * fixes #13881 * documented changed requirements for system.onThreadDestruction * destructors.rst: update the documentation
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-2/+2
|
* System cleanup, part 2 (#13155)Miran2020-01-151-0/+100
* create basic_types, arithmetics, exceptions, comparisons * create setops.nim * create memalloc.nim * create gc_interface.nim * create iterators_1.nim