summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* ARC: remove unnecessary codeAraq2020-01-261-14/+0
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-253-6/+10
* Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)Ico Doornekamp2020-01-255-392/+416
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-251-1/+1
* [backport] documentation: Add channels examples (#13202) [ci skip]chr v1.x2020-01-231-0/+114
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-239-246/+234
* Unexport even more symbols (#13214)alaviss2020-01-231-1/+1
* fix docs + API for fieldPairs, fields (#13189)Timothee Cour2020-01-181-26/+40
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-3/+6
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-164-5/+5
* Remove obsolete code from osalloc (#13158)Ico Doornekamp2020-01-161-10/+0
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-151-1/+1
* System cleanup, part 2 (#13155)Miran2020-01-158-0/+1671
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-154-68/+73
* VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)Timothee Cour2020-01-122-5/+16
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+170
* [backport] system/io.nim fix wrong documentation comment [ci skip]narimiran2020-01-101-2/+2
* typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...Timothee Cour2020-01-101-0/+2
* fixes #13070Araq2020-01-101-2/+2
* take the one good idea from --os:standalone and enable it via -d:StandaloneHe...Andreas Rumpf2020-01-092-8/+8
* reprjs: style changesAraq2020-01-051-12/+12
* fixes #13013, reverts previous changes to readLines() (#13036) [backport]cooldome2020-01-051-3/+5
* fixes #13032Araq2020-01-042-6/+6
* remove default argument for readLines (#12807) [backport]cooldome2020-01-021-3/+3
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-013-98/+120
* fixes #12965 (#12991)Andreas Rumpf2019-12-311-10/+11
* c_fflush() the rawWrite() buffer (#12987)Ștefan Talpalaru2019-12-301-0/+4
* generic stack trace overriding mechanism (#12922)Ștefan Talpalaru2019-12-291-10/+33
* minor refactoringsAndreas Rumpf2019-12-271-9/+9
* ARC: default to a shared heap with --threads:onAraq2019-12-242-0/+10
* ported channels to ARCAraq2019-12-241-120/+142
* fix error in assertions document (#12925) [backport]flywind2019-12-181-1/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-177-2/+762
* NaN floatFormat with clang_cl (#12910)cooldome2019-12-171-2/+2
* Better clang_cl support (#12896)cooldome2019-12-131-5/+6
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-8/+56
* more fixes for --cpu:avr [backport] (#12748)Andreas Rumpf2019-11-274-5/+8
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-0/+9
* csize_t changes: pinToCpu didn't compile (#12725)Mamy Ratsimbazafy2019-11-251-1/+1
* make tests green againAndreas Rumpf2019-11-131-2/+2
* gc:arc: support GC_ref/unref for ref TAraq2019-11-131-2/+2
* Fix #12135 and #12109 (#12137)Euan2019-11-111-0/+7
* Fix crash in terminate handler (#12572) [backport]Volodymyr Lashko2019-11-071-0/+6
* fix #12597 (#12604)Arne Döring2019-11-071-4/+4
* added 'since' template for further stdlib additionsAndreas Rumpf2019-11-072-1/+5
* [backport] fix #12395 (#12590)Miran2019-11-041-3/+3
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-316-30/+30
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-304-6/+6
* Improve Math.Trunc code emit on JS, had weird whitespaces and indents (#12549)Juan Carlos2019-10-301-10/+10
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-303-5/+5