summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* make C++ tests green againAndreas Rumpf2018-01-221-2/+2
* GC: also report total GC'ed heap size ignoring losses due to fragmentationAndreas Rumpf2018-01-211-1/+3
* writeStackTrace now officially has no IO effect anymore for more convenient d...Andreas Rumpf2018-01-211-2/+2
* M&S GC: minor code cleanupAndreas Rumpf2018-01-211-6/+0
* GC: fixes size computation for leak detectionAndreas Rumpf2018-01-211-4/+4
* GC add 'string' to dumpNumberOfInstancesAndreas Rumpf2018-01-211-0/+5
* Mark&Sweep GC: introduce nimTracing define for debuggingAndreas Rumpf2018-01-192-2/+42
* fixes size computations for 'dumpNumberOfInstances'Andreas Rumpf2018-01-191-1/+1
* bugfix: do not call memcmp for nil stringsAndreas Rumpf2018-01-191-3/+6
* leak detector: sort type based entries by total used bytesAndreas Rumpf2018-01-181-2/+28
* alloc.nim: Make 'logAlloc' produce a toy Nim program for easier memory tracingAndreas Rumpf2018-01-181-2/+2
* GC: enable precise global/thread local storage tracingAraq2018-01-154-62/+46
* GC improvements; distinguish between thread local and globals in the marking ...Araq2018-01-145-109/+91
* gc.nim: Add a gcAssert to enforce the no heap sharing restrictionsAraq2018-01-121-0/+1
* Fix for isssue in parseBiggestFloat #7060 (#7061)cooldome2018-01-111-3/+4
* - fixed lock of a program when proc echo is called on Android 5.x.x (#7054)rrenderr2018-01-101-2/+3
* Don't zeroMem result of boehmAlloc() (#7029)Mathias Stearn2018-01-051-3/+1
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-313-3/+3
* Implement language feature #6885 (#6954)cooldome2017-12-241-1/+0
* cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)Mathias Stearn2017-12-241-4/+4
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-0/+12
* Genode: constrain `osTryAllocPages` to RAM quota (#6883)Emery Hemingway2017-12-142-11/+115
* allocator: minor fix for deallocOsPagesAndreas Rumpf2017-12-111-0/+1
* Merge branch 'devel' into araq-new-mm2Araq2017-12-081-5/+6
|\
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-081-5/+6
| |\
| | * optimize setLen (#6816)Brent Pedersen2017-12-071-5/+6
* | | cleanup todo.txtAraq2017-12-071-1/+2
* | | make the new allocator workAraq2017-12-071-8/+15
* | | Threading: increase TLS size for new allocatorAraq2017-12-071-2/+2
* | | make allocator use the TLSF algorithm; work in progressAraq2017-12-071-30/+127
|/ /
* / osalloc: improve error message when virtualFree failsAraq2017-12-031-1/+1
|/
* make asyncdispatch compile with the foreign GCsAraq2017-12-011-0/+8
* remove goFree() (#6808)Ștefan Talpalaru2017-11-251-2/+0
* fixes #6753Andreas Rumpf2017-11-221-6/+6
* added when statement (#6759)Arne Döring2017-11-171-29/+32
* added system.getStackTraceEntriesAndreas Rumpf2017-11-161-21/+64
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-153-4/+4
* Fix cas when using vcc/cpp and use the correct interlocked exchange for bool ...Jörg Wollenschläger2017-11-141-6/+14
* Fix missing stacktraces when using -d:useNimRtl (#6716)Erwan Ameil2017-11-101-1/+1
* Merge branch 'devel' into araqAndreas Rumpf2017-11-071-1/+1
|\
| * fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-051-1/+1
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-021-1/+1
|\|
| * 'ord' does not produce a range type anymoreAndreas Rumpf2017-11-021-1/+1
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0217-90/+142
|\|
| * Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-313-4/+4
| * getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-301-1/+1
| * make some system modules compile againAndreas Rumpf2017-10-292-19/+19
| * more replacements for the deprecated '<'Andreas Rumpf2017-10-297-14/+14
| * sysstr: code formattingAndreas Rumpf2017-10-281-3/+3
| * make the Windows build green againAraq2017-10-171-2/+3