rust/src/librustc_back
Manish Goregaokar b18584cbd9 Rollup merge of #22727 - alexcrichton:prep-env, r=aturon
This commit moves `std::env` away from the `std::old_io` error type as well as
the `std::old_path` module. Methods returning an error now return `io::Error`
and methods consuming or returning paths use `std::path` instead of
`std::old_path`. This commit does not yet mark these APIs as `#[stable]`.

This commit also migrates `std::old_io::TempDir` to `std::fs::TempDir` with
essentially the exact same API. This type was added to interoperate with the new
path API and has its own `tempdir` feature.

Finally, this commit reverts the deprecation of `std::os` APIs returning the old
path API types. This deprecation can come back once the entire `std::old_path`
module is deprecated.

[breaking-change]
2015-02-25 10:29:39 +05:30
..
target Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
abi.rs
archive.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
arm.rs
fs.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
lib.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
mips.rs
mipsel.rs
rpath.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
sha2.rs
svh.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
target_strs.rs
x86_64.rs
x86.rs