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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #4996
Andreas Rumpf
2017-02-05
1
-0
/
+9
*
Use __NR_gettid instead of SYS_gettid (#5338)
Yuriy Glukhov
2017-02-04
1
-3
/
+3
*
Fix #5331 and #5332.
cheatfate
2017-02-04
1
-10
/
+15
*
critical realloc bugfix; refs #4818
Andreas Rumpf
2017-02-03
1
-3
/
+4
*
reenabled clear test, made clear working (#5323)
Arne Döring
2017-02-02
1
-2
/
+5
*
Merge branch 'devel' into new-name-mangling
Araq
2017-02-02
1
-1
/
+1
|
\
|
*
make tests on Windows green under --pedantic
Araq
2017-02-02
1
-1
/
+1
*
|
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-8
/
+21
|
/
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-0
/
+5
*
fix string slice & splice (#5311)
Parashurama
2017-02-01
1
-6
/
+5
*
Fixes for upcoming asyncdispatch and ioselectors. (#5309)
Eugene Kabanov
2017-02-01
5
-57
/
+71
*
Allow .async pragma on methods (#5312)
Ruslan Mustakov
2017-02-01
1
-2
/
+2
*
allocator: fixes regression: get alignment right for small objects
Araq
2017-01-31
1
-0
/
+2
*
make getThreadId() work on OSX
Andreas Rumpf
2017-01-31
1
-2
/
+4
*
another attempt to getThreadId work on Linux
araq
2017-01-31
1
-1
/
+1
*
make getThreadId() work on Linux
araq
2017-01-31
1
-3
/
+6
*
make AVL tree node part of the memory regions; fixes hard to reproduce channe...
Araq
2017-01-31
1
-1
/
+1
*
make AVL tree node part of the memory regions; fixes hard to reproduce channe...
Araq
2017-01-31
1
-15
/
+15
*
added system.getThreadId for various OSes (untested)
Araq
2017-01-31
1
-1
/
+31
*
dirty changes to Nim's memory tracker; requires cleanups
Araq
2017-01-31
1
-1
/
+6
*
fix the racy allocator properly
Andreas Rumpf
2017-01-31
1
-1
/
+1
*
added test case; threadex example crashes now
Araq
2017-01-30
2
-2
/
+6
*
fixes #5301
Araq
2017-01-30
2
-42
/
+60
*
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...
Andreas Rumpf
2017-01-30
6
-33
/
+35
*
Merge branch 'Fix5290_1' of https://github.com/cheatfate/Nim into cheatfate-F...
Andreas Rumpf
2017-01-29
1
-8
/
+11
|
\
|
*
One more fix for #5290.
cheatfate
2017-01-28
1
-8
/
+11
*
|
devel version has to be odd
Araq
2017-01-29
1
-1
/
+1
|
/
*
Merge branch 'fix5290' of https://github.com/cheatfate/Nim into cheatfate-fix...
Andreas Rumpf
2017-01-27
6
-82
/
+99
|
\
|
*
Fix mistake
cheatfate
2017-01-27
1
-2
/
+2
|
*
asyncdispatch exception memory leaks fixes.
cheatfate
2017-01-27
2
-29
/
+41
|
*
Fix #5290.
cheatfate
2017-01-27
4
-53
/
+58
*
|
make segfaults compilation robust on Windows
Araq
2017-01-27
1
-1
/
+1
|
/
*
Added heapqueue.del (#5289)
Yuriy Glukhov
2017-01-27
1
-11
/
+35
*
Merge branch 'fixsharray' of https://github.com/cheatfate/Nim into cheatfate-...
Andreas Rumpf
2017-01-27
1
-13
/
+51
|
\
|
*
oops.
cheatfate
2017-01-26
1
-0
/
+1
|
*
Fix changes table must be SharedArray when hasThreadSupport.
cheatfate
2017-01-26
1
-13
/
+50
*
|
fixes repr regression
Andreas Rumpf
2017-01-27
1
-1
/
+3
*
|
repr.nim: minor improvement when outputting addresses of cstrings
Andreas Rumpf
2017-01-26
1
-5
/
+5
|
/
*
newException supports setting of the 'parent' field
Andreas Rumpf
2017-01-26
1
-1
/
+2
*
bugfix: onThreadDestruction callbacks should be run in reverse order
Andreas Rumpf
2017-01-26
1
-1
/
+1
*
improvements to memtracking
Andreas Rumpf
2017-01-26
5
-16
/
+38
*
memory tracker is aware of threads (still not threadsafe though)
Andreas Rumpf
2017-01-26
2
-12
/
+45
*
added default param to strtabs.getOrDefault (#5280)
David Krause
2017-01-26
1
-2
/
+2
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
5
-6
/
+6
*
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Michael Jendrusch
2017-01-26
1
-0
/
+436
*
Add volatile load/store (#5263)
Jeff Ciesielski
2017-01-25
1
-0
/
+30
*
Fix a typo in system's staticExec procedure description (#5276)
Gangsta Cat
2017-01-24
1
-1
/
+1
*
onThreadDestruction feature added to Nim's threading model
Andreas Rumpf
2017-01-24
1
-11
/
+32
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
1
-5
/
+8
*
Fix declaration of inet_ntop to be GCSafe. (#5266)
Eugene Kabanov
2017-01-23
1
-1
/
+1
[next]