summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* arc allocation method aligned (#15588)cooldome2020-10-198-33/+69
* fix rlock compilation failure (#15584)shirleyquirk2020-10-151-2/+2
* ORC: API extensions for 1.4 (#15581)Andreas Rumpf2020-10-151-5/+22
* ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...Andreas Rumpf2020-10-142-19/+32
* Clean out jssys (#15442)Juan Carlos2020-10-011-6/+0
* Dont assert on setstacksize result in iOS (#15427) [backport:1.2]Yuriy Glukhov2020-09-291-1/+4
* cleanup lib/system/stacktraces.nim; refs #15416 (#15418)Andreas Rumpf2020-09-281-1/+1
* finish the stacktraces.nim implementation [backport:1.2] (#15393)Andreas Rumpf2020-09-231-6/+6
* deinitLock (#15383)flywind2020-09-221-0/+2
* better nativestacktrace support; refs #15284; backport [1.2] (#15384)Andreas Rumpf2020-09-223-25/+108
* async: removed the 'unown' references, async never worked with --newruntime a...Andreas Rumpf2020-09-201-3/+4
* arc: =deepcopy fixesAraq2020-09-201-5/+14
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-193-23/+27
* fix coro proc crash for stack problem when run long enough than a GC cycle (#...yatsen12020-09-181-0/+6
* more ORC bugfixes (#15355)Andreas Rumpf2020-09-182-8/+35
* 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
* | deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-7/+6
* | {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-4/+5
* | Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+0
|/
* fix #14750, don't allocate too much in newWideCString (#14773)Miran2020-06-231-3/+2
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-238-14/+20
* Remove outdated comment and copy of length (#14759)Clyybber2020-06-221-13/+3
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-8/+0
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-3/+8
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-141-14/+15
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-121-1/+1
* exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)ee72020-06-101-1/+1
* io: correct signature for some win32 apis (#14551)alaviss2020-06-031-5/+5
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-3/+28
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-5/+0