| Age | Commit message (Expand) | Author | Lines |
| 2019-10-30 | Remove references to now unused `E0526` | Dylan MacKenzie | -1/+0 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -1/+26 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -1/+0 |
| 2019-10-21 | remove hermit-abi from the wrong list, add to the whitelist | Stefan Lankes | -1/+1 |
| 2019-10-21 | add hermit-abi to the whitelist | Stefan Lankes | -0/+1 |
| 2019-10-20 | Check all files in `src/test` for `borrowck_graphviz_postflow` | Dylan MacKenzie | -0/+26 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+139 |
| 2019-10-07 | add crossbeam-queue to the whitelist | Josh Stone | -0/+1 |
| 2019-10-07 | Add new test to heck if all error codes have tests | Guillaume Gomez | -0/+139 |
| 2019-10-02 | Filter out RLS output directories on tidy runs | Santiago Pastorino | -0/+3 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | Don't check error_codes files for lints | Guillaume Gomez | -1/+1 |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -0/+2 |
| 2019-09-22 | Clarify the "since" tidy check | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+20 |
| 2019-09-06 | Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -6/+20 |
| 2019-09-05 | Avoid feature name 'checked_duration_since' in a Tidy test | Vitaly _Vi Shukela | -2/+2 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -0/+1 |
| 2019-08-29 | whitelist wasi crate | Artyom Pavlov | -0/+1 |
| 2019-08-29 | add wasi license to the licenses whitelist | newpavlov | -0/+1 |
| 2019-08-24 | Fix tidy feature gate error reporting | Pascal Hertleif | -7/+15 |
| 2019-08-24 | Auto merge of #63637 - alexcrichton:remove-libtest-step, r=Mark-Simulacrum | bors | -0/+3 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -0/+3 |
| 2019-08-23 | Fix `tidy` fallout due to `feature_gate.rs` refactoring. | Mazdak Farrokhzad | -1/+8 |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -0/+1 |
| 2019-08-02 | Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrum | bors | -90/+63 |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -26/+10 |
| 2019-08-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustc: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustc_target: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | librustc_lexer: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | libpanic_unwind: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | libserialize: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | libterm: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | libtest: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | compiletest: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | tidy: Unconfigure tests during normal build | Vadim Petrochenkov | -51/+53 |
| 2019-08-01 | Remove spin dependency | gnzlbg | -1/+0 |
| 2019-08-01 | Update Cargo.lock | gnzlbg | -0/+4 |
| 2019-08-01 | Remove mach dependency | gnzlbg | -1/+2 |
| 2019-07-30 | Add very simple edition check to tidy; and add missing edition = 2018s. | CrLF0710 | -0/+47 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -18/+18 |
| 2019-07-28 | Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-Simulacrum | Mazdak Farrokhzad | -16/+4 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -2/+14 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |