about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
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
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-1/+3
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+3
2014-03-23Snapshot cleanupAlex Crichton-1/+0
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+5
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-18/+18
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-7/+7
2014-02-20move extra::test to libtestLiigo Zhuang-4/+1
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichtonbors-3/+6
2014-02-13compiletest: Run all android tests seriallyBrian Anderson-3/+5