summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-192-3/+8
* posix.nim add 'sigaction' with 3rd nil parameterAndreas Rumpf2017-01-191-0/+4
* make quote ast a ref type (#5246)Arne Döring2017-01-192-0/+75
* fixes #5237Andreas Rumpf2017-01-192-2/+16
* Remove Build status waterfall, all links 502 (#5249)timothy eichler2017-01-191-30/+0
* fixes #3434Andreas Rumpf2017-01-191-1/+1
* Fixes #5225 (#5243)Lolo Iccl2017-01-182-1/+19
* Import ospaths instead of include (#5233)Yuriy Glukhov2017-01-182-12/+14
* Fixes #5244 (#5245)Yuriy Glukhov2017-01-182-0/+11
* Merge pull request #5239 from illogica/patch-2Dominik Picheta2017-01-181-7/+30
|\
| * Fix nativesockets.select()Loris Pederiva2017-01-181-7/+30
* | added system.onThreadCreation feature for safe thread local storage initializ...Andreas Rumpf2017-01-183-0/+54
* | implements {.gcsafe.} enforcement as a pragma blockAndreas Rumpf2017-01-183-16/+27
|/
* Fixes #5112 (Fix error messages raised when multiple modules have the same or...Lolo Iccl2017-01-175-3/+18
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-172-8/+90
* fixes #5218Andreas Rumpf2017-01-162-1/+42
* docs for the heap dump featureAndreas Rumpf2017-01-162-0/+18
* re additions for buffer (cstring) RE matching (#5117)jlp7652017-01-162-99/+245
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-168-481/+676
* Fixed Mersenne Twister (#5227)MednauN2017-01-161-2/+2
* Create temp var in deepcopy if needed (#5205)Brandon Pickering2017-01-152-2/+27
* M&S GC gets the heap dump featureAndreas Rumpf2017-01-153-69/+76
* finish tool: untested download featureAndreas Rumpf2017-01-151-1/+25
* Update system.nimAndreas Rumpf2017-01-141-2/+2
* default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...Andreas Rumpf2017-01-143-3/+37
* memory allocator hotfix: do not allocate tremendous amounts of memoryAndreas Rumpf2017-01-132-12/+18
* finish tool: slightly more informative error messageAndreas Rumpf2017-01-131-0/+1
* Merge pull request #5211 from illogica/patch-1Dominik Picheta2017-01-121-1/+1
|\
| * Make SockAddr.sa_data publicLoris Pederiva2017-01-111-1/+1
* | Correct the spelling of the word 'overridden'. (#5212)mfxmfx2017-01-112-4/+4
|/
* Workaround for the high cpu usage issue in coroutines on linux (#5186)Dmitriy Fomichev2017-01-111-3/+3
* Improve & optimize strutils 'find' procs (#5196)Parashurama2017-01-112-15/+76
* Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)Lolo Iccl2017-01-112-0/+24
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-112-2/+28
* random.shuffle now takes an openArray procAndreas Rumpf2017-01-111-2/+7
* Documented `shuffle` from `random` module (#5204)Benjamin Summerton2017-01-111-0/+1
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-112-1/+34
* nim.cfg: update comments about the stack size to match reality (#5206)mfxmfx2017-01-111-4/+4
* alternative fix for #4884; fixes tlateboundstaticZahary Karadjov2017-01-111-1/+1
* Merge pull request #5208 from luked99/async-json-example-fixDominik Picheta2017-01-101-0/+1
|\
| * asynchttpserver: import json in the example codeLuke Diamand2017-01-101-0/+1
|/
* bugfix: abs(0.0) should be +0.0Andreas Rumpf2017-01-101-1/+1
* add 'koch nimsuggest' command for consistencyAndreas Rumpf2017-01-101-0/+1
* add copyDir stdlib testAndreas Rumpf2017-01-101-0/+18
* use os.copyDir, not your own broken implementation of itAndreas Rumpf2017-01-101-9/+0
* add distros to docs properlyAraq2017-01-091-1/+1
* updated koch docsAraq2017-01-081-40/+0
* added checksumsAraq2017-01-081-6/+6
* fix #4884Zahary Karadjov2017-01-082-3/+15
* Small fixes in readme.Dominik Picheta2017-01-081-1/+1
92 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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310