| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-01-07 | minor fixes for `error_codes.rs` tidy check | Ezra Shaw | -12/+15 |
| 2023-01-06 | Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl... | Matthias Krüger | -386/+384 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -1/+0 |
| 2023-01-04 | Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-01-04 | tidy: Don't include wasm32 in compiler dependency check | Eric Huss | -103/+66 |
| 2023-01-04 | Move tests | Caio | -1/+1 |
| 2023-01-04 | Update cargo | Weihang Lo | -0/+12 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+17 |
| 2023-01-03 | Rollup merge of #104552 - DebugSteven:warn-newer-x, r=jyn514 | Matthias Krüger | -1/+70 |
| 2023-01-02 | no_deps | J Haigh | -0/+1 |
| 2023-01-02 | use cargo_metadata to get x version | DebugSteven | -28/+11 |
| 2023-01-02 | get latest x version from parsing cargo command | DebugSteven | -10/+39 |
| 2023-01-03 | print highest error code | Ezra Shaw | -0/+1 |
| 2023-01-02 | fix CI | Ezra Shaw | -7/+8 |
| 2023-01-02 | pattern destructure `has_test` | Ezra Shaw | -3/+1 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -1/+1 |
| 2023-01-01 | improve error message | J Haigh | -1/+1 |