| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | Delete executables if the test ran successfully. | Mark Simulacrum | -3/+5 |
| 2018-02-11 | compiletest: Delete the executable immediately after running. | kennytm | -2/+8 |
| 2018-02-01 | Update Cargo on beta | Alex Crichton | -0/+0 |
| 2018-01-18 | Update cargo on beta. | Eric Huss | -0/+0 |
| 2018-01-10 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+4 |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-01 | Ignore remaining broken links caused by rustdoc bugs | Malo Jaffré | -2/+20 |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -0/+0 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -0/+11 |
| 2017-12-31 | Update cargo | Felix Schütt | -0/+0 |
| 2017-12-30 | Add a tidy check to ensure all files have 1 or 2 trailing newlines. | kennytm | -0/+11 |
| 2017-12-29 | Update rustfmt to 0.3.4 | Igor Matuszewski | -19/+5 |
| 2017-12-28 | Update RLS | Igor Matuszewski | -0/+0 |
| 2017-12-26 | Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo... | bors | -54/+121 |
| 2017-12-27 | Clarify toolstate names. Move publish.py to a more convenient location. | kennytm | -0/+105 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -36/+0 |
| 2017-12-27 | cargo update and add miri as the rustc workspace member. | kennytm | -18/+16 |
| 2017-12-26 | Rollup merge of #46940 - EdSchouten:cloudabi, r=alexcrichton | kennytm | -2/+6 |
| 2017-12-24 | Update Cargo and its dependencies | Alex Crichton | -0/+0 |
| 2017-12-22 | Add CloudABI to the list of supported targets. | Ed Schouten | -2/+6 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -1/+1 |
| 2017-12-21 | Mark clippy as broken | Esteban Küber | -1/+1 |
| 2017-12-22 | Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebank | kennytm | -1/+1 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -3/+4 |
| 2017-12-20 | Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-19 | Break rls | Taylor Cramer | -1/+1 |
| 2017-12-19 | Break rustfmt | Taylor Cramer | -1/+1 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -1/+2 |
| 2017-12-18 | incr.comp.: Add -Cincremental in addition to -Zincremental | Michael Woerister | -1/+1 |
| 2017-12-17 | Auto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk | bors | -1/+1 |
| 2017-12-17 | Mark miri as broken. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -0/+1 |
| 2017-12-16 | Auto merge of #46743 - oli-obk:miri, r=eddyb | bors | -18/+18 |
| 2017-12-15 | Allow easily creating cheap eval context instances | Oliver Schneider | -18/+18 |
| 2017-12-15 | Replace libtest/lib.rs:FnBox with std::boxed::FnBox. | Corey Farwell | -1/+1 |
| 2017-12-15 | Update the rls and rustfmt submodules | Oliver Schneider | -16/+16 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -1/+5 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+1 |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -1/+5 |
| 2017-12-14 | rls depends on rustfmt | Alex Burka | -0/+1 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -6/+24 |
| 2017-12-14 | Move mir validation out of tree | Oliver Schneider | -5/+21 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+2 |
| 2017-12-12 | Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret | Oliver Schneider | -0/+1 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -767/+1189 |
| 2017-12-10 | Imply must-compile-successfully in ui-tests when the run-pass flag is present. | Tommy Ip | -4/+6 |
| 2017-12-10 | Enforce successful ui tests to have must-compile-successfully flag. | Tommy Ip | -7/+11 |
| 2017-12-07 | Auto merge of #46532 - est31:master, r=est31 | bors | -4/+6 |
| 2017-12-07 | extend MIR dump with detailed, extra information | Niko Matsakis | -3/+8 |
| 2017-12-07 | Tidy: allow feature-gate tests to be ui tests | est31 | -4/+6 |