summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* disable even more of scope based destruction handling; fixes #13709Araq2020-03-231-7/+98
* trees.nim: compare floating points by their bitpatterns because NaN comparisi...Araq2020-03-231-1/+1
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+46
* Revert "fix #13417 (#13712)" (#13728)Andreas Rumpf2020-03-231-10/+11
* better error messages for Nim's effect systemAraq2020-03-222-20/+43
* fix #13417 (#13712)Arne Döring2020-03-221-11/+10
* fixes #13715 (#13716)Arne Döring2020-03-221-1/+4
* typoAraq2020-03-221-1/+1
* fix #13720 (#13721)Arne Döring2020-03-221-1/+1
* fixes #13708 (#13711)cooldome2020-03-212-10/+20
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-1/+1
* fixes #13698 (#13706)Andreas Rumpf2020-03-201-1/+3
* make 'nim check' more robust for illdefined constantsAraq2020-03-201-1/+1
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-0/+7
* cycle breaker (#13593)Andreas Rumpf2020-03-195-22/+42
* Clean 1 old deprecated empty file (#13696)Juan Carlos2020-03-191-6/+0
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-195-26/+205
* fixes #13691 (#13694)Andreas Rumpf2020-03-191-2/+5
* fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...Timothee Cour2020-03-192-1/+11
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-191-3/+5
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-181-1/+1
* arc optimizations (#13325)Andreas Rumpf2020-03-184-84/+247
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-1811-29/+129
* fix #13524 astToStr now works inside generics (#13681)Timothee Cour2020-03-181-1/+1
* fixes #13622 (#13679)Andreas Rumpf2020-03-181-2/+4
* fixes #13671 [backport] (#13678)Andreas Rumpf2020-03-181-1/+1
* fix when statements in inheritable generic objects (#13667) [backport]Jasper Jenkins2020-03-171-1/+1
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-172-23/+7
* Fixes #13659 (#13674)cooldome2020-03-171-2/+2
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-172-12/+16
* fix sets of scoped imported enums (#13666)Jasper Jenkins2020-03-171-1/+2
* rename sfAlwaysReturn to sfNeverRaisesAraq2020-03-164-5/+5
* fixes #13661 (#13664) [backport]Andreas Rumpf2020-03-162-2/+5
* fix .deprecated. object typedef crash (#13643)Andy Davidoff2020-03-161-3/+5
* fixes #13646Araq2020-03-162-3/+12
* minor code style changeAraq2020-03-161-1/+1
* minor code style changesAraq2020-03-163-12/+13
* fixes #12747 [backport] (#13651)cooldome2020-03-161-3/+12
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-132-0/+15
* catchable defects (#13626)Andreas Rumpf2020-03-1214-92/+151
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-1/+1
* fix #13633 fix koch boot crashing regression (#13635)Timothee Cour2020-03-121-1/+1
* Amend fix for #13633 (#13636)Clyybber2020-03-121-1/+1
* Fix #13633Clyybber2020-03-121-1/+2
* Fix #12676 (#13634)genotrance2020-03-121-2/+2
* Make listCmd honor hint:cc:off (#13606)Clyybber2020-03-111-50/+35
* fixes #13240Araq2020-03-111-1/+8
* fixes #13519Araq2020-03-112-4/+9
* fixes #12757Araq2020-03-111-6/+13
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-117-77/+69