summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* newruntime for vcc (#11934) [bugfix]cooldome2019-08-141-6/+32
* Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ...Fabian Keller2019-08-131-5/+16
* fixes #11807 (#11900)Andreas Rumpf2019-08-071-6/+51
* fix #11854 (#11857)Arne Döring2019-07-302-4/+4
* style improvements; fixes #11774Araq2019-07-191-2/+2
* atomics.nim: minor improvementsAraq2019-07-121-1/+1
* minor style changesAraq2019-07-112-5/+5
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-1018-96/+96
* fixes #11447Andreas Rumpf2019-07-062-2/+4
* newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+1
* fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...Timothee Cour2019-07-031-12/+13
* [bugfix] fix mach_absolute_time header; refs #11591 (#11593)Timothee Cour2019-07-031-2/+2
* fixes #11618 (#11631)Andreas Rumpf2019-07-011-1/+1
* assertions: fixes #11545 (#11605)alaviss2019-07-011-3/+5
* Make repr use 'ptr' for ptr types instead of 'ref' (#11626)Ico Doornekamp2019-07-011-1/+2
* assertions: make assert follow excessiveStackTrace (#11574)alaviss2019-06-251-3/+1
* [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-16/+17
* [feature] Add dynlib (required on windows/cpp) to nimCoroutines related gc_co...Giovanni Petrantoni2019-06-231-3/+3
* [bugfix] gc_common: export foreign thread gc docs (#11536)alaviss2019-06-191-6/+12
* [feature] Add boehm gc finalizer (#11446)yatsen12019-06-171-0/+7
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-3/+7
* [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-124-43/+45
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-2/+2
* [other] better error message for IndexError for empty containers (#11476)Miran2019-06-111-1/+2
* fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b...nc-x2019-06-081-1/+0
* Fixed "is not GC-safe as it calls 'createThread'" when creating a thread in a...Dankr4d2019-06-031-1/+1
* Additional platform definitions for sparc64 (#11387)John Paul Adrian Glaubitz2019-06-031-0/+2
* Remove immediate pragma (#11308)Arne Döring2019-05-292-7/+1
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-294-30/+30
* fixes #11205Araq2019-05-281-0/+5
* better error message for the object case switch transition periodAraq2019-05-271-1/+4
* hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some oper...Araq2019-05-271-0/+6
* make json.to work with the more restricted case objectsAraq2019-05-271-3/+3
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-2/+6
* fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)Miran2019-05-211-7/+15
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* cas(): use an "__atomic" builtin instead of the legacy "__sync" one (#11246)Ștefan Talpalaru2019-05-141-0/+3
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-2/+2
* repr on seq now outputs @[...] (#11224)Ico Doornekamp2019-05-101-1/+1
* Merge pull request #11181 from nim-lang/pending-future-trackingAndreas Rumpf2019-05-081-0/+6
|\
| * Implements pending future tracking in async.Dominik Picheta2019-05-061-0/+6
* | fixes #10978Araq2019-05-061-1/+4
* | iterators: several small fixes (#11162)Miran2019-05-041-24/+51
|/
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+3
* make -d:nimQuirky work with develAndreas Rumpf2019-04-202-1/+3
* hotfix: nimParseBiggestFloat needs to be patched for the newer string impleme...Andreas Rumpf2019-04-201-20/+20
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-111-0/+19
* fixes #10765 (#10993) [backport]cooldome2019-04-111-4/+21
* make tests green againAraq2019-04-091-2/+6
* make it compile with older nim versionsAraq2019-04-082-0/+5