| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -2/+2 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -4/+4 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -47/+47 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -2/+2 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+2 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -4/+6 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -38/+8 |
| 2025-01-24 | Add some notes and test some more pattern variants | Zalathar | -1/+19 |
| 2025-01-24 | Rename test to `unresolvable-upvar-issue-87987.rs` | Zalathar | -15/+2 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -8/+38 |
| 2024-12-31 | chore: fix some typos | peicuiping | -1/+1 |
| 2024-12-15 | Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgr | bors | -0/+5 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -38/+8 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+5 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -114/+31 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -30/+0 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -38/+8 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -7/+7 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -4/+5 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -1/+3 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -16/+0 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -239/+239 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -4/+2 |
| 2024-08-10 | Update tests | Nadrieril | -2/+1 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -9/+15 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -2/+2 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -3/+3 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -27/+2 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -2/+2 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -12/+0 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -196/+196 |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -12/+0 |
| 2024-02-08 | Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-02-08 | Test `min_exhaustive_patterns` in more cases | Nadrieril | -1/+15 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+1 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -2/+2 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -0/+11 |
| 2024-01-13 | Bless tests | George-lewis | -261/+357 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -2/+2 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -10/+10 |
| 2023-12-18 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -0/+27 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -22/+22 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -1/+14 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -2/+2 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -1/+14 |
| 2023-09-22 | Capture scrutinee of if let guards correctly | Matthew Jasper | -0/+158 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -17/+12 |
| 2023-09-03 | Improve clarity of diagnostic message on non-exhaustive matches | Sebastian Toh | -1/+1 |