rust/src/librustc_back
Alex Crichton ad14891957 std: Stabilize the env module
Now that the `std::env` module has had some time to bake this commit marks most
of its APIs as `#[stable]`. Some notable APIs that are **not** stable (and still
use the same `env` feature gate) are:

* `{set,get}_exit_status` - there are still questions about whether this is the
  right interface for setting/getting the exit status of a process.
* `page_size` - this may change location in the future or perhaps name as well.

This also effectively closes #22122 as the variants of `VarError` are
`#[stable]` now. (this is done intentionally)
2015-02-27 13:41:49 -08:00
..
target Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
abi.rs More deprecating of i/u suffixes 2015-02-02 23:37:01 +00:00
archive.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
arm.rs bitrig integration 2015-02-11 14:49:06 -08:00
fs.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
lib.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
mips.rs bitrig integration 2015-02-11 14:49:06 -08:00
mipsel.rs bitrig integration 2015-02-11 14:49:06 -08:00
rpath.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
sha2.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
svh.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
target_strs.rs Extract librustc_back from librustc 2014-07-14 12:27:07 -07:00
x86.rs fixing PR review comments 2015-02-11 14:49:11 -08:00
x86_64.rs oops, fixing abi::OsOpenbsd 2015-02-11 14:49:13 -08:00