summary refs log tree commit diff
path: root/src/libstd/rt/uvio.rs
AgeCommit message (Collapse)AuthorLines
2013-06-25Change finalize -> drop.Luqman Aden-3/+3
2013-06-24remove old_iterDaniel Micay-1/+0
the `test/run-pass/class-trait-bounded-param.rs` test was xfailed and written in an ancient dialect of Rust so I've just removed it this also removes `to_vec` from DList because it's provided by `std::iter::to_vec` an Iterator implementation is added for OptVec but some transitional internal iterator methods are still left
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-10/+10
Part of #3853
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-5/+5
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+459
This only changes the directory names; it does not change the "real" metadata names.