about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-10/+11
2015-03-23Add generic conversion traitsAaron Turon-7/+9
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-10/+11
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-03-20Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichtonbors-0/+29
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-3/+3
2015-03-19Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-androidSae-bom Kim-0/+29
2015-03-19Rm unused featureManish Goregaokar-1/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-9/+9
2015-03-13std: Stabilize the `net` moduleAlex Crichton-1/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+10
2015-03-12Stabilize std::pathAaron Turon-1/+2
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-2/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-2/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-6/+4
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-6/+4
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