summary refs log tree commit diff stats
path: root/compiler/main.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Speed-up symbolFiles:on operations on windowsZahary Karadjov2011-12-071-12/+10
* bugfixes for .rod files and visual C++Araq2011-12-031-1/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-10/+10
* argument passing with --run option works againAraq2011-11-271-2/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-78/+79
* compilation cache: multi methods now workAraq2011-10-241-0/+1
* compilation cache: better dependency checkingAraq2011-10-231-0/+1
* much more efficient rod file generationAraq2011-10-181-25/+17
* added system.slurp for easy embedding of resourcesAraq2011-08-101-2/+4
* json code generation works againAraq2011-08-071-1/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-3/+3
* const table supportAraq2011-04-291-2/+2
* got rid of some arcane module namesAraq2011-04-211-1/+1
* better error message for invalid module namesAraq2011-04-161-1/+1
* big repo cleanupAraq2011-04-121-0/+279
<hut@lavabit.com> 2009-12-25 21:55:04 +0100 updated pydoc pages' href='/akspecs/ranger/commit/doc/ranger.fsobject.file.html?h=v1.2.1&id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166