rust/src/librustc_trans
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
..
back Auto merge of #22530 - rprichard:master, r=dotdash 2015-02-24 20:57:31 +00:00
save Fix fallout from rebasing. 2015-02-24 14:16:02 +02:00
trans Use more precise type_needs_drop for deciding about emitting cleanup code. 2015-02-26 15:12:26 +01:00
lib.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
README.txt

See the README.txt in ../librustc.