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
/
gc2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gc v2 compile with --threads:on
Yuriy Glukhov
2016-10-05
1
-3
/
+9
*
clean up a few stray c_stdout's in gc debug code
Jacek Sieka
2016-07-31
1
-9
/
+9
*
GC v2 compiles again
Andreas Rumpf
2016-05-23
1
-0
/
+8
*
Replaced ignoreStackAndRegisters with stackSize in GC_step
Ruslan Mustakov
2016-05-11
1
-14
/
+24
*
Added ignoreStackAndRegisters parameter to GC_step
Ruslan Mustakov
2016-05-10
1
-11
/
+13
*
further progress on --gc:v2
Andreas Rumpf
2016-02-17
1
-48
/
+142
*
some progress on GC v2
Andreas Rumpf
2016-02-03
1
-6
/
+10
*
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-0
/
+2
*
proper color flipping
Araq
2015-12-01
1
-34
/
+27
*
next steps for the GC
Araq
2015-12-01
1
-5
/
+22
*
only mark roots when marking
Araq
2015-12-01
1
-4
/
+5
*
first compiling version of the new GC
Araq
2015-12-01
1
-18
/
+45
*
first version of the new hard realtime GC
Araq
2015-12-01
1
-1005
/
+478
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-70
/
+70
*
lib/system/g-w - Dropped 'T' from types
pdw
2015-06-04
1
-73
/
+78
*
Clean up GCs a bit
def
2015-03-10
1
-6
/
+12
*
Only zero strings when necessary.
def
2015-03-04
1
-1
/
+1
*
Merge pull request #2150 from def-/gc2-compiling
Andreas Rumpf
2015-02-16
1
-70
/
+72
|
\
|
*
Clean up some more deprecation warnings
def
2015-02-16
1
-6
/
+6
|
*
Make gc2 compile again
def
2015-02-16
1
-64
/
+66
*
|
Fix typos
Federico Ceratto
2015-02-15
1
-2
/
+2
|
/
*
Some GC renames to get rid of deprecation warnings
def
2015-01-06
1
-1
/
+1
*
the big renamefest: first steps
Araq
2014-08-22
1
-1
/
+1
*
distinguish between 'defined' and 'declared'
Araq
2014-08-11
1
-1
/
+1
*
support for multiple test variables and var qualifiers in user-defined type c...
Zahary Karadjov
2013-11-13
1
-2
/
+1
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
1
-0
/
+1386