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
/
threads.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-1
/
+1
|
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
1
-9
/
+4
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-2
/
+10
|
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
|
*
preparations for 0.8.12
Araq
2011-07-10
1
-72
/
+89
|
*
basic message passing working
Araq
2011-07-09
1
-8
/
+29
|
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-136
/
+120
|
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-4
/
+1
|
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-8
/
+10
|
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-31
/
+35
|
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
|
*
threads clean up their heap
Araq
2011-06-04
1
-15
/
+13
|
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
1
-36
/
+39
|
*
first steps to thread local heaps
Araq
2011-06-02
1
-0
/
+481