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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add note about passing channels between threads.
Federico Ceratto
2017-02-27
1
-0
/
+2
*
Merge pull request #5317 from rokups/feature/coroutines
Andreas Rumpf
2017-02-26
5
-248
/
+276
|
\
|
*
Use constant nimCoroutines instead of defined(nimCoroutines)
Rokas Kupstys
2017-02-20
2
-10
/
+10
|
*
Cleanup of gc code
Rokas Kupstys
2017-02-20
4
-275
/
+214
|
*
Coroutines realtime support
Rokas Kupstys
2017-02-20
1
-13
/
+36
|
*
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
Rokas Kupstys
2017-02-20
2
-112
/
+154
|
*
Delete fiber context when it exits (memleak fix)
Rokas Kupstys
2017-02-20
2
-4
/
+23
|
*
Added support for exceptions in coroutines and added exception test
Rokas Kupstys
2017-02-20
1
-0
/
+11
|
*
Coroutine rework.
Rokas Kupstys
2017-02-20
2
-8
/
+2
*
|
removed onThreadCreation; onThreadDestruction is now thread local
Araq
2017-02-26
1
-49
/
+11
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-17
3
-21
/
+52
|
\
|
|
*
fixes #5392
araq
2017-02-15
1
-1
/
+4
|
*
Add ``tearDownForeignThreadGc`` function (#5369)
Anatoly Galiulin
2017-02-13
2
-10
/
+35
|
*
sysio: check for IO errors for write operations
Araq
2017-02-11
1
-6
/
+8
|
*
sysio: minor improvements
Araq
2017-02-09
1
-4
/
+5
*
|
introduce nimMaxHeap define to fight memory overcommit
Andreas Rumpf
2017-02-10
1
-0
/
+5
|
/
*
make tests green again
Andreas Rumpf
2017-02-08
2
-1
/
+5
*
make tests green again
Andreas Rumpf
2017-02-08
2
-4
/
+5
*
system/unicode: check for buffer overflows; refs #5284
Araq
2017-02-08
1
-18
/
+31
*
system.nim: don't use deprecated symbols/constructs
Araq
2017-02-08
7
-21
/
+21
*
fixes #5349
Araq
2017-02-08
1
-18
/
+33
*
Mark setupForeignThreadGc and initGC as gcsafe (#5353)
Anatoly Galiulin
2017-02-08
1
-1
/
+1
*
Use __NR_gettid instead of SYS_gettid (#5338)
Yuriy Glukhov
2017-02-04
1
-3
/
+3
*
critical realloc bugfix; refs #4818
Andreas Rumpf
2017-02-03
1
-3
/
+4
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-0
/
+5
*
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
*
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
*
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
3
-2
/
+15
*
memory tracker is aware of threads (still not threadsafe though)
Andreas Rumpf
2017-01-26
1
-7
/
+30
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
4
-5
/
+5
*
onThreadDestruction feature added to Nim's threading model
Andreas Rumpf
2017-01-24
1
-11
/
+32
*
added system.runOnThreadCreationHandlers for initialization of thread local s...
Araq
2017-01-20
1
-0
/
+9
*
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
1
-1
/
+6
*
ansi_c.nim: avoid deprecated 'expr' type
Araq
2017-01-20
1
-1
/
+1
*
added system.onThreadCreation feature for safe thread local storage initializ...
Andreas Rumpf
2017-01-18
1
-0
/
+31
*
docs for the heap dump feature
Andreas Rumpf
2017-01-16
1
-0
/
+1
*
M&S GC gets the heap dump feature
Andreas Rumpf
2017-01-15
3
-69
/
+76
*
default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...
Andreas Rumpf
2017-01-14
2
-2
/
+33
[prev]
[next]