| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -37/+15 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -13/+0 |
| 2022-05-06 | Point at closure args too | Jack Huey | -0/+10 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -2/+2 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -1/+4 |
| 2022-04-29 | Bless tests. | Camille GILLOT | -8/+8 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -1/+1 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -2/+2 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -4/+4 |
| 2022-04-23 | Use more targetted suggestion span for fully qualified path | Esteban Küber | -1/+4 |
| 2022-04-21 | make `E0117` error clear | Takayuki Maeda | -1/+1 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -2/+2 |
| 2022-04-17 | show suggestion to replace generic bounds with associated types in more cases | Robin Appelman | -1/+27 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -19/+28 |
| 2022-04-10 | --bless tests | Maybe Waffle | -0/+5 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+30 |
| 2022-04-05 | macros: support translatable labels | David Wood | -1/+1 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+30 |
| 2022-03-30 | rework error messages for incorrect inherent impls | lcnr | -4/+20 |
| 2022-03-30 | fix behavior for empty impls | lcnr | -1/+1 |
| 2022-03-30 | update ui tests | lcnr | -43/+4 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -1/+1 |
| 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 |