summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* mark and sweep GC compiles with --cs:partialAraq2014-02-021-14/+14
* case consistency for excpt.nimAraq2014-02-021-1/+1
* nativeStackTrace might work againAraq2014-01-251-3/+3
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-3/+3
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-48/+48
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-5/+1
* case consistency improvementsAraq2014-01-114-51/+54
* case consistency for linuxAraq2013-12-291-2/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4
* case consistency: next stepsAraq2013-12-294-14/+14
* improvements for 'pretty'Araq2013-12-287-32/+32
* case consistency part 4Araq2013-12-2713-243/+243
* case consistency part 1Araq2013-12-279-156/+148
* templates can access hidden fieldsAraq2013-12-251-4/+4
* bootstraps with new template symbol binding rulesAraq2013-12-242-12/+12
* attempt to merge newtemplAraq2013-12-241-1/+1
* Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-243-27/+68
|\
| * NoFakeVars progressAraq2013-12-242-3/+16
| * vm: FFI improvementsAraq2013-12-232-21/+45
| * tcnstseq works againAraq2013-12-231-0/+3
| * Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-234-28/+34
| |\
| * | new VM: some progress for the FFI supportAraq2013-12-232-3/+4
* | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
| |/ |/|
* | Merge pull request #759 from zielmicha/stdmsgAndreas Rumpf2013-12-201-21/+23
|\ \
| * | Rework CGI error reporting.Michał Zieliński2013-12-181-20/+22
| * | write exception tracebacks to stdmsg, instead of stdoutMichał Zieliński2013-12-171-1/+1
| |/
* / implemented 'injectStmt'; more debug supportAraq2013-12-163-7/+11
|/
* fixes a regression where memset was used without including <string.h>Araq2013-12-031-2/+1
* better error message for implicitly available modulesAraq2013-12-012-0/+6
* support for multiple test variables and var qualifiers in user-defined type c...Zahary Karadjov2013-11-131-2/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-10-311-50/+189
|\
| * Merge pull request #631 from mflamer/masterAndreas Rumpf2013-10-311-50/+189
| |\
| | * LockFree Hash Table 0.1Mark Flamer2013-10-221-50/+189
* | | GC: even more stress testingAraq2013-10-313-8/+29
|/ /
* | debug GC works nowAraq2013-10-011-2/+2
* | first version of the debug GC; doesn't work yetAraq2013-10-012-20/+118
* | fixes #575Araq2013-09-102-1/+5
* | bugfix: --gc:none -d:useMalloc works againAraq2013-09-062-54/+55
|/
* fixes #569; C++ codegen works againAraq2013-08-313-3/+3
* float64 is now an alias to 'float'; fixes #545Araq2013-08-301-1/+1
* GC: added static cycleGC checksAraq2013-08-221-4/+6
* fixes a long standing channels bugAraq2013-08-092-1/+3
* fixes #532Araq2013-08-011-1/+1
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-1/+3
* fixes --os:standaloneAraq2013-06-301-5/+6
* made some tests greenAraq2013-06-301-2/+2
* --os:standalone works againAraq2013-06-308-195/+168
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-1/+1
* better error message for subtle nil errorsAraq2013-05-311-2/+4
* GC'ed wide strings for windowsAraq2013-05-202-243/+128
ss='oid'>07d5a8085 ^
3260702a6 ^
07d5a8085 ^




ff02ce2d5 ^
07d5a8085 ^





827dc054f ^

f45967537 ^
07d5a8085 ^

ff02ce2d5 ^

c70fa8747 ^

5008b4446 ^

827dc054f ^
92b8fac94 ^
ff02ce2d5 ^



92b8fac94 ^
5008b4446 ^

ff02ce2d5 ^





c80d563af ^
ff02ce2d5 ^



















1101a40f9 ^
ff02ce2d5 ^


c80d563af ^
ff02ce2d5 ^
c8d270268 ^
ff02ce2d5 ^













07d5a8085 ^
ff02ce2d5 ^
b20663ce1 ^
ff02ce2d5 ^
b20663ce1 ^


ff02ce2d5 ^
07d5a8085 ^
ff02ce2d5 ^


827dc054f ^










ff02ce2d5 ^









bd2d146c7 ^
ff02ce2d5 ^
46c41e436 ^
ff02ce2d5 ^

c8d270268 ^
92b8fac94 ^

ff02ce2d5 ^
92b8fac94 ^
46c41e436 ^
92b8fac94 ^





36247e094 ^
46c41e436 ^







ff02ce2d5 ^

92b8fac94 ^

ff02ce2d5 ^


07d5a8085 ^

ff02ce2d5 ^
07d5a8085 ^










ff02ce2d5 ^





bd2d146c7 ^
ff02ce2d5 ^






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