summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-1717-23/+133
* bugfix: boehm GC improvementsAraq2012-01-161-4/+4
* better inferfacing to boehm GCAraq2012-01-152-13/+39
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-154-4/+8
* regenerated C sourcesAraq2012-01-150-0/+0
* removed nimKeepAlive as it's not necessary with interior pointer checkingAraq2012-01-152-51/+20
* niminst: bugfixes; documentation changesAraq2012-01-159-85/+70
* bugfixes: tests are green againAraq2012-01-132-2/+3
* GC: growObj: revert to somewhat more efficient versionAraq2012-01-131-3/+3
* niminst: diverse improvements; fixes #80Araq2012-01-1313-46/+102
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-132-1/+5
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-134-3/+36
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-135-2/+27
* even more sys assertionsAraq2012-01-136-33/+68
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-01-122-1/+25
|\
| * New tooltip API for gtk.dom962012-01-122-1/+25
* | more sysasserts for allocator/gcAraq2012-01-128-24/+38
* | further steps to eliminate generics bugsAraq2012-01-114-15/+28
|/
* GC: interior pointers on stack are not necessarily alignedAraq2012-01-101-8/+1
* removed '^ deprecated' messageAraq2012-01-103-8/+5
* bugfix: debugger works againAraq2012-01-082-2/+2
* unsuccessful phantom bug huntingAraq2012-01-084-35/+44
* koch: 'update' feature optional for less dependenciesAraq2012-01-081-52/+64
* disabled tdatabind.nim as it's still to heavy for the compilerAraq2012-01-081-0/+95
* adapted titer4 test because of new implicit items/pairs iteratorsAraq2012-01-081-2/+2
* bugfix: command line args are processed again after config files, so that --v...Araq2012-01-081-5/+5
* implicit invokation of items/pairs iteratorsAraq2012-01-086-30/+72
* fixes #33Araq2012-01-073-26/+29
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-078-69/+118
* bugfix: removed newSons legacyAraq2012-01-074-10/+15
* test t99bott.nim works nowAraq2012-01-064-25/+24
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-0519-47/+85
* fixed some testsAraq2012-01-032-6/+2
* bugfix: tester should compile againAraq2012-01-031-1/+1
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-035-13/+18
* io test uses dummy compile result objectAraq2012-01-021-1/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-01-023-13/+6
|\
| * Merge pull request #86 from Tass/masterAraq2012-01-023-13/+6
| |\
| | * removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
| | * fixed the io tests so they run as intendedSimon Hafner2011-12-313-7/+5
* | | bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...Araq2012-01-023-6/+5
|/ /
* | serious allocator bugfixesAraq2012-01-022-4/+11
* | year 2012 for most copyright headersAraq2012-01-02174-184/+187
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-311-0/+1
|\
| * Disabled io tests because it blocks indefinitely.dom962011-12-311-0/+1
* | new len(openarray) implementationAraq2011-12-314-5/+22
|/
* Merge pull request #84 from Tass/masterAraq2011-12-311-0/+1
|\
| * forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-313-9/+20
* | changed io testsAraq2011-12-312-2/+6
us revision' href='/ahoang/Nim/blame/lib/pure/xmltree.nim?h=devel&id=3dafd6856bfd644e9cf518b36e5bfedc3220a702'>^
f721ddd75 ^
7bf98411b ^


f721ddd75 ^











ddb718548 ^

f721ddd75 ^

7bf98411b ^



f721ddd75 ^
7bf98411b ^
f721ddd75 ^

770cc7164 ^
f721ddd75 ^
7bf98411b ^


770cc7164 ^
7bf98411b ^
f721ddd75 ^


b56df72a3 ^
f721ddd75 ^


b4844a189 ^
f721ddd75 ^


b4844a189 ^
f721ddd75 ^
b4844a189 ^
f721ddd75 ^

4741e8f9a ^












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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286