| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve Markdown code blocks & start moving docs to Markdown style (#19954) | Andrey Makarov | 2022-07-15 | 1 | -6/+7 |
* | fix #17286 nim check -b:js works (#19704) | flywind | 2022-04-09 | 1 | -0/+2 |
* | fix nim check nimscript [backport: 1.6] (#19444) | flywind | 2022-03-23 | 1 | -1/+5 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+4 |
* | rst: add missing line/column info for some warnings (#18383) | Andrey Makarov | 2021-07-20 | 1 | -7/+4 |
* | docgen: move to shared RST state (fix #16990) (#18256) | Andrey Makarov | 2021-06-20 | 1 | -1/+1 |
* | merge BuildMode into SuccessX, remove code duplication w drnim, add useful in... | Timothee Cour | 2021-06-14 | 1 | -34/+6 |
* | config system: special case -d:release and -d:danger [backport:1.4] (#18051) | Andreas Rumpf | 2021-05-20 | 1 | -1/+2 |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 1 | -9/+16 |
* | fix #17853 (ascii message separator broke json nim dump) (#17887) | Timothee Cour | 2021-04-29 | 1 | -1/+2 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 1 | -4/+4 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 1 | -17/+34 |
* | `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep... | Timothee Cour | 2021-04-21 | 1 | -3/+5 |
* | unit separator (#17730) | Andreas Rumpf | 2021-04-20 | 1 | -2/+2 |
* | -d:nimDebug: calls doAssert false instead of quit (#17739) | Timothee Cour | 2021-04-17 | 1 | -3/+3 |
* | IC: first steps towards 'nim check --def --ic:on' (#17714) | Andreas Rumpf | 2021-04-14 | 1 | -3/+12 |
* | IC: integrity checking (#17695) | Andreas Rumpf | 2021-04-11 | 1 | -1/+3 |
* | fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main.... | flywind | 2021-04-01 | 1 | -2/+0 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -1/+1 |
* | stricter checks for RST headlines (#17089) | Andrey Makarov | 2021-02-20 | 1 | -0/+8 |
* | IC: next steps (#16729) | Andreas Rumpf | 2021-01-23 | 1 | -9/+17 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -3/+9 |
* | compiler: minor refactoring (#16633) | Andreas Rumpf | 2021-01-08 | 1 | -12/+11 |
* | make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583) | Andreas Rumpf | 2021-01-04 | 1 | -2/+0 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -3/+2 |
* | fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t... | Timothee Cour | 2020-12-30 | 1 | -1/+1 |
* | fix `nim secret` dots interfering with prompt (#16491) | Timothee Cour | 2020-12-28 | 1 | -1/+2 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -3/+3 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -66/+33 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -2/+3 |
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 1 | -2/+2 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -11/+6 |
* | refactoring: moved setOutFile to where it belongs | Andreas Rumpf | 2020-10-11 | 1 | -14/+0 |
* | minor reformating | Araq | 2020-10-06 | 1 | -1/+1 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -2/+2 |
* | VM profiler (#14833) | Ico Doornekamp | 2020-07-09 | 1 | -1/+3 |
* | Fix #12745 (#14879) | Tomohiro | 2020-07-02 | 1 | -0/+5 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -3/+14 |
* | * honor --errorMax even for tools (eg drnim, nim doc) (#14546) | Timothee Cour | 2020-06-02 | 1 | -3/+3 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -73/+43 |
* | no more code duplication bw liMessage and rawMessage + several bug fixes (#14... | Timothee Cour | 2020-05-22 | 1 | -4/+2 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -28/+49 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -31/+38 |
* | fixes #14209 [backport:1.2] (#14213) | Andreas Rumpf | 2020-05-05 | 1 | -0/+3 |
* | fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^... | Timothee Cour | 2020-05-04 | 1 | -2/+0 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 1 | -8/+17 |
* | add nimPath to nim dump (#13876) | Timothee Cour | 2020-04-05 | 1 | -1/+2 |
* | move tinyc to a separate repo and allow installing external dependencency (eg... | Timothee Cour | 2020-04-03 | 1 | -1/+1 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -0/+7 |