| Age | Commit message (Expand) | Author | Lines |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -4/+4 |
| 2023-09-23 | Remove dead error code. | Camille GILLOT | -1/+3 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -1/+1 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -1/+3 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -8/+8 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -3/+3 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -8/+8 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -1/+1 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -25/+30 |
| 2023-08-29 | mark error code as removed | Ralf Jung | -1/+3 |
| 2023-08-27 | tell people what to do when removing an error code | Ralf Jung | -1/+2 |
| 2023-08-21 | Fix syntax in E0191 explanation. | Bruce Mitchener | -3/+3 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -3/+3 |
| 2023-08-05 | Auto merge of #109348 - cjgillot:issue-109146, r=petrochenkov | bors | -1/+1 |
| 2023-08-04 | unstable book: update lang_items page and split it | kadiwa | -3/+3 |
| 2023-08-04 | Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+37 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -1/+1 |
| 2023-08-02 | Adapt error code doc. | Camille GILLOT | -1/+1 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -25/+30 |
| 2023-07-21 | error/E0691: include alignment in error message | David Rheinsberg | -1/+2 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -0/+3 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -4/+8 |
| 2023-05-28 | Add details about `unsafe_op_in_unsafe_fn` to E0133 | Wim Looman | -1/+18 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -1/+3 |
| 2023-05-06 | Update compiler/rustc_error_codes/src/error_codes/E0726.md | Astroide | -1/+1 |
| 2023-05-06 | rustc --explain E0726 - grammar fixing (it's => its + add a `the` where it fe... | Astroide | -2/+2 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -1/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -7/+7 |
| 2023-04-03 | Make "unneccesary visibility qualifier" error much more clear | Tam Pham | -9/+20 |
| 2023-03-28 | Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obk | Matthias Krüger | -13/+15 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -4/+5 |
| 2023-03-27 | Improve documentation for E0223 | Maybe Waffle | -13/+15 |
| 2023-03-22 | Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-03-22 | make link clickable | Lukas Markeffsky | -1/+1 |
| 2023-03-18 | Update links for custom discriminants. | Eric Huss | -5/+4 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -0/+65 |
| 2023-03-18 | Rollup merge of #109211 - mili-l:mili_l/update_e0206_description, r=WaffleLapkin | Matthias Krüger | -4/+4 |
| 2023-03-17 | Update compiler/rustc_error_codes/src/error_codes/E0206.md | Jamilya Shurukhova | -1/+1 |
| 2023-03-17 | E0206 - code review changes | Jamilya Shurukhova | -3/+4 |
| 2023-03-16 | E0206 - removed space | Jamilya Shurukhova | -2/+1 |
| 2023-03-16 | E0206 - added `union` to description | Jamilya Shurukhova | -2/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -3/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -3/+3 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -0/+65 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -9/+9 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+22 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -1/+41 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -1/+66 |