rust/src/compiletest
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
..
common.rs Add pfail targets for parse-fail tests 2015-02-16 20:52:39 +01:00
compiletest.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
errors.rs Addressed PR comments 2015-02-20 00:58:15 +01:00
header.rs Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth 2015-02-23 14:43:44 +05:30
procsrv.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
runtest.rs Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton 2015-02-23 23:28:49 +05:30
util.rs Auto merge of #21959 - dhuseby:bitrig-support, r=brson 2015-02-21 09:20:48 +00:00