| Commit message (Expand) | Author | Age | Files | Lines |
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -3/+7 |
* | [other] preparations for --styleCheck:error for the Nim compiler (#11478) | Andreas Rumpf | 2019-06-12 | 4 | -43/+45 |
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 1 | -2/+2 |
* | [other] better error message for IndexError for empty containers (#11476) | Miran | 2019-06-11 | 1 | -1/+2 |
* | fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b... | nc-x | 2019-06-08 | 1 | -1/+0 |
* | Fixed "is not GC-safe as it calls 'createThread'" when creating a thread in a... | Dankr4d | 2019-06-03 | 1 | -1/+1 |
* | Additional platform definitions for sparc64 (#11387) | John Paul Adrian Glaubitz | 2019-06-03 | 1 | -0/+2 |
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 2 | -7/+1 |
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 4 | -30/+30 |
* | fixes #11205 | Araq | 2019-05-28 | 1 | -0/+5 |
* | better error message for the object case switch transition period | Araq | 2019-05-27 | 1 | -1/+4 |
* | hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some oper... | Araq | 2019-05-27 | 1 | -0/+6 |
* | make json.to work with the more restricted case objects | Araq | 2019-05-27 | 1 | -3/+3 |
* | fixes #1286; object case transitions are now sound | Andreas Rumpf | 2019-05-27 | 1 | -2/+6 |
* | fixes #10963, disallow implicit mixing of strings and ints/floats (#11292) | Miran | 2019-05-21 | 1 | -7/+15 |
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -1/+1 |
* | cas(): use an "__atomic" builtin instead of the legacy "__sync" one (#11246) | Ștefan Talpalaru | 2019-05-14 | 1 | -0/+3 |
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -2/+2 |
* | repr on seq now outputs @[...] (#11224) | Ico Doornekamp | 2019-05-10 | 1 | -1/+1 |
* | Merge pull request #11181 from nim-lang/pending-future-tracking | Andreas Rumpf | 2019-05-08 | 1 | -0/+6 |
|\ |
|
| * | Implements pending future tracking in async. | Dominik Picheta | 2019-05-06 | 1 | -0/+6 |
* | | fixes #10978 | Araq | 2019-05-06 | 1 | -1/+4 |
* | | iterators: several small fixes (#11162) | Miran | 2019-05-04 | 1 | -24/+51 |
|/ |
|
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -2/+3 |
* | make -d:nimQuirky work with devel | Andreas Rumpf | 2019-04-20 | 2 | -1/+3 |
* | hotfix: nimParseBiggestFloat needs to be patched for the newer string impleme... | Andreas Rumpf | 2019-04-20 | 1 | -20/+20 |
* | Compiler plugin for implementing incremental computation in user space (#10819) | cooldome | 2019-04-11 | 1 | -0/+19 |
* | fixes #10765 (#10993) [backport] | cooldome | 2019-04-11 | 1 | -4/+21 |
* | make tests green again | Araq | 2019-04-09 | 1 | -2/+6 |
* | make it compile with older nim versions | Araq | 2019-04-08 | 2 | -0/+5 |
* | respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules | Araq | 2019-04-08 | 2 | -60/+63 |
* | add back what was required | Araq | 2019-04-04 | 1 | -0/+6 |
* | refactoring: move threadlocalstorage into its own file | Araq | 2019-04-04 | 3 | -326/+253 |
* | fixes #10953 | Andrii Riabushenko | 2019-04-03 | 1 | -1/+1 |
* | attempt to make the CIs green again | Araq | 2019-04-02 | 1 | -5/+1 |
* | do not display stacktrace twice, fixes #10922 (#10939) | Miran | 2019-04-02 | 1 | -1/+0 |
* | code cleanup (#10874) | Arne Döring | 2019-03-28 | 3 | -26/+36 |
* | use atomicInc/atomicDec (#10906) | Miran | 2019-03-27 | 1 | -6/+5 |
* | improvements on the hot code reloading support (#10892) | Viktor Kirilov | 2019-03-23 | 1 | -1/+1 |
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2019-03-21 | 2 | -5/+9 |
|\ |
|
| * | use abort instead of quit (#10872) | Arne Döring | 2019-03-21 | 2 | -5/+9 |
* | | fixes -d:nimTypeNames leak detection regression | Andreas Rumpf | 2019-03-21 | 1 | -4/+4 |
|/ |
|
* | make DLLs tests green again | Andreas Rumpf | 2019-03-15 | 1 | -1/+1 |
* | fixes #10845 | Andreas Rumpf | 2019-03-15 | 1 | -15/+20 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 6 | -15/+9 |
* | Revert "put extracted modules behind the switch, to enable doc generation" | narimiran | 2019-03-14 | 5 | -6/+1 |
* | put extracted modules behind the switch, to enable doc generation | narimiran | 2019-03-14 | 5 | -1/+6 |
* | --newruntime: work in progress | Andreas Rumpf | 2019-03-14 | 2 | -43/+47 |
* | gc: removed dead code | Andreas Rumpf | 2019-03-14 | 2 | -6/+0 |
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 5 | -24/+176 |