summary refs log tree commit diff stats
path: root/compiler/modulegraphs.nim
Commit message (Collapse)AuthorAgeFilesLines
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-0/+8
|
* nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-131-0/+4
|
* disable transitive closure computations; only semcheck procs that have the ↵Andreas Rumpf2017-02-091-1/+1
| | | | cursor
* attempt to make nimble work againAndreas Rumpf2017-02-021-1/+4
|
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-2/+4
|
* happy new yearAraq2017-01-071-1/+1
|
* refactoring: C codegen with fewer global variablesAraq2016-12-051-0/+1
|
* disallow recursive module dependenciesAraq2016-11-231-0/+4
|
* nimsuggest supports include files properly; added the compiler itself as a ↵Andreas Rumpf2016-11-061-1/+17
| | | | testcase
* added missing moduleAraq2016-11-051-0/+92
^
8b095f80 ^

8b095f80 ^



639922e8 ^
8b095f80 ^

d8509b41 ^
8b095f80 ^

8b095f80 ^
8b095f80 ^
6c96a437 ^
8b095f80 ^

6c96a437 ^
78c50205 ^
8b095f80 ^

d559f68b ^
8b095f80 ^










8b095f80 ^
2badd89a ^

6c96a437 ^
2badd89a ^
6c96a437 ^
2badd89a ^

6c96a437 ^
2badd89a ^




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
61
62
63
64
65
66
67
68
69
70
71
72
73