about summary refs log tree commit diff
path: root/src/lib/std.rc
AgeCommit message (Collapse)AuthorLines
2011-01-10Add std.path module for pathname manipulations.Graydon Hoare-0/+1
2010-12-21Add std.sort, with a simple mergesort.Graydon Hoare-0/+1
2010-11-05Move the option type to its own modulePatrick Walton-0/+1
2010-11-05Revert "Move the option type to its own module"Patrick Walton-1/+0
2010-11-05Move the option type to its own modulePatrick Walton-0/+1
2010-10-21line length police; moved comp.util.bits to std.bitvDave Herman-0/+1
2010-10-15Encode and decode tag types in dwarf properly. Add list module to std. Shift ↵Graydon Hoare-1/+2
rustc to use std.util.option. Fix various dependent bugs. Closes #73.
2010-09-22Reformat standard library; no code changes.Graydon Hoare-8/+17
2010-09-09Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵Graydon Hoare-0/+1
work, possibly a little bumpy. Changes a lot.
2010-08-24Add std.dbg module for inspecting rust values in memory.Roy Frostig-0/+3
2010-08-20Add _uint module to std, move some code around.Graydon Hoare-1/+2
2010-08-11Added support for task sleeping in the scheduler.Michael Bebenita-0/+2
2010-07-25Expose an RNG (the one used by our runtime) to Rust via std.Roy Frostig-0/+2
2010-07-20Add a (coarse, first-pass) deque implementation to stdlib.Roy Frostig-5/+2
2010-07-16Add incomplete hashmap implementation to stdlib.Roy Frostig-0/+9
2010-07-05Teach the dwarf readers to handle udata, so we can link with util.option; ↵Graydon Hoare-0/+4
add util.rs to std.rc.
2010-06-23Populate tree.Graydon Hoare-0/+35