index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
rodimpl.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
incremental compilation: save the configuration
Andreas Rumpf
2018-06-11
1
-11
/
+22
|
*
record cppdefine for incremental compilation
Andreas Rumpf
2018-06-10
1
-0
/
+2
|
*
implement passL and passC for the compilation cache
Andreas Rumpf
2018-06-10
1
-0
/
+4
|
*
toy program works with incremental compilation
Andreas Rumpf
2018-06-07
1
-5
/
+7
|
*
wip
Andreas Rumpf
2018-06-04
1
-2
/
+2
|
*
completed VM support for incremental compilations
Andreas Rumpf
2018-06-04
1
-3
/
+38
|
*
WIP: an API for VM replay global state support
Andreas Rumpf
2018-06-03
1
-18
/
+9
|
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-15
/
+64
|
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-10
/
+21
|
*
incremental compilation subsystem compiles again
Andreas Rumpf
2018-05-30
1
-175
/
+135
|
*
refactoring: move DB model to incremental.nim
Andreas Rumpf
2018-05-30
1
-138
/
+11
|
*
symbol files: baby steps to a working solution
Araq
2018-02-26
1
-6
/
+9
|
*
symbol files: delay the emission of forwarded procs
Araq
2018-02-21
1
-9
/
+17
|
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-18
/
+85
|
*
symbol files: more progress
Araq
2018-02-20
1
-17
/
+59
|
*
new symbol files: loading of ASTs and module graphs
Araq
2018-02-17
1
-2
/
+377
|
*
new .rod file implementation; part 1: writing of the file
Araq
2018-02-17
1
-0
/
+452