about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-4/+3
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-12/+6
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-1/+2
2015-01-21Fallout from stabilization.Aaron Turon-4/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-12/+6
2015-01-20rustc: Remove deprecated flagsAlex Crichton-1/+2
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-7/+0
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-34/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12Implement multi-line errorsmdinger-1/+11
2015-01-09Revert "Ignore extra error from test for now"Manish Goregaokar-21/+2
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Ignore extra error from test for nowManish Goregaokar-2/+21
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-1/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+1
2015-01-08allow box_syntax and unknown features in compiletest driver.Felix S. Klock II-0/+2
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-6/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-29/+34
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-29/+34
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
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-9/+14
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+3
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-33/+4
2014-12-25Fix up remaining usage of `to_ascii`.Simon Sapin-14/+3
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-8/+6
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-1/+1
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-17rollup merge of #19818: emk/regex_at_name_optAlex Crichton-6/+6
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-6/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-5/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-06Allow message specification for should_failSteven Fackler-1/+1
2014-12-05test: expose boxplot and the extra stats test keeps track ofErick Tryzelaar-0/+3