| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -0/+28 |
| 2023-12-18 | Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkin | bors | -0/+27 |
| 2023-12-18 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -0/+27 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -72/+72 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -1/+14 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -2/+2 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -2/+2 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -4/+4 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -1/+14 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-18 | Add a test showing failing closure signature inference in new solver | Michael Goulet | -0/+36 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -5/+5 |
| 2023-09-24 | Added additional visit steps to visit_generic_param() in order to avoid ICE o... | Lenko Donchev | -0/+38 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+34 |
| 2023-09-22 | Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naber | Matthias Krüger | -0/+158 |
| 2023-09-22 | Capture scrutinee of if let guards correctly | Matthew Jasper | -0/+158 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -23/+23 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -17/+12 |
| 2023-09-03 | Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrieril | bors | -1/+2 |
| 2023-09-03 | Improve clarity of diagnostic message on non-exhaustive matches | Sebastian Toh | -1/+1 |
| 2023-08-29 | Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkov | bors | -0/+51 |
| 2023-08-28 | Move tests | Caio | -0/+51 |
| 2023-08-28 | closure field capturing: don't depend on alignment of packed fields | Ralf Jung | -17/+12 |
| 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 |