summary refs log tree commit diff stats
path: root/compiler/nimlexbase.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes an off-by-one error for nimprettyAraq2017-10-161-1/+1
* beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-1/+4
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-35/+35
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-7/+7
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-7/+7
* case consistency part 1Araq2013-12-271-8/+7
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-0/+170
akkartik/mu/commit/html/098check_type_pointers.cc.html?h=hlt&id=76755b2836b0dadd88f82635f661f9d9df77604d'>76755b28 ^
ac07e589 ^

08a0eed6 ^
e4ac3c9e ^
ac07e589 ^


76755b28 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

76755b28 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^



































76755b28 ^


a654e4ec ^
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
83
84
85
86
87
88
89
90
91
92
93
94