| Commit message (Expand) | Author | Age | Files | Lines |
* | IC: progress and refactorings (#22961) | Andreas Rumpf | 2023-11-20 | 1 | -3/+3 |
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 1 | -1/+1 |
* | remove nosinks hacks from compiler (#21469) | ringabout | 2023-03-04 | 1 | -2/+2 |
* | replaces implicit passes array registed at runtime with explicit function cal... | ringabout | 2023-03-03 | 1 | -67/+122 |
* | fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa... | ringabout | 2023-02-22 | 1 | -4/+3 |
* | saves one unnecessary compare which is also a small regression (#21413) | ringabout | 2023-02-21 | 1 | -1/+1 |
* | Fix "imported but not used" warnings (#20575) | Andrey Makarov | 2022-10-16 | 1 | -1/+4 |
* | Initial implementation of nimsuggest v3 (#19826) | Ivan Yonchovski | 2022-06-13 | 1 | -1/+6 |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 1 | -9/+3 |
* | fixes #19662; Indent level errored for first line (#19718) | flywind | 2022-04-25 | 1 | -0/+1 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | IC: backend: remember produced type information (#17440) | Andreas Rumpf | 2021-03-23 | 1 | -0/+5 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -1/+2 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -1/+7 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -81/+58 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -23/+9 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -3/+3 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -3/+1 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -7/+7 |
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 1 | -2/+4 |
* | IR: minor refactoring | Andreas Rumpf | 2019-07-27 | 1 | -1/+4 |
* | IC: some progress | Andreas Rumpf | 2019-07-27 | 1 | -0/+9 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -3/+3 |
* | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 1 | -1/+0 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -1/+1 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -3/+3 |
* | fixes 'nimble install nimble' problems | Andreas Rumpf | 2019-03-26 | 1 | -2/+3 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -2/+2 |
* | fixes #10606 | Andreas Rumpf | 2019-02-13 | 1 | -2/+4 |
* | fixes #10024 | Araq | 2018-12-22 | 1 | -1/+1 |
* | fixes #9991 | Araq | 2018-12-16 | 1 | -1/+1 |
* | fixes #9994 | Andreas Rumpf | 2018-12-15 | 1 | -2/+2 |
* | fixes #9978 | Andreas Rumpf | 2018-12-14 | 1 | -1/+1 |
* | Make the registered passes local to the ModuleGraph (#9259) | LemonBoy | 2018-10-09 | 1 | -49/+32 |
* | make tests green again | Andreas Rumpf | 2018-09-24 | 1 | -1/+5 |
* | enable destructors for top level statements; needs to be documented | Andreas Rumpf | 2018-09-24 | 1 | -1/+20 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
* | refactorings in preparations for the new runtime | Andreas Rumpf | 2018-07-10 | 1 | -6/+2 |
* | avoid AST streaming, experiment what it breaks | Araq | 2018-07-09 | 1 | -2/+6 |
* | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -57/+15 |
* | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -12/+3 |
* | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
* | more compiler API cleanups | Andreas Rumpf | 2018-05-28 | 1 | -2/+2 |
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -2/+2 |
* | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 1 | -2/+2 |
* | big refactoring: mores stuff compiles | Andreas Rumpf | 2018-05-10 | 1 | -11/+13 |
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -1/+1 |
* | compiler: remove unnecessary FileIndex type conversions | Andreas Rumpf | 2018-04-24 | 1 | -1/+1 |
* | refactoring: make FileIndex a distinct type; make line information an uint16;... | Andreas Rumpf | 2018-04-21 | 1 | -19/+5 |