summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-0/+5
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-192-2/+4
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-183-25/+51
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-9/+10
* Correct all eggs (#15906)Miran2020-11-102-2/+2
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2025-02-10 01:58:31 +0000 d'>allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-1610-103/+190
* fixes #15076 (#15329)Andreas Rumpf2020-09-151-5/+18
* fixes a critical ORC bug, refs #15076 (#15323)Andreas Rumpf2020-09-141-35/+29
* Fix c_malloc inside syslocks.nim to take size_t (#15268) [backport]shirleyquirk2020-09-051-3/+3
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-0/+3
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-312-4/+10
* gc_regions: cleanup & fixes for deallocation (#11920)alaviss2020-08-171-5/+4
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-281-0/+3
* more renamingsAraq2020-07-271-0/+0
* code cleanupAraq2020-07-273-209/+1
* Fix #2408 - add -d:globalSymbols (#14904)genotrance2020-07-211-1/+4
* readLine: Unicode support for Windows console (#14782)Andreas Rumpf2020-07-201-0/+62
|\
| * readLine: Fix issues with --gc:arcktamp2020-06-261-6/+11
| * readLine: Remove recursive importsktamp2020-06-251-10/+31
| * readLine: Unicode support for Windows consolektamp2020-06-231-0/+36
* | io: fix SetHandleInformation signature to match Windows' (#15017)alaviss2020-07-201-2/+7
* | fix #15006 (#15007)flywind2020-07-171-1/+1
* | Fix #14994 (#14996)Clyybber2020-07-151-0/+1
* | repr_v2 improvements (#14992)Clyybber2020-07-151-10/+28
* | optimize the new nimPrepareStrMutationV2 with inlining (#14969)Andreas Rumpf2020-07-121-6/+9
* | Move `wasMoved` out of `=destroy`Clyybber2020-07-102-3/+1