about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2010-06-28Move more of the GC logic into the runtime.Graydon Hoare-11/+131
2010-06-25Add callable gc method exposed to user code, use it in mlist-cycle.rs test (s...Graydon Hoare-0/+5
2010-06-25Add sever-glue, for missing first stage of sweep.Graydon Hoare-0/+2
2010-06-25Add rust_task::gc(size_t args) method that drops us back into the GC glue.Graydon Hoare-0/+16
2010-06-25Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare-4/+7
2010-06-24Merge timer loop functions, fix win32 build broken by logger change.Graydon Hoare-23/+17
2010-06-23Populate tree.Graydon Hoare-0/+13514