about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-4/+35
2017-11-19cargotest: temporarily use eddyb/servo to include servo/servo#19285.Eduard-Mihai Burtescu-2/+2
2017-11-19rustc: remove Ty::layout and move everything to layout_of.Eduard-Mihai Burtescu-1/+1
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-0/+1
2017-11-16Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoeristerbors-0/+8
2017-11-16Reenable ClippyOliver Schneider-19/+8
2017-11-15Change clippy to broken after hir::Ty enum changeChristopher Vittal-1/+1
2017-11-15Reenable clippy testingOliver Schneider-6/+20
2017-11-15Allow minimum system LLVM version in testsTom Tromey-0/+8
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-1/+2
2017-11-13Auto merge of #45903 - nrc:rustfmt-dist, r=alexcrichtonbors-0/+30
2017-11-13Rollup merge of #45917 - ollie27:compiletest_stamp, r=alexcrichtonkennytm-0/+5
2017-11-13Rollup merge of #45914 - michaelwoerister:fix-test-header-parsing, r=alexcric...kennytm-10/+11
2017-11-12Bump cargo to master.Mark Simulacrum-0/+0
2017-11-13review changesNick Cameron-4/+0
2017-11-13Distribute RustfmtNick Cameron-0/+34
2017-11-12Auto merge of #45902 - nrc:component-update, r=alexcrichtonbors-5/+19
2017-11-10compiletest: Fix a couple of test re-run issuesOliver Middleton-0/+5
2017-11-10Fix test case header parsing code in presence of multiple revisions.Michael Woerister-10/+11
2017-11-10Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichtonkennytm-10/+303
2017-11-10Update RLS submoduleNick Cameron-0/+0
2017-11-10Update rustfmt submoduleNick Cameron-5/+19
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-0/+1
2017-11-08incr.comp.: Always verify incr. comp. hashes when running incremental tests.Michael Woerister-0/+1
2017-11-06Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakisbors-21/+7
2017-11-06tools: Fix rustfmt and the RLSDustin Speckhals-21/+7
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-1/+2
2017-11-06Abbreviate some stdout/stderr output in compiletest.kennytm-7/+300
2017-11-06Modify the script to allow for running docker images on Windows 7.kennytm-3/+3
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-0/+2
2017-11-05Relax #[deny(warnings)] in some crate for cargotestLukas Kalbertodt-0/+2
2017-11-05Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors-1/+15
2017-11-04Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichtonkennytm-3/+16
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-1/+15
2017-11-03rustfmt is broken which makes rls brokenleonardo.yvens-2/+2
2017-11-03Pretty print json in ui testsOliver Schneider-1/+2