summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-3/+3
* cycle breaker (#13593)Andreas Rumpf2020-03-193-11/+243
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-192-32/+6
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-191-1/+1
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-183-7/+4
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-3/+3
* catchable defects (#13626)Andreas Rumpf2020-03-1211-32/+178
* Fix #12676 (#13634)genotrance2020-03-121-7/+15
* fixes #13519Araq2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-59/+77
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-1/+3
* Fix docgen snippet numbering (#13507)genotrance2020-03-031-1/+1
* Remove dead magics (#13551)Arne Döring2020-03-031-11/+11
* cleanup Ordinal (#13501)Timothee Cour2020-02-272-7/+3
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-10/+11
* fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)Timothee Cour2020-02-111-2/+15
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-081-1/+1
* [backport] fix #13352narimiran2020-02-071-0/+3
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-1/+1
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-11/+15
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-2/+2
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-1/+1
* Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)Hiroki Noda2020-01-292-4/+7
* 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