about summary refs log tree commit diff
path: root/src/lib/sys.rs
AgeCommit message (Collapse)AuthorLines
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-2/+2
2010-09-22Reformat standard library; no code changes.Graydon Hoare-14/+22
2010-07-05Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.Graydon Hoare-0/+1
2010-06-27Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare-0/+13
instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
2010-06-25Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵Graydon Hoare-0/+1
(still not quite working; some memory corruption in the recursive tag constructors, not the GC)
2010-06-23Populate tree.Graydon Hoare-0/+7