| Age | Commit message (Expand) | Author | Lines |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -1/+1 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -2/+6 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -1/+10 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -2/+6 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -2/+2 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -25/+47 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -1/+5 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -2/+7 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -1/+10 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -4/+0 |
| 2022-02-06 | Rollup merge of #91939 - GKFX:feature-91866, r=cjgillot | Matthias Krüger | -0/+6 |
| 2022-01-25 | #91939: integer to char cast error, make more targeted | George Bateman | -0/+6 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -2/+2 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -112/+0 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -0/+21 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+6 |
| 2021-11-30 | Remove all migrate.nll.stderr files | Lucas Kent | -6/+9 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -10/+2 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -10/+0 |
| 2021-11-20 | Point at bounds when comparing impl items to trait | Esteban Kuber | -2/+2 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -5/+5 |
| 2021-11-20 | Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport... | Matthias Krüger | -3/+3 |
| 2021-11-20 | Clarify error messages caused by re-exporting `pub(crate)` visibility to outside | Ken Matsui | -3/+3 |
| 2021-11-19 | Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisa | Yuki Okushi | -2/+3 |
| 2021-11-16 | Suggest removal of arguments for unit variant, not replacement | Esteban Kuber | -2/+3 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -21/+19 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -34/+10 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -27/+3 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -21/+19 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -1/+2 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -1/+8 |
| 2021-10-22 | Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726 | Yuki Okushi | -17/+32 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | Update E0637 description to mention `&` w/o an explicit lifetime name | Yuki Okushi | -17/+32 |
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -9/+9 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -9/+9 |
| 2021-10-12 | Work around different filenames for DLLs | Noah Lev | -1/+1 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -0/+44 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+2 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -2/+3 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -1/+1 |
| 2021-10-04 | Fix suggestion to borrow when casting from pointer to reference | Fabian Wolff | -2/+3 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -2/+2 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -1/+4 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -2/+2 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -2/+2 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -10/+10 |