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 (
Expand
)
Author
Age
Files
Lines
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
threads compile again; attempt to fix serious code gen issue (except + return)
Araq
2011-12-03
1
-2
/
+2
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+2
*
fixed bug that kept tls emulation from working
Araq
2011-11-25
1
-4
/
+5
*
DLL generation may work again
Araq
2011-11-02
1
-5
/
+7
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-1
/
+1
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-3
/
+5
*
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
1
-64
/
+30
*
locks now in their own core module
Araq
2011-08-20
1
-117
/
+3
*
bugfix: running for threads
Araq
2011-08-12
1
-1
/
+1
*
added system.running for threads
Araq
2011-08-11
1
-0
/
+8
*
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