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
/
gc_ms.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix proc call in gc_ms
def
2015-03-26
1
-1
/
+1
*
fixed the tester; more tests green
Araq
2015-03-10
1
-18
/
+22
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
fixes #2070
Araq
2015-02-10
1
-4
/
+6
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
added 'setupGcForForeignThread' for better C interop
Araq
2014-12-11
1
-0
/
+14
*
introduced 'benign' pragma
Araq
2014-10-25
1
-8
/
+8
*
make tests green
Araq
2014-08-31
1
-26
/
+26
*
the big renamefest: first steps
Araq
2014-08-22
1
-2
/
+2
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-0
/
+1
*
bugfix: MS-GC GC_unref
Araq
2014-04-30
1
-1
/
+2
*
bugfix: MS GC acknowledges GC_ref/unref properly
Araq
2014-04-30
1
-6
/
+45
*
marked markAndSweep GC thread safe
Araq
2014-04-20
1
-8
/
+8
*
mark and sweep GC compiles with --cs:partial
Araq
2014-02-02
1
-14
/
+14
*
fixes #569; C++ codegen works again
Araq
2013-08-31
1
-1
/
+1
*
mark and sweep GC without bitvectors works
Araq
2013-02-19
1
-1
/
+3
*
mark and sweep without bitvectors
Araq
2013-02-19
1
-22
/
+51
*
code cleanup for mark&sweep GC
Araq
2013-02-07
1
-51
/
+31
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-0
/
+524