summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2018-02-11Delete executables if the test ran successfully.Mark Simulacrum-3/+5
2018-02-11compiletest: Delete the executable immediately after running.kennytm-2/+8
2018-02-01Update Cargo on betaAlex Crichton-0/+0
2018-01-18Update cargo on beta.Eric Huss-0/+0
2018-01-10Shorten names of some compiler generated artifacts.Michael Woerister-0/+4
2018-01-10Try to fix a perf regression by updating logMalo Jaffré-1/+1
2018-01-01Ignore remaining broken links caused by rustdoc bugsMalo Jaffré-2/+20
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-0/+0
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-0/+11
2017-12-31Update cargoFelix Schütt-0/+0
2017-12-30Add a tidy check to ensure all files have 1 or 2 trailing newlines.kennytm-0/+11
2017-12-29Update rustfmt to 0.3.4Igor Matuszewski-19/+5
2017-12-28Update RLSIgor Matuszewski-0/+0
2017-12-26Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo...bors-54/+121
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-0/+105
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-36/+0
2017-12-27cargo update and add miri as the rustc workspace member.kennytm-18/+16
2017-12-26Rollup merge of #46940 - EdSchouten:cloudabi, r=alexcrichtonkennytm-2/+6
2017-12-24Update Cargo and its dependenciesAlex Crichton-0/+0
2017-12-22Add CloudABI to the list of supported targets.Ed Schouten-2/+6
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-1/+1
2017-12-21Mark clippy as brokenEsteban Küber-1/+1
2017-12-22Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebankkennytm-1/+1
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-3/+4
2017-12-20Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichtonkennytm-1/+1
2017-12-19Break rlsTaylor Cramer-1/+1
2017-12-19Break rustfmtTaylor Cramer-1/+1
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-1/+2
2017-12-18incr.comp.: Add -Cincremental in addition to -ZincrementalMichael Woerister-1/+1
2017-12-17Auto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obkbors-1/+1
2017-12-17Mark miri as broken.Eduard-Mihai Burtescu-1/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+1
2017-12-16Auto merge of #46743 - oli-obk:miri, r=eddybbors-18/+18
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