]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 28 Feb 2015 08:25:55 +0000 (13:55 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 28 Feb 2015 13:48:59 +0000 (19:18 +0530)
 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)

1  2 
src/librustc/lib.rs
src/librustc_driver/lib.rs
src/librustdoc/lib.rs
src/libtest/lib.rs

Simple merge
Simple merge
Simple merge
Simple merge