summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* make 'raise' statement work with --newruntimeAraq2019-04-091-6/+27
* added lowerings.evalOnceAraq2019-04-091-0/+16
* don't emit an implicit try finally when in system.nim in order to prevent end...Araq2019-04-091-1/+2
* strs.nim: fixed a silly typoAraq2019-04-091-1/+1
* make tests green againAraq2019-04-091-2/+6
* add strformat limitations section (#10982)Arne Döring2019-04-091-0/+59
* allocators.nim: use zero initializationAndreas Rumpf2019-04-081-3/+8
* make it compile with older nim versionsAraq2019-04-082-0/+5
* respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modulesAraq2019-04-084-66/+83
* compute sinks/assignments properly for for-loop iteration variablesAraq2019-04-082-2/+2
* use old for loop unpack syntax for bootstrappingAraq2019-04-081-1/+1
* an owned ref parameter behaves as a 'sink' parameterAndreas Rumpf2019-04-073-11/+11
* more efficient enumToStr implementation that works without the old typeinfo s...Andreas Rumpf2019-04-077-20/+86
* make strformat work as NimScript againAraq2019-04-061-2/+5
* makes koch.nim sem'check with --newruntimeAraq2019-04-063-6/+12
* fixes compiler regressionAraq2019-04-061-1/+4
* destructors: we are cooking nowAraq2019-04-069-43/+73
* added nimAsgnStrV2 compilerprocAraq2019-04-061-7/+28
* render lent types properlyAraq2019-04-061-1/+1
* fixes unowned->owned conversion ruleAndreas Rumpf2019-04-061-1/+1
* Fix astdef typ deref (#10245)Alexander Ivanov2019-04-052-3/+12
* Strformat symbol binding (#10927)Arne Döring2019-04-056-138/+186
* make sets.nim useful for selective 'from import'sAraq2019-04-051-57/+54
* fixes #10943 (#10947)cooldome2019-04-053-1/+17
* destructors: progressAndreas Rumpf2019-04-054-12/+29
* newruntime: codegen fixAndreas Rumpf2019-04-051-5/+4
* relax warning about inconsistent spacing (#10968)Miran2019-04-051-1/+1
* fixes destructor tuple regression #10940 (#10941)cooldome2019-04-044-3/+56
* add back what was requiredAraq2019-04-041-0/+6
* refactoring: move threadlocalstorage into its own fileAraq2019-04-044-329/+258
* newruntime: fixes codegen for closuresAraq2019-04-041-0/+2
* fixes #9811 (#10961)tofu2019-04-041-1/+2
* fixes #10200 (#10950)tofu2019-04-043-1/+14
* Merge pull request #10954 from cooldome/atomicInc_regressioncooldome2019-04-041-1/+1
|\
| * fixes #10953Andrii Riabushenko2019-04-031-1/+1
* | Pure ref object; fixes #10721 (#10955)Arne Döring2019-04-042-8/+43
* | add alias for --debugger:native (#10957)Arne Döring2019-04-041-0/+5
* | Fix dead sequtils link (#10960) [ci skip]MrZoraman2019-04-041-1/+1
|/
* fixes #10942. Lent T bug (#10946)cooldome2019-04-035-16/+54
* fixes #10948 (#10949)cooldome2019-04-032-1/+40
* make tests green againAndreas Rumpf2019-04-021-1/+1
* md5: add missing .gcsafe. to the forward declarations (#10944)Miran2019-04-021-3/+3
* try to make travis greenAraq2019-04-021-1/+1
* attempt to make the CIs green againAraq2019-04-021-5/+1
* simple program works with --newruntimeAraq2019-04-023-12/+14
* do not display stacktrace twice, fixes #10922 (#10939)Miran2019-04-021-1/+0
* make megatest work againAraq2019-04-023-1/+7
* newruntime: progressAraq2019-04-024-12/+18
* see what appveyor thinks about thisAraq2019-04-011-1/+1
* see what appveyor thinks about thisAraq2019-04-011-2/+2