]> git.lizzy.rs Git - rust.git/commit
Auto merge of #22873 - alexcrichton:deprecate-fs, r=aturon
authorbors <bors@rust-lang.org>
Thu, 5 Mar 2015 01:19:15 +0000 (01:19 +0000)
committerbors <bors@rust-lang.org>
Thu, 5 Mar 2015 01:19:15 +0000 (01:19 +0000)
commitcc722a4dd3e8110a8bf7e62eea977e99e3a3d128
treeb0872e63b8d75543ce5141ceba44c12c459474f2
parent3b3bb0e682c2d252e9f62dd9df5cff9552af91ad
parent95d904625b4d45af80b4e40d51a3a0fde1abaa8a
Auto merge of #22873 - alexcrichton:deprecate-fs, r=aturon

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.

[breaking-change]