| Age | Commit message (Expand) | Author | Lines |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -4/+0 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -2/+2 |
| 2022-10-03 | Cleanup some error code explanations | nils | -14/+7 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -0/+4 |
| 2022-09-27 | review updates | Matthew Kelly | -2/+2 |
| 2022-09-27 | core: Mark all safe intrinsics with #[rustc_safe_intrinsic] | Arthur Cohen | -0/+4 |
| 2022-09-26 | remove implied link bound per review | Matthew Kelly | -3/+1 |
| 2022-08-31 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -3/+2 |
| 2022-08-29 | review updates to E0311 description | Matthew Kelly | -23/+15 |
| 2022-08-27 | fix trailing `]` | Matthew Kelly | -1/+1 |
| 2022-08-27 | Review updates: simpler MWE and docs | Matthew Kelly | -50/+33 |
| 2022-08-25 | Fix rust-doc error | Matthew Kelly | -16/+11 |
| 2022-08-24 | fix wrapping | Matthew Kelly | -5/+4 |
| 2022-08-24 | Improve description again | Matthew Kelly | -34/+39 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -3/+0 |
| 2022-08-23 | actually fix typo this time | Matthew Kelly | -1/+1 |
| 2022-08-23 | Improve E0311.md description | Matthew Kelly | -8/+29 |
| 2022-08-19 | fix line lengths | Matthew Kelly | -6/+7 |
| 2022-08-19 | Apply suggestions from code review | Matthew Kelly | -10/+9 |
| 2022-08-19 | Add long description and test for E0311 | Matthew Kelly | -1/+50 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -1/+1 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -5/+5 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -5/+5 |
| 2022-07-19 | Don't use main; improve example | aticu | -19/+11 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -29/+64 |
| 2022-07-08 | fixes post rebase | Jane Losare-Lusby | -1/+1 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+1 |
| 2022-06-29 | Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko | Dylan DPC | -2/+2 |
| 2022-06-28 | Rename/restructure memory ordering intrinsics. | Mara Bos | -2/+2 |
| 2022-06-12 | Add comment for internal error codes | onlinesoftwaredevok | -4/+4 |
| 2022-06-11 | Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa | Dylan DPC | -1/+3 |
| 2022-06-10 | E0577 fixed Sea struct CamelCase/sea module snake_case | CorinJG | -3/+3 |
| 2022-06-10 | Fixed several error_codes/Exxxx.md messages which used UpperCamelCase instead... | CorinJG | -30/+30 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -2/+2 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -24/+63 |
| 2022-06-06 | Rollup merge of #97787 - matthiaskrgr:e0432_explain, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2022-06-06 | Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisa | Dylan DPC | -0/+27 |
| 2022-06-06 | Deactivate feature gate explicit_generic_args_with_impl_trait | Nick Cameron | -1/+3 |
| 2022-06-06 | E0432: rust 2018 -> rust 2018 or later in --explain message | Matthias Krüger | -6/+6 |
| 2022-06-05 | Changes from code review | ltdk | -2/+7 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -24/+63 |
| 2022-06-03 | Use the same message as type & const generics. | Camille GILLOT | -1/+3 |
| 2022-05-28 | Add E0788 for improper #[no_coverage] usage | ltdk | -0/+22 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -0/+6 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -19/+20 |
| 2022-04-30 | Remove ```` ```ignore```` from E0705 test | CAD97 | -1/+1 |
| 2022-04-14 | Add note to E0550 | Jacob Pratt | -1/+3 |
| 2022-04-14 | Update error code docs | Jacob Pratt | -18/+17 |
| 2022-03-30 | rework error messages for incorrect inherent impls | lcnr | -27/+26 |