summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 32-bit RISC-V support (#16231)Alf-André Walla2020-12-032-2/+3
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-033-5/+27
* fix #16164, render doc comments (#16230)Miran2020-12-021-1/+1
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
* add test for --eval; fix a minor bug (#16224)Timothee Cour2020-12-011-0/+1
* Revert "fix #16185 (#16195)" (#16197)Andreas Rumpf2020-11-302-75/+59
* fix #16185 (#16195)cooldome2020-11-302-59/+75
* cmdline: improve command processing (#16056)Timothee Cour2020-11-2615-130/+139
* fixes #16119 [backport:1.4] (#16149)Andreas Rumpf2020-11-261-3/+3
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-262-2/+2
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-262-6/+16
* More on #16110 (#16130)cooldome2020-11-261-2/+11
* fix #16120 (#16145)cooldome2020-11-261-52/+52
* fixes #15076 (#16143)Andreas Rumpf2020-11-261-3/+5
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-251-2/+5
* move tests under the compiler directory to testament (#16096)flywind2020-11-255-328/+0
* ref #16054 remove typed array (#16077)flywind2020-11-241-8/+0
* fixes #16069; [backport:1.2] [backport:1.4] (#16115)Andreas Rumpf2020-11-245-2/+9
* fix #16110 (#16117)cooldome2020-11-241-1/+2
* fix export links in the documentation (#16114) [backport:1.4]Miran2020-11-241-5/+9
n104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
163
164
165
166
167