Files
rust/src/libstd/rt
Alex Crichton 212e03181e std: Remove old_io/old_path from the prelude
This commit removes the reexports of `old_io` traits as well as `old_path` types
and traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like `Seek` in the `std::io`
module (currently reexported as `NewSeek` in the io prelude).

Closes #23377
Closes #23378
2015-03-20 20:07:19 -07:00
..
2015-03-18 16:32:32 -07:00
2015-02-11 14:49:06 -08:00
2015-01-06 18:46:37 -05:00