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
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
1
-35
/
+6
*
Mark&Sweep GC: introduce nimTracing define for debugging
Andreas Rumpf
2018-01-19
1
-1
/
+4
*
GC: enable precise global/thread local storage tracing
Araq
2018-01-15
1
-33
/
+26
*
GC improvements; distinguish between thread local and globals in the marking ...
Araq
2018-01-14
1
-16
/
+8
*
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
1
-1
/
+1
*
Trim remaining expr/stmt from stdlib (#6742)
Lynn C. Rees
2017-11-15
1
-1
/
+1
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
GC v2 works sometimes
Andreas Rumpf
2017-09-28
1
-370
/
+122
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-5
/
+5
*
make gc:v2 compile again
Andreas Rumpf
2017-09-22
1
-14
/
+6
*
Cleanup of gc code
Rokas Kupstys
2017-02-20
1
-28
/
+38
*
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