summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* when statements branches exit early (#17143)Saem Ghani2021-02-221-0/+1
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-221-2/+2
* fix #17118 (#17119) [backport:1.2]flywind2021-02-221-1/+10
* Split last read and first write analysis (#17137)Clyybber2021-02-211-20/+42
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-203-3/+15
* fixes #17085 [backport:1.2] (#17101)Andreas Rumpf2021-02-192-3/+3
* fixes #17060 (#17083)Andreas Rumpf2021-02-181-1/+3
* fix #17076 (#17081)flywind2021-02-181-1/+5
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-172-2/+1
* clean up old codes (#17071)flywind2021-02-171-6/+1
* [minor] clean extccomp (#17069)flywind2021-02-171-21/+16
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-175-124/+120
* make system random work in VM (#17059)flywind2021-02-173-9/+56
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-3/+19
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-173-57/+51
* document `since` (#17048)Timothee Cour2021-02-161-5/+3
* Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)Clyybber2021-02-155-115/+124
* JS: fix div uint64 no truncation (#16899)flywind2021-02-151-1/+4
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-152-0/+3
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-16/+39
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-154-4/+25
* compilesettings: add libpath (#16997)Timothee Cour2021-02-122-4/+4
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-121-1/+2
* Display user hints/warnings from foreign packages (#17024)Danil Yarantsev2021-02-121-1/+2
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-3/+19
* fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005)Andreas Rumpf2021-02-111-2/+15
* unbundle fusion (#16925)Timothee Cour2021-02-111-1/+0
* [JS] Ref #15952 make toOpenArray works better (#17001)flywind2021-02-101-10/+19
* ARC: Analysis in one pass v2 (#17000)Clyybber2021-02-105-124/+115
* Revert "ARC Analysis in one pass (#16849)" (#16984)Clyybber2021-02-095-106/+121
* Remove declPragmas from lambdas [backport:1.0] (#16966)hlaaftana2021-02-091-6/+7
* ARC Analysis in one pass (#16849)Clyybber2021-02-095-121/+106
* fix #16947: `--app:staticlib -o:lib` now first removes lib (#16948)Timothee Cour2021-02-081-0/+1
* rename case statement macro from match to `case` (#16923)hlaaftana2021-02-081-3/+3
* fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1...Timothee Cour2021-02-081-2/+2
* use typeof instead type (#16962)flywind2021-02-084-6/+6
* quote nim command on compile (#16954)n5m2021-02-071-1/+1
* remove a temporary variable in int128.nim (#16935)flywind2021-02-041-35/+34
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-0218-98/+209
* add finally as post expr block [backport:1.4] (#16896)hlaaftana2021-02-011-1/+5
* fixes #16897 [backport:1.2] (#16900)Andreas Rumpf2021-02-011-1/+1
* fix #16822 (#16884)flywind2021-02-011-2/+2
* let's assume littleEndian in JS backend (#16886)flywind2021-02-011-1/+1
* distinctBase now is identity instead of error for non distinct types (#16891)Timothee Cour2021-02-011-9/+4
* Fix #12595 (#16874)konsumlamm2021-01-311-0/+4
* nimsuggest prioritize non-deprecated suggestions (#16816)Saem Ghani2021-01-291-15/+27
* close #16844 (#16852)flywind2021-01-291-0/+14
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-299-56/+12
* fix #16815 round(x,places) works again in vm (#16825)Timothee Cour2021-01-282-1/+11
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-275-10/+22