| Commit message (Expand) | Author | Age | Files | Lines |
* | compute checksum of nim files early in the pipelines (#23268) | ringabout | 2024-01-31 | 1 | -0/+5 |
* | replaces implicit passes array registed at runtime with explicit function cal... | ringabout | 2023-03-03 | 1 | -92/+4 |
* | improve invalid module names errors (#21412) | ringabout | 2023-02-21 | 1 | -1/+2 |
* | Fix "imported but not used" warnings (#20575) | Andrey Makarov | 2022-10-16 | 1 | -1/+1 |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 1 | -48/+3 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | improvements to hint:processing: show import stack, distinguish nims, show in... | Timothee Cour | 2021-06-30 | 1 | -5/+6 |
* | refs #18278: do not gag fatal msgs (#18290) | Timothee Cour | 2021-06-18 | 1 | -2/+1 |
* | `import foo {.all.}` reboot (#17706) | Timothee Cour | 2021-04-16 | 1 | -1/+1 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -3/+4 |
* | IC: bugfixes (WIP) (#16836) | Andreas Rumpf | 2021-02-02 | 1 | -28/+27 |
* | IC: final implementation steps (#16801) | Andreas Rumpf | 2021-01-25 | 1 | -0/+1 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -1/+3 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -31/+39 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -3/+5 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -4/+6 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -4/+9 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -12/+9 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -1/+1 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -8/+25 |
* | no more code duplication bw liMessage and rawMessage + several bug fixes (#14... | Timothee Cour | 2020-05-22 | 1 | -1/+1 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -1/+2 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -6/+4 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -2/+2 |
* | fixes #12029; finish the 'unused import' feature (#12064) | Andreas Rumpf | 2019-08-27 | 1 | -1/+0 |
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 1 | -2/+0 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -2/+2 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -2/+2 |
* | fixes #11057 (#11345) | Andreas Rumpf | 2019-05-28 | 1 | -1/+1 |
* | remove the restriction that module names need to be unique per Nimbleā¦ (#11... | Andreas Rumpf | 2019-04-20 | 1 | -12/+22 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -1/+4 |
* | IC: more things work | Araq | 2018-12-03 | 1 | -21/+28 |
* | incremental compilation: simple recompilation works | Araq | 2018-11-19 | 1 | -0/+2 |
* | compiler: make symbolfiles feature compile again | Araq | 2018-10-02 | 1 | -1/+1 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -7/+12 |
* | toy program works with incremental compilation | Andreas Rumpf | 2018-06-07 | 1 | -4/+5 |
* | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -40/+18 |
* | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -2/+4 |
* | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 1 | -3/+3 |
* | refactoring: make projectMainIdx typesafe | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
* | refactoring: remove idents.legacy global variable and pass the IdentCache aro... | Andreas Rumpf | 2018-05-27 | 1 | -3/+3 |
* | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -3/+3 |
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -3/+5 |
* | fixes testament compilation | Araq | 2018-05-14 | 1 | -0/+1 |
|\ |
|
* | | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
* | | compiler compiles again; simple programs do work | Andreas Rumpf | 2018-05-13 | 1 | -7/+8 |
* | | the remaining passes all compile again | Andreas Rumpf | 2018-05-13 | 1 | -17/+19 |
|/ |
|
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -1/+1 |
* | refactoring: remove dead code | Andreas Rumpf | 2018-04-21 | 1 | -105/+0 |