summary refs log tree commit diff stats
path: root/compiler/incremental.nim
Commit message (Collapse)AuthorAgeFilesLines
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-2/+3
| | | | | | | | | | | | | | | | | | | * IC: C codegen is aware of IC * manual: minor change to make VSCode's RST plugin render it properly * IC: minor refactoring * testament: code refactorings * rodutils: removed dead code * IC: always build the compiler with the IC feature * IC: C codegen improvements * IC: implement the undocumented -d:nimMustCache option for testing purposes * IC: added first basic tests * IC: extensive testing of the deserialization feature * testament: refactoring; better IC tests * IC: removes 'nimMustCache' flag; readonly does the same * testament: minor refactoring * update Nimble version * testament: removed dead code and imports; IC: added simple test * IC: progress
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+2
|
* IC: further progressAraq2018-11-201-2/+3
|
* compiler: make symbolfiles feature compile againAraq2018-10-021-5/+5
|
* incremental compilation: save the configurationAndreas Rumpf2018-06-111-0/+7
|
* toy program works with incremental compilationAndreas Rumpf2018-06-071-0/+1
|
* incremental compilation subsystem compiles againAndreas Rumpf2018-05-301-13/+13
|
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-0/+188