| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -33/+34 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -0/+1 |
| 2020-06-26 | Update mdbook. | Eric Huss | -3/+0 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -3/+0 |
| 2020-06-26 | Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s... | Manish Goregaokar | -0/+1 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -2/+0 |
| 2020-06-25 | add exception for liballoc benches to tidy | Nell Shamrell | -0/+1 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -4/+1 |
| 2020-06-19 | Fix building | Jack Huey | -1/+0 |
| 2020-06-19 | Implement fn_def_datum | Jack Huey | -2/+1 |
| 2020-06-19 | Tidy got confused on `rustc_const_unstable` `issue`s | Oliver Scherer | -4/+1 |
| 2020-05-27 | Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum | bors | -5/+0 |
| 2020-05-26 | Update allowed crates list | Yuki Okushi | -5/+0 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -0/+5 |
| 2020-05-22 | Replace `rustc_data_structures::sync::Once` with `OnceCell` | Dylan MacKenzie | -0/+1 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+4 |
| 2020-05-02 | Add `psm` to the crate whitelist | Oliver Scherer | -0/+2 |
| 2020-04-27 | No need to whitelist E0750 anymore | Guillaume Gomez | -1/+1 |
| 2020-04-22 | Add checks to ensure that explanations have code examples using the error cod... | Guillaume Gomez | -15/+74 |
| 2020-04-05 | tidy: Update rustc-ap-syntax to -rustc_ast | Igor Matuszewski | -1/+1 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -1/+10 |
| 2020-03-30 | rustc -> rustc_middle part 4 -- pacify tidy | Mazdak Farrokhzad | -1/+1 |
| 2020-03-19 | Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-Simulacrum | Mazdak Farrokhzad | -340/+356 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-03-12 | tidy: Remove chalk-engine/chalk-macros. | Eric Huss | -2/+0 |
| 2020-03-12 | tidy: Sort WHITELIST. | Eric Huss | -1/+1 |
| 2020-03-12 | tidy: Add `test` to RUNTIME_CRATES. | Eric Huss | -1/+1 |
| 2020-03-12 | tidy: Add some clarifying comments in license checks. | Eric Huss | -0/+5 |
| 2020-03-12 | tidy: Verify the runtime crates don't have license exceptions. | Eric Huss | -6/+57 |
| 2020-03-12 | tidy: check the licenses don't change | Eric Huss | -36/+60 |
| 2020-03-12 | tidy: Check if exceptions are no longer used. | Eric Huss | -12/+23 |
| 2020-03-12 | tidy: Use cargo_metadata for license checks. | Eric Huss | -308/+235 |
| 2020-03-11 | Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-09 | update tidy documentation to recommend ./x.py test tidy | Chris Simpkins | -1/+1 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -30/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-02 | Ignore PAL lint for std::panicking | Mark Rousskov | -0/+2 |
| 2020-02-29 | [tidy] update documentation from `make check` to `x.py test` | Chris Simpkins | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Stop generating `compiler_builtins_lib` doc | Yuki Okushi | -30/+2 |
| 2020-02-13 | Update books. | Eric Huss | -0/+1 |
| 2020-02-10 | submodules: update cargo from 9d32b7b01 to 3c53211c3 | Matthias Krüger | -0/+1 |
| 2020-01-29 | Use termize instead of term_size | John Kåre Alsaker | -1/+1 |
| 2020-01-21 | tidy: fix most clippy warnings | Matthias Krüger | -7/+7 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -0/+2 |
| 2019-12-26 | Add unicode-normalization to whitelist. | Charles Lew | -0/+1 |
| 2019-12-24 | Silence line length warnings | Mark Rousskov | -3/+18 |
| 2019-12-22 | Format the world | Mark Rousskov | -506/+481 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -5/+13 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -0/+1 |