rust/src/test
Manish Goregaokar ed58399449 Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton
This PR replaces uses of `os::getenv` with newly introduced `env::var{,_os}`.

Mostly did this as a background activity to procrastinate from procrastinating.

Tests appear to build and run fine. This includes benchmarks from test/bench directory.
2015-02-15 18:42:47 +05:30
..
auxiliary Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix 2015-02-13 07:44:41 +00:00
bench Cleanup getenv from tests and benchmarks 2015-02-13 22:08:05 +02:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakis 2015-02-15 18:42:43 +05:30
compile-fail-fulldeps Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
debuginfo opt into box_patterns in debuginfo tests. 2015-02-11 11:47:14 +01:00
parse-fail rollup merge of #21918: ranma42/replace-be 2015-02-10 08:41:30 -08:00
pretty Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
run-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
run-make Rollup merge of #22224 - sanxiyn:must-use, r=cmr 2015-02-15 18:22:31 +05:30
run-pass Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton 2015-02-15 18:42:47 +05:30
run-pass-fulldeps Auto merge of #22026 - kmcallister:plugin, r=sfackler 2015-02-10 11:15:52 +00:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00