about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-7/+0
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-20/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08allow box_syntax and unknown features in compiletest driver.Felix S. Klock II-0/+2
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-6/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-13/+13
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-2/+3
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-4/+2
2014-12-17rollup merge of #19818: emk/regex_at_name_optAlex Crichton-2/+2
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-2/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-4/+5
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
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-6/+6
2014-10-26debuginfo: Set RUST_TEST_TASKS to 1 again for LLDB testsMichael Woerister-1/+11
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-2/+9
2014-10-23Add run-pass-valgrind testsNick Cameron-1/+3
2014-10-22debuginfo: Let LLDB tests run in parallel again since our min-supported versi...Michael Woerister-11/+1
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-1/+37
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-01Remove all use of librustuvAaron Turon-10/+0
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-27debuginfo: Improve GDB version handling in compiletest toolMichael Woerister-5/+11
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-0/+19
2014-07-17deprecate Vec::getNick Cameron-3/+3
2014-07-16debuginfo: Make sure that only one LLDB test task is run at a time.Michael Woerister-1/+11
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-25compiletest: Remove superfluous to_string callsPiotr Jawniak-29/+16
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-09Add a --color flag to test binariesSteven Fackler-0/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+8
2014-05-28std: Remove format_strbuf!()Alex Crichton-36/+34
2014-05-27std: Rename strbuf operations to stringRicho Healey-21/+21
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-1/+3