summary refs log tree commit diff stats
path: root/compiler/rod.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: more things workAraq2018-12-031-1/+1
* incremental compilation: simple recompilation worksAraq2018-11-191-0/+2
* compiler IC: minor improvementsAraq2018-10-021-2/+2
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-1/+1
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-8/+11
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-109/+3
* symbol files: delay the emission of forwarded procsAraq2018-02-211-0/+2
* symbol files: implemented accurate module dependency trackingAraq2018-02-211-1/+3
* symbol files: more progressAraq2018-02-201-1/+1
* new symbol files: loading of ASTs and module graphsAraq2018-02-171-0/+1
* new .rod file implementation; part 1: writing of the fileAraq2018-02-171-0/+127