about summary refs log tree commit diff
path: root/src/libstd/rt/mod.rs
AgeCommit message (Collapse)AuthorLines
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
Closes #6607
2013-05-30core::rt: deny(unused_imports, unused_mut, unused_variable)Brian Anderson-2/+3
2013-05-30core::rt: Begin recording scheduler metricsBrian Anderson-0/+2
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-7/+13
Conflicts: src/libstd/rt/sched.rs
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+243
This only changes the directory names; it does not change the "real" metadata names.