| Age | Commit message (Expand) | Author | Lines |
| 2023-10-14 | Lint `non_exhaustive_omitted_patterns` per column | Nadrieril | -14/+62 |
| 2023-10-14 | Add and prepare tests | Nadrieril | -19/+46 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -53/+4 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+17 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+25 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -16/+16 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+25 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -16/+16 |
| 2023-10-03 | Bless tests | Michael Goulet | -4/+5 |
| 2023-09-29 | make soft_unstable show up in future breakage reports | Ralf Jung | -0/+22 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -1/+1 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+22 |
| 2023-09-14 | Fix the error message for `#![feature(no_coverage)]` | Zalathar | -1/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -3/+3 |
| 2023-09-08 | Add `no_coverage` to the 'removed features' list | Andy Caldwell | -4/+14 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -14/+14 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -13/+0 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -71/+5 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+110 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+110 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+16 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+90 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -153/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -5/+6 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -71/+5 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+13 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -16/+8 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -0/+9 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -16/+8 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -3/+3 |
| 2023-07-07 | adjust smart_resolve_partial_mod_path_errors | yukang | -0/+9 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+0 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+105 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -8/+96 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+30 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -0/+105 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -3/+0 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -8/+1 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+18 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -8/+1 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+18 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -1/+0 |
| 2023-05-09 | tidy check to find misc files in ui tests, and clean up the results | asquared31415 | -3/+0 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+19 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -81/+0 |
| 2023-05-05 | Add feature gate | est31 | -0/+19 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+16 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+16 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+12 |