| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | Rollup merge of #108917 - Ayush1325:tidy-improve, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2023-03-09 | Consider target_family as pal | Ayush Singh | -0/+3 |
| 2023-03-07 | Update cargo | Weihang Lo | -1/+4 |
| 2023-03-05 | Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur | Matthias Krüger | -4/+4 |
| 2023-03-05 | Make `x test tidy` less noisy | Joshua Nelson | -4/+4 |
| 2023-03-05 | Don't walk the `tests/` directories in checks that always skip it | Joshua Nelson | -25/+15 |
| 2023-03-05 | Reuse allocations between files | Joshua Nelson | -3/+6 |
| 2023-03-05 | Ignore things in .gitignore in tidy | Joshua Nelson | -83/+73 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -21/+3 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+1 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -0/+1 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-02-16 | Move tests | Caio | -1/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+0 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -0/+2 |
| 2023-02-09 | UI tests for -Z instrument-xray | Oleksii Lozovskyi | -1/+1 |
| 2023-02-07 | Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgr | bors | -1/+1 |
| 2023-02-06 | Add `run-rustfix` to tests/ui/issues/issue-92741.rs | CastilloDel | -1/+1 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -1/+1 |
| 2023-02-05 | Add UI test for issue #92741 | CastilloDel | -1/+1 |
| 2023-01-24 | Update tidy for cranelift-egraph removal and new windows-sys targets | bjorn3 | -2/+2 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -1/+1 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -1/+1 |
| 2023-01-20 | Rollup merge of #107124 - DebugSteven:check-macro-expansion, r=albertlarsan68 | Michael Goulet | -1/+1 |
| 2023-01-20 | Rollup merge of #107048 - DebugSteven:newer-x-check-cargo, r=albertlarsan68 | Michael Goulet | -0/+72 |
| 2023-01-20 | remove leading comma when there are no args in check macro expansion | DebugSteven | -1/+1 |
| 2023-01-20 | run cargo install to check for x installation and version | DebugSteven | -0/+72 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -2/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-17 | Skip tidy style checks for `rustc_apfloat` | Maybe Waffle | -0/+4 |
| 2023-01-17 | Add a tidy check to check for ". \w" | Maybe Waffle | -0/+16 |
| 2023-01-15 | Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle | Matthias Krüger | -0/+35 |
| 2023-01-15 | Add tidy check to ensure that rustdoc GUI tests start with a small description | Guillaume Gomez | -0/+35 |
| 2023-01-14 | Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum | Matthias Krüger | -103/+66 |
| 2023-01-14 | Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -4/+2 |
| 2023-01-12 | Rollup merge of #106733 - DebugSteven:revert-104552-warn-newer-x, r=jyn514 | Matthias Krüger | -70/+1 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -4/+2 |
| 2023-01-11 | Deny having src/test exisiting in tidy | Albert Larsan | -0/+17 |
| 2023-01-11 | Revert "warn newer available version of the x tool" | J Haigh | -70/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -33/+47 |
| 2023-01-10 | Remove duplicate sha-1 dependency | Eric Huss | -1/+1 |
| 2023-01-09 | Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomez | fee1-dead | -1/+7 |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -1/+7 |
| 2023-01-08 | Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-Simulacrum | Michael Goulet | -2/+11 |
| 2023-01-08 | Add goml scripts to tidy checks | Guillaume Gomez | -2/+11 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -12/+15 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -2/+2 |