summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix #14325 (#17308)Clyybber2021-03-112-32/+24
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-0919-21/+58
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-092-24/+43
* IC: compilerprocs are handled correctly (#17265)Andreas Rumpf2021-03-098-39/+120
* fix #17267 (#17273)flywind2021-03-071-2/+5
* Fix #16437 (#17277)Clyybber2021-03-061-20/+22
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-9/+19
* fix #17264 [backport:1.4] (#17266)flywind2021-03-053-4/+7
* IC: further progress (#17150)Andreas Rumpf2021-03-052-9/+19
* follow #17245 deprecate refchecks (#17261)flywind2021-03-051-2/+6
* deprecate newruntime (#17245)flywind2021-03-041-0/+1
* followup #17225: simplify code after removing gc2, generational (#17242)Timothee Cour2021-03-033-8/+7
* fix #16384 and #17144 (#17126) [backport]flywind2021-03-031-1/+2
* Use readable escape sequences (#17241)Clyybber2021-03-031-3/+3
* Use nicer escape sequences in renderer.nim (#17239)Clyybber2021-03-021-11/+11
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-6/+10
* fix #16731: using deprecated flags triggers a warning (#17225)Timothee Cour2021-03-021-23/+19
* attempt to fix #16374 (#17232)flywind2021-03-021-1/+6
* fixes #17198, DFA failure on large case stmts (#17210)Saem Ghani2021-03-021-3/+8
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-015-21/+15
* Fix Typos (#17194)Juan Carlos2021-02-271-1/+1
* fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...Timothee Cour2021-02-261-1/+7
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-1/+7
* compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172)alaviss2021-02-241-0/+1
* fixes #17170 (#17171)Andreas Rumpf2021-02-242-1/+3
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-2415-56/+419
* remove tests/deps/ (#17132)Timothee Cour2021-02-232-2/+4
* fix `UnusedImport` for `nim c compiler/nim` (#17152)Timothee Cour2021-02-231-3/+4
* Fixes #17039 - ldObj checks node/nodeAddr access (#17123)Saem Ghani2021-02-231-1/+1
* 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