rust/src/librustc_driver
Manish Goregaokar a0f5ed957a 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)
2015-02-28 19:18:59 +05:30
..
driver.rs Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
lib.rs Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon 2015-02-28 19:18:59 +05:30
pretty.rs Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon 2015-02-22 22:45:46 +00:00
test.rs Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00