about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-7/+6
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-56/+84
2014-05-15test: allow the test filter to be a regex.Huon Wilson-8/+18
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-3/+9
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-0/+3
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+2
2014-05-13compiletest: Modernize typenamesklutzy-49/+22
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-17/+15
2014-04-24test: Add an option to not capture outputAlex Crichton-1/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-13/+13
2014-04-02Avoid injecting unfulfilled dependence in compiletest on libnative.Felix S. Klock II-0/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+4