| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #23848; The comand `nim gendepend` defaults to ORC (#23851) | ringabout | 2024-07-17 | 1 | -1/+2 |
* | remove nir; succeeded by nif (#23809) | ringabout | 2024-07-09 | 1 | -2/+1 |
* | fixes #23065; DocLike command defaults to ORC (#23075) | ringabout | 2023-12-14 | 1 | -1/+2 |
* | prepare for the enforcement of `std` prefix (#22873) | ringabout | 2023-10-29 | 1 | -1/+1 |
* | NIR: store sizes, alignments and offsets in the type graph; beginning… (#22... | Andreas Rumpf | 2023-10-16 | 1 | -1/+1 |
* | NIR: Nim intermediate representation (#22777) | Andreas Rumpf | 2023-10-11 | 1 | -1/+2 |
* | replaces `doAssert false` with `raiseAssert` for unreachable branches, which ... | ringabout | 2023-08-10 | 1 | -1/+1 |
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -0/+3 |
* | clean up SOME pending/xxx/issue link comments (#21826) | metagn | 2023-05-11 | 1 | -4/+1 |
* | Implicitly set noNimblePath when nimble.lock is present (#21266) | Ivan Yonchovski | 2023-01-18 | 1 | -0/+14 |
* | DAA and 'out' parameters (#20506) | Andreas Rumpf | 2022-10-06 | 1 | -1/+1 |
* | fixes nim check with orc (#20456) | ringabout | 2022-10-02 | 1 | -0/+4 |
* | defaults to ORC (#19972) | ringabout | 2022-09-23 | 1 | -0/+6 |
* | Improve Markdown code blocks & start moving docs to Markdown style (#19954) | Andrey Makarov | 2022-07-15 | 1 | -1/+1 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+4 |
* | Remove trailing space in `nim r` command; Amend one error message (#19487) | locriacyber | 2022-02-18 | 1 | -1/+2 |
* | cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma... | Timothee Cour | 2021-08-16 | 1 | -5/+15 |
* | fix #18334: handle path with spaces on windows during bootstrap (#18337) | Timothee Cour | 2021-06-24 | 1 | -12/+15 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
* | followup #17225: simplify code after removing gc2, generational (#17242) | Timothee Cour | 2021-03-03 | 1 | -1/+1 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -1/+7 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -4/+4 |
* | rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ... | Timothee Cour | 2020-11-20 | 1 | -1/+1 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -1/+2 |
* | refactoring: removed cmdlinehelper.mainCommand callback | Andreas Rumpf | 2020-10-11 | 1 | -4/+5 |
* | properly fixes #13758 so that `import std/macros` stays legal (#14291) | Timothee Cour | 2020-05-12 | 1 | -1/+1 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -5/+7 |
* | `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14... | Timothee Cour | 2020-05-10 | 1 | -4/+15 |
* | `echo cmd | nim r - -arg1 -arg2` now works (#14210) | Timothee Cour | 2020-05-04 | 1 | -1/+1 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 1 | -1/+1 |
* | drnim: tiny progress (#13882) | Andreas Rumpf | 2020-04-15 | 1 | -14/+0 |
* | move tinyc to a separate repo and allow installing external dependencency (eg... | Timothee Cour | 2020-04-03 | 1 | -1/+1 |
* | fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) | Timothee Cour | 2020-02-26 | 1 | -1/+1 |
* | fix cmdline bugs affecting nimBetterRun correctness (#12933) [backport] | Timothee Cour | 2019-12-19 | 1 | -3/+15 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -3/+3 |
* | better run also considers the command line; fixes #11719 [feature] | Araq | 2019-07-12 | 1 | -0/+8 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -1/+1 |
* | doc: move specific checks to advanced options, for a less intimidatin… (#10... | Jacek Sieka | 2019-03-04 | 1 | -1/+1 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -15/+4 |
* | workaround against silly Windows command line length limitations for the upco... | Araq | 2018-12-11 | 1 | -4/+4 |
* | Nimscript: fixes #9246 [backport] | Andreas Rumpf | 2018-11-06 | 1 | -1/+2 |
* | fixes bootstrapping problems | Araq | 2018-09-07 | 1 | -1/+1 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -8/+9 |
* | make config.nims behave like nim.cfg in terms of where these scripts are sear... | Timothee Cour | 2018-08-30 | 1 | -61/+35 |
* | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -1/+1 |
* | refactoring: make projectMainIdx typesafe | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | refactoring: remove idents.legacy global variable and pass the IdentCache aro... | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -1/+20 |
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |