aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Teach the dwarf readers to handle udata, so we can link with util.option; ↵Graydon Hoare2010-07-051-0/+4
| | | | add util.rs to std.rc.
* Rename some stuff in lib/util.rs.Graydon Hoare2010-07-051-2/+2
|
* Gut the box[m][o] family from util.Roy Frostig2010-07-021-26/+0
|
* The few and proud isolated bits from stdlib-work so far that don't break ↵Roy Frostig2010-06-283-0/+63
| | | | everything. Note util.rs hasn't yet been declared mod in the std crate. Don't do that yet, as it breaks make check.
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare2010-06-271-0/+13
| | | | instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
* Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵Graydon Hoare2010-06-251-0/+1
| | | | (still not quite working; some memory corruption in the recursive tag constructors, not the GC)
* Populate tree.Graydon Hoare2010-06-2310-0/+218