| Age | Commit message (Expand) | Author | Lines |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -3/+0 |
| 2023-08-28 | Add note when matching on nested non-exhaustive enums | Sebastian Toh | -1/+2 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+3 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -5/+5 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -0/+27 |
| 2023-06-28 | reword message to be less vague | Michael Goulet | -1/+1 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -25/+1 |
| 2023-06-23 | Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiser | Matthias Krüger | -0/+54 |
| 2023-06-20 | update failing ui tests | Ibraheem Ahmed | -25/+1 |
| 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-15 | Always register sized obligation for argument | Michael Goulet | -0/+54 |
| 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-06-09 | Ignore tests that hang in new solver | Michael Goulet | -0/+1 |
| 2023-06-05 | diagnostics: do not suggest type name tweaks on type-inferred closure args | Michael Howell | -0/+35 |
| 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 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -1/+5 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -0/+136 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -1/+5 |
| 2023-05-09 | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov | Matthias Krüger | -0/+18 |
| 2023-05-08 | Move tests | Caio | -0/+18 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -1/+1 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Bail out of MIR construction if `check_match` fails | clubby789 | -0/+136 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -1/+2 |
| 2023-04-25 | vars are ? | Michael Goulet | -9/+9 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+15 |
| 2023-04-22 | add known-bug test for unsound issue 84366 | whtahy | -0/+15 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -14/+14 |
| 2023-04-11 | Broken tests | Michael Goulet | -0/+14 |
| 2023-03-27 | Fix subslice capture in closure | clubby789 | -0/+39 |
| 2023-03-21 | Return equal for two identical projections | yukang | -0/+41 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -4/+1 |
| 2023-02-18 | Add addl test | Michael Goulet | -0/+24 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -0/+48 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -2/+2 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+10 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -2/+10 |
| 2023-02-15 | Fix unintentional UB in ui tests | Ben Kimock | -9/+9 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -19/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -15/+15 |
| 2023-01-19 | Tweak "borrow closure argument" suggestion | Esteban Küber | -4/+6 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -15/+15 |