summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2017-12-15Allow easily creating cheap eval context instancesOliver Schneider-18/+18
2017-12-15Replace libtest/lib.rs:FnBox with std::boxed::FnBox.Corey Farwell-1/+1
2017-12-15Update the rls and rustfmt submodulesOliver Schneider-16/+16
2017-12-15Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakisbors-1/+5
2017-12-14Auto merge of #45047 - durka:trait-alias, r=petrochenkovbors-0/+1
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-1/+5
2017-12-14rls depends on rustfmtAlex Burka-0/+1
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-6/+24
2017-12-14Move mir validation out of treeOliver Schneider-5/+21
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-0/+1
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-767/+1189
2017-12-10Imply must-compile-successfully in ui-tests when the run-pass flag is present.Tommy Ip-4/+6
2017-12-10Enforce successful ui tests to have must-compile-successfully flag.Tommy Ip-7/+11
2017-12-07Auto merge of #46532 - est31:master, r=est31bors-4/+6
2017-12-07extend MIR dump with detailed, extra informationNiko Matsakis-3/+8
2017-12-07Tidy: allow feature-gate tests to be ui testsest31-4/+6
2017-12-06pacify the mercilous tidyNiko Matsakis-1/+2
2017-12-06Update miri submoduleOliver Schneider-5/+5
2017-12-06Merge remote-tracking branch 'origin/master' into miriOliver Schneider-7/+22
2017-12-06compiletest: account for `ui` reference files when deciding to skipNiko Matsakis-8/+40
2017-12-06runtest: rustfmtNiko Matsakis-754/+1136
2017-12-06Update miri to rustc changesOliver Schneider-193/+832
2017-12-06Update CargoNick Cameron-0/+0
2017-12-06Update rls and rustfmtNick Cameron-7/+21
2017-12-05Add armv5te-unknown-linux-gnueabi to cross builderMarco A L Barbosa-0/+1
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-0/+1
2017-12-02Rollup merge of #46376 - SimonSapin:cargoup, r=kennytmkennytm-0/+0
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-2/+2
2017-11-30Reenable clippyOliver Schneider-9/+22
2017-11-30Mark rustfmt and rls as brokenPietro Albini-2/+2
2017-11-30Update Cargo to Wed Nov 29 15:19:05 2017 +0000Simon Sapin-0/+0
2017-11-29Fix invalid HTML escapeGuillaume Gomez-0/+1
2017-11-29Update Rustfmt againNick Cameron-20/+6
2017-11-29Update CargoNick Cameron-0/+0
2017-11-29Update RLS and RustfmtNick Cameron-14/+14
2017-11-28Rollup merge of #46275 - dtolnay:compiletest-libc, r=Mark-Simulacrumkennytm-0/+2
2017-11-26mark rustfmt as brokenAriel Ben-Yehuda-1/+1
2017-11-26Compiletest libc dependency can be unix-onlyDavid Tolnay-0/+2
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-21/+26
2017-11-24UI tests extract the regular output from the 'rendered' field in jsonOliver Schneider-8/+48
2017-11-24Simplify an Iterator::fold to Iterator::anyOliver Schneider-1/+1
2017-11-22Rollup merge of #46155 - SimonSapin:stylo, r=kennytmkennytm-2/+2
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-4/+14
2017-11-21Revert servo to upstream in cargotestSimon Sapin-2/+2
2017-11-20[rustllvm] Use report_fatal_error over llvm_unreachableRobin Kruppe-2/+9
2017-11-20Address PR commentsOliver Schneider-1/+5
2017-11-20Include rendered diagnostic in jsonOliver Schneider-4/+10
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-4/+35