about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-232/+258
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-23Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichtonManish Goregaokar-6/+6
2015-02-23Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=ManishearthManish Goregaokar-1/+13
2015-02-23runtest: update slicing syntax where [] becomes [..]Tshepang Lekhonkhobe-6/+6
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-4/+4
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-20Addressed PR commentsMarvin Löbel-5/+5
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+2
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-3/+7
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-4/+4
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
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-27/+40
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-3/+7
2015-02-16Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run envFlorian Hahn-1/+13
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-4/+2
2015-02-11Set solib-search-path to ensure android remote debugger works correctly.Eunji Jeong-0/+3
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-3/+5
2015-02-10Support for test/debuginfo on androidEunji Jeong-9/+19
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-15/+13
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-142/+135
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-11/+11
2015-02-02Test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-02More deprecating of i/u suffixesAlfie John-11/+11
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-18/+18
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-8/+9
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-15/+15
2015-02-01std: Add a new `env` moduleAlex Crichton-8/+9
2015-02-01openbsd supportSébastien Marie-1/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-9/+8
2015-01-30std: Stabilize FromStr and parseAlex Crichton-17/+15
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29register snaphotsJorge Aparicio-14/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-14/+14
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+9
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-20/+20
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-5/+2