summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* fix stdout(etc) for emscriptenTimothee Cour2020-01-282-6/+8
* Repr v2 progress (#13268)cooldome2020-01-281-71/+59
* nimv2 widestring indexing (#13279)cooldome2020-01-281-2/+2
* Tiny since cleanup (#13286)Clyybber2020-01-281-1/+1
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-282-80/+101
* fixes #13219 (#13272)Andreas Rumpf2020-01-271-3/+5
* ARC: optimize complete object constructors to use nimNewObjUninitAraq2020-01-261-0/+17
* 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