index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
3
-5
/
+48
*
|
|
ansi_c.nim: avoid deprecated 'expr' type
Araq
2017-01-20
1
-1
/
+1
*
|
|
some progress on #5228
Araq
2017-01-20
1
-3
/
+3
*
|
|
first implementation of segfaults stdlib module
Andreas Rumpf
2017-01-20
2
-0
/
+79
*
|
|
posix.nim: make new sigaction wrapper compatible with C++
Andreas Rumpf
2017-01-20
1
-1
/
+1
*
|
|
fixes #5234 (#5240)
Michael Jendrusch
2017-01-20
2
-7
/
+52
|
/
/
*
|
fix seq add for nim node in VM (#5253)
Arne Döring
2017-01-19
2
-3
/
+8
*
|
posix.nim add 'sigaction' with 3rd nil parameter
Andreas Rumpf
2017-01-19
1
-0
/
+4
*
|
make quote ast a ref type (#5246)
Arne Döring
2017-01-19
2
-0
/
+75
|
/
*
fixes #5237
Andreas Rumpf
2017-01-19
2
-2
/
+16
*
Remove Build status waterfall, all links 502 (#5249)
timothy eichler
2017-01-19
1
-30
/
+0
*
fixes #3434
Andreas Rumpf
2017-01-19
1
-1
/
+1
*
Fixes #5225 (#5243)
Lolo Iccl
2017-01-18
2
-1
/
+19
*
Import ospaths instead of include (#5233)
Yuriy Glukhov
2017-01-18
2
-12
/
+14
*
Fixes #5244 (#5245)
Yuriy Glukhov
2017-01-18
2
-0
/
+11
*
Merge pull request #5239 from illogica/patch-2
Dominik Picheta
2017-01-18
1
-7
/
+30
|
\
|
*
Fix nativesockets.select()
Loris Pederiva
2017-01-18
1
-7
/
+30
*
|
added system.onThreadCreation feature for safe thread local storage initializ...
Andreas Rumpf
2017-01-18
3
-0
/
+54
*
|
implements {.gcsafe.} enforcement as a pragma block
Andreas Rumpf
2017-01-18
3
-16
/
+27
|
/
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
5
-3
/
+18
*
Removed mangling of object fields for the js target only. (#5226)
Michael Jendrusch
2017-01-17
2
-8
/
+90
*
fixes #5218
Andreas Rumpf
2017-01-16
2
-1
/
+42
*
docs for the heap dump feature
Andreas Rumpf
2017-01-16
2
-0
/
+18
*
re additions for buffer (cstring) RE matching (#5117)
jlp765
2017-01-16
2
-99
/
+245
*
Fix #5128, #5184. (#5214)
Eugene Kabanov
2017-01-16
8
-481
/
+676
*
Fixed Mersenne Twister (#5227)
MednauN
2017-01-16
1
-2
/
+2
*
Create temp var in deepcopy if needed (#5205)
Brandon Pickering
2017-01-15
2
-2
/
+27
*
M&S GC gets the heap dump feature
Andreas Rumpf
2017-01-15
3
-69
/
+76
*
finish tool: untested download feature
Andreas Rumpf
2017-01-15
1
-1
/
+25
*
Update system.nim
Andreas Rumpf
2017-01-14
1
-2
/
+2
*
default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...
Andreas Rumpf
2017-01-14
3
-3
/
+37
*
memory allocator hotfix: do not allocate tremendous amounts of memory
Andreas Rumpf
2017-01-13
2
-12
/
+18
*
finish tool: slightly more informative error message
Andreas Rumpf
2017-01-13
1
-0
/
+1
*
Merge pull request #5211 from illogica/patch-1
Dominik Picheta
2017-01-12
1
-1
/
+1
|
\
|
*
Make SockAddr.sa_data public
Loris Pederiva
2017-01-11
1
-1
/
+1
*
|
Correct the spelling of the word 'overridden'. (#5212)
mfxmfx
2017-01-11
2
-4
/
+4
|
/
*
Workaround for the high cpu usage issue in coroutines on linux (#5186)
Dmitriy Fomichev
2017-01-11
1
-3
/
+3
*
Improve & optimize strutils 'find' procs (#5196)
Parashurama
2017-01-11
2
-15
/
+76
*
Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)
Lolo Iccl
2017-01-11
2
-0
/
+24
*
Reset exprs before return by arg. Fixes #5098 (#5191)
Brandon Pickering
2017-01-11
2
-2
/
+28
*
random.shuffle now takes an openArray proc
Andreas Rumpf
2017-01-11
1
-2
/
+7
*
Documented `shuffle` from `random` module (#5204)
Benjamin Summerton
2017-01-11
1
-0
/
+1
*
Handle different enum sizes in reprAux (#5207)
Brandon Pickering
2017-01-11
2
-1
/
+34
*
nim.cfg: update comments about the stack size to match reality (#5206)
mfxmfx
2017-01-11
1
-4
/
+4
*
alternative fix for #4884; fixes tlateboundstatic
Zahary Karadjov
2017-01-11
1
-1
/
+1
*
Merge pull request #5208 from luked99/async-json-example-fix
Dominik Picheta
2017-01-10
1
-0
/
+1
|
\
|
*
asynchttpserver: import json in the example code
Luke Diamand
2017-01-10
1
-0
/
+1
|
/
*
bugfix: abs(0.0) should be +0.0
Andreas Rumpf
2017-01-10
1
-1
/
+1
*
add 'koch nimsuggest' command for consistency
Andreas Rumpf
2017-01-10
1
-0
/
+1
*
add copyDir stdlib test
Andreas Rumpf
2017-01-10
1
-0
/
+18
[prev]
[next]