| Age | Commit message (Expand) | Author | Lines |
| 2019-11-24 | tidy: Remove unused import | Vadim Petrochenkov | -1/+0 |
| 2019-11-23 | Update Clippy | flip1995 | -7/+16 |
| 2019-11-23 | Rollup merge of #66574 - GuillaumeGomez:update-tidy-err-code-check, r=Mark-Si... | Mazdak Farrokhzad | -19/+49 |
| 2019-11-22 | Auto merge of #66558 - Aaron1011:update/miri-unwind, r=RalfJung | bors | -8/+8 |
| 2019-11-22 | Bump Miri for rustup fixes | Aaron Hill | -13/+8 |
| 2019-11-21 | Give name to full regex capture | Dylan MacKenzie | -2/+3 |
| 2019-11-21 | Allow multiple cfgs per comment in "revisions:" tests | Dylan MacKenzie | -42/+47 |
| 2019-11-21 | Update tidy check for error codes testing | Guillaume Gomez | -19/+49 |
| 2019-11-20 | Bump Miri for return code propagation | Aaron Hill | -26/+11 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -4/+37 |
| 2019-11-19 | Bump Miri for panic unwinding support | Aaron Hill | -8/+28 |
| 2019-11-19 | Rollup merge of #66493 - JohnTitor:ping-me-rustc-guide, r=spastorino | Mazdak Farrokhzad | -4/+4 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -2/+4 |
| 2019-11-18 | remove -Z option from rustdoc theme checker tool | Guillaume Gomez | -1/+0 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -2/+5 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -1/+1 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -1/+1 |
| 2019-11-18 | Add JohnTitor to rustc-guide toolstate notification list | Yuki Okushi | -4/+4 |
| 2019-11-17 | Auto merge of #66488 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2019-11-17 | update Miri | Ralf Jung | -7/+9 |
| 2019-11-17 | Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-11-15 | Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-15 | Rollup merge of #66338 - ehuss:update-mdbook, r=alexcrichton | Yuki Okushi | -31/+13 |
| 2019-11-14 | Auto merge of #66414 - JohnTitor:clippyup, r=Manishearth | bors | -7/+7 |
| 2019-11-14 | Adapt error index generator to the new format | Guillaume Gomez | -16/+18 |
| 2019-11-14 | Fix error codes index generation | Guillaume Gomez | -1/+3 |
| 2019-11-14 | Update Clippy | Yuki Okushi | -7/+7 |
| 2019-11-14 | Rollup merge of #66369 - tmiasko:compiletest-stamp, r=Mark-Simulacrum | Yuki Okushi | -72/+90 |
| 2019-11-13 | compiletest: Avoid double negation in ignore condition | Tomasz Miąsko | -5/+6 |
| 2019-11-13 | compiletest: Obtain timestamps for common inputs only once | Tomasz Miąsko | -70/+87 |
| 2019-11-13 | Improve error message in make_tests | Philip Munksgaard | -1/+1 |
| 2019-11-12 | Compiletest bump to stage0 bootstrap libtest | Mark Rousskov | -0/+2 |
| 2019-11-12 | Fix mdbook-linkcheck license checks. | Eric Huss | -0/+3 |
| 2019-11-12 | Update mdbook. | Eric Huss | -31/+10 |
| 2019-11-12 | Update Cargo, books | Eric Huss | -0/+0 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -7/+7 |
| 2019-11-11 | Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkov | bors | -2/+11 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -11/+7 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -2/+11 |
| 2019-11-09 | update miri | Ralf Jung | -7/+7 |
| 2019-11-08 | check for sould-ice either in compilefail or incremental cfail | Quentin Boyer | -0/+12 |
| 2019-11-07 | putting the failure_status code in header.rs | Quentin Boyer | -6/+4 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+17 |
| 2019-11-05 | Rollup merge of #66053 - RalfJung:miri-toolstate, r=pietroalbini | Pietro Albini | -1/+23 |
| 2019-11-04 | more correct error msg | Ralf Jung | -1/+2 |
| 2019-11-04 | avoid using nightly features | Ralf Jung | -5/+3 |
| 2019-11-03 | tidy | Quentin Boyer | -1/+3 |
| 2019-11-03 | remove another status code check is should-ice | Quentin Boyer | -1/+6 |
| 2019-11-03 | add header to compiletest to check for ice | Quentin Boyer | -4/+20 |