summary refs log tree commit diff stats
path: root/compiler/rodimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* incremental compilation: save the configurationAndreas Rumpf2018-06-111-11/+22
|
* record cppdefine for incremental compilationAndreas Rumpf2018-06-101-0/+2
|
* implement passL and passC for the compilation cacheAndreas Rumpf2018-06-101-0/+4
|
* toy program works with incremental compilationAndreas Rumpf2018-06-071-5/+7
|
* wipAndreas Rumpf2018-06-041-2/+2
|
* completed VM support for incremental compilationsAndreas Rumpf2018-06-041-3/+38
|
* WIP: an API for VM replay global state supportAndreas Rumpf2018-06-031-18/+9
|
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-15/+64
|
* baby steps for incremental compilationAndreas Rumpf2018-05-301-10/+21
|
* incremental compilation subsystem compiles againAndreas Rumpf2018-05-301-175/+135
|
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-138/+11
|
* symbol files: baby steps to a working solutionAraq2018-02-261-6/+9
|
* symbol files: delay the emission of forwarded procsAraq2018-02-211-9/+17
|
* symbol files: implemented accurate module dependency trackingAraq2018-02-211-18/+85
|
* symbol files: more progressAraq2018-02-201-17/+59
|
* new symbol files: loading of ASTs and module graphsAraq2018-02-171-2/+377
|
* new .rod file implementation; part 1: writing of the fileAraq2018-02-171-0/+452