about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-1/+0
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-1/+0
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-19/+23
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-23Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=ManishearthManish Goregaokar-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-0/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-1/+1
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-0/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-10/+10
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-1/+1
2015-02-16Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run envFlorian Hahn-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-3/+1
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-1/+3
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-9/+7
2015-02-05improve `compiletest` error message when path option missing.Felix S. Klock II-1/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-10/+10
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+6
2015-01-30Test fixes and rebase conflictsAlex Crichton-9/+8
2015-01-30std: Stabilize FromStr and parseAlex Crichton-4/+1
2015-01-29register snaphotsJorge Aparicio-0/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-4/+4
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-54/+47
2015-01-23regex: Remove in-tree versionAlex Crichton-31/+35
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+0
2015-01-22Rollup merge of #21496 - ColonelJ:paatch, r=alexcrichtonSteve Klabnik-0/+3
2015-01-22Make compiletest set an environment variable so that on Windows 32-bit test e...KernelJ-0/+3
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-7/+0
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-20/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08allow box_syntax and unknown features in compiletest driver.Felix S. Klock II-0/+2
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-6/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-13/+13
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+8
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-05compiletest: remove boxed closuresJorge Aparicio-2/+3
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1