about summary refs log tree commit diff
path: root/src/libcore/gc.rs
AgeCommit message (Expand)AuthorLines
2012-09-07gc: Documentation.Elliott Slaughter-0/+52
2012-09-07gc: Fix for GC missing stack frames across segment boundaries.Elliott Slaughter-35/+100
2012-09-07gc: Don't expect sentinel when core is compiled without GC.Elliott Slaughter-6/+21
2012-09-07gc: Avoid walking stack above caller frame.Elliott Slaughter-3/+30
2012-09-07gc: Fix for deallocating resources on the shared heap while cleaning stack.Elliott Slaughter-1/+2
2012-09-07gc: Avoid freeing null pointers.Elliott Slaughter-0/+6
2012-09-07gc: Avoid double free when pointer appears on stack multiple times.Elliott Slaughter-14/+23
2012-09-07gc: Add stack walker for new garbage collector.Elliott Slaughter-0/+155