| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | 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 |
| 2023-08-28 | closure field capturing: don't depend on alignment of packed fields | Ralf Jung | -17/+12 |
| 2023-08-28 | Add note when matching on nested non-exhaustive enums | Sebastian Toh | -1/+2 |
| 2023-06-18 | Auto merge of #112636 - clubby789:no-capture-array-ref, r=cjgillot | bors | -18/+65 |
| 2023-06-15 | Don't capture &[T; N] when contents isn't read | clubby789 | -18/+65 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -3/+3 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-29 | add tests | lcnr | -0/+78 |
| 2023-05-25 | Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot | Michael Goulet | -85/+196 |
| 2023-05-25 | Always capture slice when pattern requires checking the length | clubby789 | -85/+196 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -3/+3 |