rust/src/libstd
Alex Crichton 95d904625b std: Deprecate std::old_io::fs
This commit deprecates the majority of std::old_io::fs in favor of std::fs and
its new functionality. Some functions remain non-deprecated but are now behind a
feature gate called `old_fs`. These functions will be deprecated once
suitable replacements have been implemented.

The compiler has been migrated to new `std::fs` and `std::path` APIs where
appropriate as part of this change.
2015-03-04 15:59:30 -08:00
..
collections Fixes to collections to accommodate arith-overflow changes. 2015-03-03 12:10:20 +01:00
ffi Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
fs Rollup merge of #22744 - alexcrichton:issue-22738, r=aturon 2015-02-25 10:30:01 +05:30
io Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
net Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
num Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
old_io std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
old_path Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon 2015-02-22 22:45:46 +00:00
prelude Add core::num::wrapping and fix overflow errors. 2015-03-03 12:10:19 +01:00
rand Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
rt Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
sync Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
sys std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
thread_local Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
time
ascii.rs Add documentation to associated types in libcore, libstd 2015-02-23 11:05:55 -08:00
bool.rs
dynamic_lib.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
env.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
lib.rs Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
macros.rs Resolve includeme.fragment conflict. 2015-02-21 06:56:46 -05:00
os.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
panicking.rs
path.rs impl IntoCow for Path[Buf] 2015-02-25 12:34:50 -05:00
process.rs Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
rtdeps.rs
thread.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
thunk.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
tuple.rs
unit.rs