about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-1/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-9/+9
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+5
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-5/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-167/+184
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-23Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichtonManish Goregaokar-6/+6
2015-02-23runtest: update slicing syntax where [] becomes [..]Tshepang Lekhonkhobe-6/+6
2015-02-20Addressed PR commentsMarvin Löbel-2/+2
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/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-2/+3
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-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-2/+3
2015-02-11Set solib-search-path to ensure android remote debugger works correctly.Eunji Jeong-0/+3
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-2/+2
2015-02-10Support for test/debuginfo on androidEunji Jeong-9/+19
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-6/+6
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-116/+109
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-9/+9
2015-02-02More deprecating of i/u suffixesAlfie John-9/+9
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-10/+10
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-9/+9
2015-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-6/+6
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-11/+11
2015-01-23regex: Remove in-tree versionAlex Crichton-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-20rustc: Remove deprecated flagsAlex Crichton-1/+2
2015-01-12Implement multi-line errorsmdinger-1/+11
2015-01-09Revert "Ignore extra error from test for now"Manish Goregaokar-8/+2
2015-01-08Ignore extra error from test for nowManish Goregaokar-2/+8
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-11/+11
2015-01-07falloutNick Cameron-8/+7
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+11
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05compiletest: remove boxed closuresJorge Aparicio-6/+8