summary refs log tree commit diff stats
path: root/compiler/depends.nim
Commit message (Collapse)AuthorAgeFilesLines
* gendepend improvements; refs #5144Araq2017-01-061-1/+1
|
* new dependency tracking for nimsuggestAraq2016-11-051-1/+3
|
* refactoring complete: explicit ident cacheAraq2016-10-311-1/+1
|
* Get rid of deprecation warningsdef2015-04-071-15/+15
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
|
* case consistency part 4Araq2013-12-271-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* merged upstream masterZahary Karadjov2013-01-271-1/+1
|\
| * implemented 'import except'Araq2012-11-281-1/+1
| |
* | CaaS in-memory cachingZahary Karadjov2012-11-281-3/+1
| | | | | | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places
* | caas is now drivable through stdinZahary Karadjov2012-11-281-5/+2
|/ | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-2/+2
|
* big repo cleanupAraq2011-04-121-0/+61
tik Agaram <vc@akkartik.com> 2020-11-29 13:36:32 -0800 committer Kartik Agaram <vc@akkartik.com> 2020-11-29 13:42:27 -0800 7306' href='/akkartik/mu/commit/html/410file.mu.html?h=hlt&id=775f77c3346d231fc6133de2c7da2bb1e8ef0c2e'>775f77c3 ^
3d1c4216 ^


775f77c3 ^
3d1c4216 ^




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
74
75
76
77
78
79
80
81
82