]> git.lizzy.rs Git - rust.git/commit
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)
commita0f5ed957accd7623efcbbfa351a8024c699ff76
tree187cc969e01bfb85e54f53788944ab99b9689879
parent6f8d83140618721e7b72a78f2e53a08e71e1d4cb
parentad1489195763b5f2603675dc75b0d86d903333db
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon

 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)
src/librustc/lib.rs
src/librustc_driver/lib.rs
src/librustdoc/lib.rs
src/libtest/lib.rs