summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-1/+1
* fixes #13119 (#13128)Andreas Rumpf2020-01-143-3/+11
* fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back...Timothee Cour2020-01-132-14/+26
* fixes #13112 (#13127)Andreas Rumpf2020-01-132-2/+18
* fixes #13122 (#13126)Andreas Rumpf2020-01-132-5/+5
* fix rtti sizeof for varargs in global scope (#13125) [backport]Jasper Jenkins2020-01-131-2/+2
* more arc features (#13098)Andreas Rumpf2020-01-104-1/+38
* fixes #13072; no test case because it will be added later with more exception...Araq2020-01-101-1/+1
* remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)Timothee Cour2020-01-093-14/+7
* fix crash due to errant symbols in nim.cfg (#13073) [backport]Andy Davidoff2020-01-081-2/+3
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-083-11/+22
* distinctBase type trait for distinct types (#13031)cooldome2020-01-081-0/+16
* [easy] --hint:link:on now shows link cmd instead of nothing (#13056)Timothee Cour2020-01-072-3/+2
* --styleCheck:hint now works (#13055)Timothee Cour2020-01-071-1/+1
* Continue #13002 (#13021)Clyybber2020-01-061-37/+81
* Allow `-o` option for `buildIndex` (#13037) [backport]BinHong Lee2020-01-051-1/+4
* fixes #13013, reverts previous changes to readLines() (#13036) [backport]cooldome2020-01-051-1/+1
* fix enumtostr crash for enum-range (#13035)Jasper Jenkins2020-01-051-1/+1
* VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)Timothee Cour2020-01-057-35/+199
* fixes #12964 (#13027)Andreas Rumpf2020-01-041-2/+2
* Fixes #13026 (#13028)cooldome2020-01-041-1/+1
* fix #12988 (#13022)rockcavera2020-01-031-3/+3
* fixes #12956 (#13020)Andreas Rumpf2020-01-032-2/+4
* fixes #12961 (#13019)Andreas Rumpf2020-01-031-9/+12
* fixes #12978 (#13012)Andreas Rumpf2020-01-031-4/+6
* remove default argument for readLines (#12807) [backport]cooldome2020-01-021-1/+1
* Sink to MemMove optimization in injectdestructors (#13002)cooldome2020-01-023-25/+29
* fix #12985 {.push.} now does not apply to generic instantiations (#12986)Timothee Cour2020-01-021-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-0113-77/+247
* fixes disruptek/nimph#102 multi-level nim.cfg use (#13001) [backport]Andy Davidoff2019-12-311-2/+3
* fixes #12989 (#12992)cooldome2019-12-312-9/+10
* Revert "fixes #12989"Andrii Riabushenko2019-12-311-0/+1
* fixes #12989Andrii Riabushenko2019-12-311-1/+0
* minor refactoringsAndreas Rumpf2019-12-274-13/+25
* fixes #12945 (#12959)cooldome2019-12-241-6/+6
* fixes another regressionAraq2019-12-241-4/+11
* fixes a silly regressionAraq2019-12-241-1/+3
* a better bugfixAraq2019-12-242-33/+36
* fixes a regressionAraq2019-12-241-4/+4
* fixes #12826Araq2019-12-243-39/+69
* fixes a bug that kept sugar.collect from working with for loop macros [backport]Araq2019-12-241-10/+11
* case coverage error message for `char` (#12948)Jasper Jenkins2019-12-222-3/+6
* fixes #12735 on osx, call dsymutil for debug builds (#12931)Timothee Cour2019-12-212-0/+22
* Fix #12785 (#12943)RSDuck2019-12-211-0/+4
* fix cmdline bugs affecting nimBetterRun correctness (#12933) [backport]Timothee Cour2019-12-191-3/+15
* Better case coverage error message for alias and range enum (#12913)Jasper Jenkins2019-12-183-67/+60
* fixes #12899 (#12921)Andreas Rumpf2019-12-183-12/+18
* Cleanup leftovers of #12911(#12916)Clyybber2019-12-171-2/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-1714-153/+297
* allow typed/untyped in magic procs (#12911)Timothee Cour2019-12-171-4/+10