| Age | Commit message (Expand) | Author | Lines |
| 2024-07-21 | Reword E0626 to mention static coroutine | Michael Goulet | -8/+24 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -2/+2 |
| 2024-07-19 | Rollup merge of #127949 - princess-entrapta:master, r=tgross35 | Matthias Krüger | -8/+16 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -0/+40 |
| 2024-07-19 | fix: explain E0120 better cover cases when its raised | Princess Entrapta | -8/+16 |
| 2024-07-18 | move CMSE validation to hir_analysis | Folkert | -0/+1 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -9/+8 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -2/+2 |
| 2024-07-17 | add error message when `#[naked]` is used with `#[test]` | Folkert | -0/+15 |
| 2024-07-16 | update text for E0736 and E0739 | Folkert | -6/+16 |
| 2024-07-16 | stop running code samples in the error code .md | Folkert | -2/+2 |
| 2024-07-16 | another attempt at fixing the examples in the error codes .md | Folkert | -0/+2 |
| 2024-07-16 | make function pub in error_codes markdown file | Folkert | -2/+2 |
| 2024-07-16 | add rust error message for CMSE stack spill | Folkert | -0/+37 |
| 2024-07-10 | Support lists and stylings in more places for `rustc --explain` | Alex Macleod | -2/+2 |
| 2024-07-06 | Correct description of E0502 | trevyn | -2/+3 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -2/+4 |
| 2024-06-12 | Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a... | Oli Scherer | -0/+4 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-05 | Rollup merge of #124746 - OliverKillane:E0582-explain-assoc-types-improvement... | Matthias Krüger | -0/+34 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+6 |
| 2024-05-15 | tidy fix from suggestion | Oliver Killane | -3/+3 |
| 2024-05-15 | Update compiler/rustc_error_codes/src/error_codes/E0582.md | Oliver Killane | -1/+1 |
| 2024-05-13 | Remove a stray backtick in an error explanation. | Nicholas Nethercote | -1/+1 |
| 2024-05-05 | fix whitespace | Oliver Killane | -2/+2 |
| 2024-05-05 | Updated error code explanation | Oliver Killane | -0/+34 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+0 |
| 2024-04-30 | Rollup merge of #123247 - veera-sivarajan:fix-error-code-E0637-example-code, ... | Matthias Krüger | -4/+17 |
| 2024-04-27 | Mention Both HRTB and Generic Lifetime in `E0637` documentation | Veera | -4/+17 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -21/+21 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -1/+1 |
| 2024-04-12 | Update compiler/rustc_error_codes/src/error_codes/E0384.md | Jimmy Ohn | -0/+13 |
| 2024-03-20 | Use the more informative generic type inference failure error on method calls... | Oli Scherer | -2/+4 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -4/+0 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -4/+0 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -45/+14 |
| 2024-03-02 | Rollup merge of #120684 - carschandler:patch-1, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-03-01 | Update E0716.md | carschandler | -3/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -4/+4 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -11/+15 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -14/+14 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -1/+3 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-05 | Update E0716.md for clarity | carschandler | -2/+3 |
| 2024-02-05 | Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -3/+3 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -2/+5 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -667/+669 |