about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14compiletest: Re-add raise_fd_limitAlex Crichton-6/+1
2015-04-10Test fixes and review feedbackAlex Crichton-15/+15
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+1
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-44/+83
2015-04-07Fix charset of debuginfo test on FreeBSDWill-4/+10
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-3/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
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