summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix 16722 (#16730)cooldome2021-01-153-3/+6
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-151-10/+19
* IC: next steps (#16705)Andreas Rumpf2021-01-1414-277/+289
* improve formatting of error message when runnableExamples fails (#16677)Timothee Cour2021-01-131-1/+6
* fixes nim-lang/nimsuggest#103 con dot exprs (#16657)Saem Ghani2021-01-121-0/+1
* IC: next steps (#16632)Andreas Rumpf2021-01-1218-771/+475
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-1/+1
* fix #13517 (#16681)flywind2021-01-111-3/+3
* fix negative nan (#16628)flywind2021-01-112-3/+15
* fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)Saem Ghani2021-01-111-10/+11
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-113-5/+12
* fix #16651 (#16658)cooldome2021-01-111-0/+7
* fix #16650 (#16660)flywind2021-01-101-1/+6
* compiler: minor refactoring (#16633)Andreas Rumpf2021-01-081-12/+11
* happy new year 2021 again (#16638)Andrew2021-01-081-1/+1
* IC: next steps (#16550)Andreas Rumpf2021-01-0735-400/+653
* add math.signbit (#16592)flywind2021-01-071-0/+6
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-062-1/+5
* fixes nim-lang/nimsuggest#119 outline includes (#16608)Saem Ghani2021-01-061-3/+13
* fix #16516 method dispatch for sink args (#16594)cooldome2021-01-061-1/+1
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-042-2/+4
* continue #15456 add #pragma directives compiler support (#16472)flywind2021-01-041-6/+13
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-021-2/+2
* fix `is "closure"` (#16552)flywind2021-01-021-2/+1
* fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349)Timothee Cour2021-01-021-2/+13
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-0255-1717/+1429
* fix #14340 (#16386)Timothee Cour2021-01-011-1/+3
* Add math.copySign (#16406)flywind2020-12-301-0/+6
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-306-13/+21
* move asciitables to std/private/ (#16498)flywind2020-12-293-85/+3
* use -d:nimCompilerStackraceHints in more places (#16400)Timothee Cour2020-12-291-0/+5
* Nil type check implementation (#15287)Alexander Ivanov2020-12-299-14/+1415
* fix `nim secret` dots interfering with prompt (#16491)Timothee Cour2020-12-283-4/+9
* fix #15043 (#16441) [backport:1.4]cooldome2020-12-271-5/+7
* Revert #16478 (#16483)flywind2020-12-271-1/+1
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-271-1/+6
* minor (#16478)flywind2020-12-271-1/+1
* fix #16346 rst2html now honors SuccessX (#16347)Timothee Cour2020-12-262-4/+11
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-10/+2
* misc cleanups (#16383)Timothee Cour2020-12-182-4/+5
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-1721-176/+1223
* fix #16248 forward --lib to runnableExamples (#16350)Timothee Cour2020-12-141-1/+2
* fix #16334 (#16335)RSDuck2020-12-142-6/+14
* fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...Timothee Cour2020-12-142-3/+8
* fix #16150 improve type mismatch errors (#16152)Timothee Cour2020-12-095-7/+11
* clean up old codes (#16284)flywind2020-12-091-1/+0
* put both funcs and procs under the same section in the documentation (#16301)Miran2020-12-091-8/+2
* OSX: support for M1 [backport:1.0] (#16279)Andreas Rumpf2020-12-071-1/+1
* [docs minor]space for code-block (#16266)flywind2020-12-063-4/+6
* fixes #16249 [backport:1.4] (#16251)Andreas Rumpf2020-12-051-1/+1