summary refs log tree commit diff stats
path: root/compiler/rod.nim
Commit message (Expand)AuthorAgeFilesLines
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* 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
garbeam@wmii.de> 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/Makefile?id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
0235a84 ^
5d3fd37 ^
17d39ee ^
e94774d ^

17d39ee ^
650a1fb ^
3d48f33 ^

1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^

d477fb6 ^
0235a84 ^
4d55eee ^


dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
ad4962c ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60