summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* --recursivePath may handle dots correctly nowAraq2011-01-292-3/+5
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-2913-54/+69
* changes to threads; --recursivePath supportAraq2011-01-2920-177/+393
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-2832-147/+629
|\
| * c2nim: bugfix: less picky about newlines in preprocessor definesAraq2011-01-194-3/+16
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-1817-127/+521
| * explicit indices in array literalsAraq2011-01-168-3/+60
| * docgen: module dependencies are now listedAraq2011-01-167-37/+55
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-283-17/+106
|/
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-1517-370/+60
* json module changesAraq2011-01-151-1/+0
* json module changesAraq2011-01-155-657/+679
* httpserver changesAraq2011-01-141-13/+16
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-132-454/+738
|\
| * Added a higher level json module.dom962011-01-112-454/+738
* | httpserver may work better nowAraq2011-01-135-78/+94
|/
* Feature: explicit string representation for enum fieldsAraq2011-01-119-8/+94
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-1/+1
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-104-26/+38
* support for objective C generationAraq2011-01-107-13/+24
* documentation improvementsAraq2011-01-093-2/+45
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-098-3/+25
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-1/+4
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-0913-56/+156
* bugfix: osproc compiles under windows againAraq2011-01-072-2/+2
* additions to complex moduleAraq2011-01-073-7/+206
* implemented 'emit' pragmaAraq2011-01-0710-74/+108
* added test tmultim4.nimAraq2011-01-063-0/+41
* documentation for source code filtersAraq2011-01-063-78/+49
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-062-55/+40
|\
| * fixes #5, also cleaned up extccomp a bit.dom962011-01-062-55/+40
* | better tester; yet another iterator bugfixAraq2011-01-066-71/+116
* | bugfix: compiler rejects methods without object parameterAraq2011-01-067-3/+28
|/
* fixed whitespace conflictAraq2011-01-062-55/+55
|\
| * Adjust name of event converters and remove the boilerplateMichael Fellinger2011-01-051-38/+19
| * Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
* | graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* | bugfix: semantic checking: tuples without named fieldsAraq2011-01-062-1/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-052-8/+29
|\ \
| * | Fixed a bug in typeToString with generics.dom962011-01-031-8/+6
| * | Added a generics test case.dom962011-01-031-0/+23
| |/
* | transf: big refactoring; other small fixesAraq2011-01-0511-226/+287
* | bugfix: multiple yield statements and loop body varsAraq2010-12-1313-75/+256
* | added strutils.alignAraq2010-12-074-15/+36
* | commit before ov-res changesAraq2010-12-074-23/+37
* | commit before ov-res changesAraq2010-12-071-0/+191
* | renamed lock->aquireAraq2010-11-182-20/+20
* | docgen understands and ignores *when false*Araq2010-11-1818-79/+1194
|/
* pegs: captured search loopAraq2010-11-073-5/+55
Implement :filter, :clear' href='/akspecs/aerc/commit/doc/aerc.1.scd?id=f81e4bd41c3ba9427390eadfc5133ed8daada6ab'>f81e4bd ^
50f25e7 ^


72204d1 ^
50f25e7 ^
2d6338e ^

50f25e7 ^
5b52388 ^



f81e4bd ^



d22a914 ^


2d6338e ^
fc719e4 ^



f81e4bd ^














50f25e7 ^
fc719e4 ^


50f25e7 ^
fc719e4 ^



4fc6fee ^


2d6338e ^








ce475e4 ^

1bb1a80 ^
ce475e4 ^
e56ceb0 ^
28fc9fa ^

ccf5c02 ^


e56ceb0 ^

7899d15 ^

2d6338e ^
4fc6fee ^
2d6338e ^
7899d15 ^


0ee7d30 ^



0a52124 ^
f4b7741 ^


2d6338e ^



















fc719e4 ^

4fc6fee ^


0b14d92 ^







fc719e4 ^

7a26b48 ^
4875813 ^
fc719e4 ^





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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269