summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Change TAddress to ByteAddressAndrey Sobolev2015-09-141-3/+3
|
* Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-1421-69/+319
|\
| * Added some info about bugfixes to news.txt.Dominik Picheta2015-09-121-0/+190
| |
| * fixes generic instantations in conceptsAraq2015-09-121-0/+3
| |
| * fixes some regressionsAraq2015-09-124-5/+18
| |
| * preparations for better handling of 'a[i]' in generics; stmt lists can be ↵Araq2015-09-122-2/+13
| | | | | | | | lvalues
| * config cleanupAraq2015-09-121-12/+2
| |
| * implicit return types for iterators are now deprecatedAraq2015-09-123-1/+3
| |
| * fixes #1528Araq2015-09-123-25/+14
| |
| * minor testsuite cleanupAraq2015-09-122-2/+2
| |
| * documented void contextAraq2015-09-121-0/+18
| |
| * Fixes failing async tests on Linux.Dominik Picheta2015-09-112-4/+4
| |
| * Improve asyncdispatch error messages, fix some tests on Windows.Dominik Picheta2015-09-114-20/+36
| |
| * Implement strutils.indentDominik Picheta2015-09-111-0/+18
| |
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-113-20/+70
|\|
| * Reintroduce FutureVar[T] from commit 72b4912c84b16644657.Dominik Picheta2015-09-113-20/+70
| |
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-1126-118/+282
|\|
| * Merge pull request #3310 from jlp765/timesExamplesDominik Picheta2015-09-111-8/+53
| |\ | | | | | | times module examples & bug fix
| | * Example: add extra getGmTime interval addition exampleJamesP2015-09-101-1/+2
| | |
| | * tests added: toSeconds with local/GM timezones, interval add/subJamesP2015-09-101-0/+25
| | | | | | | | | | | | with local/GM timezones
| | * bug fix: `+` and `-` handle GM and Local time correctlyJamesP2015-09-101-8/+8
| | | | | | | | | | | | eg, getGmTime(getTime()) + initInterval(hours=1) gave incorrect results
| | * add examples block to top of times moduleJamesP2015-09-101-0/+19
| | |
| * | fixes Nim's bigbang regressionAraq2015-09-101-2/+2
| | |
| * | fixes #3195Araq2015-09-101-2/+24
| | |
| * | fixes #2559Araq2015-09-106-18/+26
| | |
| * | fixes a critical codegen bug triggered by .asyncAraq2015-09-104-52/+72
| |/
| * Merge pull request #3274 from yglukhov/seq-insert-js-fixAndreas Rumpf2015-09-092-13/+34
| |\ | | | | | | Fixed seq.insert and seq.delete for js.
| | * Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-072-13/+34
| | |
| * | fixes typoAraq2015-09-091-1/+1
| | |
| * | fixes #3230Araq2015-09-092-1/+17
| | |
| * | Merge pull request #3303 from Amrykid/amrykid-name-changeAndreas Rumpf2015-09-083-6/+6
| |\ \ | | | | | | | | Fixed my name.
| | * | Fixed my name.Alexander Mitchell-Robinson2015-09-073-6/+6
| | | |
| * | | fixes #3300Araq2015-09-081-1/+1
| | | |
| * | | minor documentation cleanupsAraq2015-09-083-5/+8
| | | |
| * | | gangbang support for NimScriptAraq2015-09-081-2/+9
| | | |
| * | | NimScript: make the compiler shut up about effects it doesn't know aboutAraq2015-09-081-0/+5
| | | |
| * | | even better docsAraq2015-09-082-7/+20
| | | |
| * | | Merge pull request #3306 from SSPkrolik/oids-add-comparatorDominik Picheta2015-09-081-0/+4
| |\ \ \ | | |/ / | |/| | Added == operator for comparing two Object IDs
| | * | Added == operator for comparing two Object IDsRostyslav Dzinko2015-09-081-0/+4
| |/ /
* | | Support for GC working in Emscripten environmentAndrey Sobolev2015-09-111-5/+7
| | | | | | | | | | | | Support for GC working in Emscripten environment
* | | mmap non PageSize aligned supportAndrey Sobolev2015-09-101-1/+48
|/ / | | | | | | mmap non PageSize aligned support
* | Merge pull request #3298 from haiodo/improve-xmltreeDominik Picheta2015-09-071-0/+11
|\ \ | |/ |/| Improve xmltree
| * Merge remote-tracking branch 'upstream/devel' into improve-xmltreeAndrey Sobolev2015-09-0713-54/+261
| |\ | |/ |/|
* | Merge pull request #3293 from Matt14916/usebase-msg-fixAndreas Rumpf2015-09-071-1/+1
|\ \ | | | | | | Replace incorrect warning string.
| * | Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
| | |
* | | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flagsAndreas Rumpf2015-09-071-6/+11
|\ \ \ | | | | | | | | typeToString: Fix shared/not nil on complex types
| * | | typeToString: Fix shared/not nil on complex typesAdam Strzelecki2015-09-061-6/+11
| |/ / | | | | | | | | | | | | Previously `not nil` flag was not shown on `cstring or nil` or `PType not nil`, where `type PType = ref Type`, eg. when showing compiler diagnostics.
* | | Merge pull request #3291 from yglukhov/nimvm-generic-fixAndreas Rumpf2015-09-073-8/+14
|\ \ \ | | | | | | | | Fixed when nimvm in generics.
| * | | Fixed nimvm in generics.Yuriy Glukhov2015-09-073-8/+14
|/ / /
* | | Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-072-31/+103
| | |
om> 2020-06-12 07:57:38 -0700 6513' href='/akkartik/mu/commit/html/059stop.subx.html?h=hlt&id=86351aafe218a7386f6578be3c4da3edcdcb0c98'>86351aaf ^
ec73ed12 ^
86351aaf ^










ec73ed12 ^
86351aaf ^















ec73ed12 ^
86351aaf ^









ec73ed12 ^
86351aaf ^















ec73ed12 ^
86351aaf ^







6f37250d ^



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