about summary refs log tree commit diff
path: root/src/test/run-pass/env-home-dir.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+2
2018-08-05Fix test/run-passvarkor-2/+0
2018-01-29move comment right onto the line in questionNiko Matsakis-3/+3
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-4/+4
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+3
2015-03-23Add generic conversion traitsAaron Turon-4/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-25Path -> PathBuf for Windows test (fixup #22727)Manish Goregaokar-3/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
2015-02-02Test fixes and rebase conflictsAlex Crichton-1/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+45