| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -1/+1 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -1/+1 |
| 2024-02-09 | Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obk | Matthias Krüger | -10/+26 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+3 |
| 2024-02-09 | Don't ICE in ByMoveBody when coroutine is tainted | Michael Goulet | -10/+26 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -6/+5 |
| 2024-02-08 | Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2024-02-08 | Avoid ICE in drop recursion check in case of invalid drop impls | Oli Scherer | -6/+5 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -63/+56 |
| 2024-02-08 | Match `min_exhaustive_patterns` implementation with `exhaustive_patterns` | Nadrieril | -2/+4 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -4/+29 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -9/+3 |
| 2024-02-08 | Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix | Matthias Krüger | -54/+53 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -9/+3 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -95/+36 |
| 2024-02-06 | Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -2/+20 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+4 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+3 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -95/+36 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -16/+30 |
| 2024-01-31 | Remove `pattern_arena` from `RustcMatchCheckCtxt` | Nadrieril | -2/+1 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -1/+1 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -30/+39 |
| 2024-01-30 | Remove lifetimes from some diagnostics. | Nicholas Nethercote | -18/+18 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -12/+21 |
| 2024-01-29 | Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco | Dylan DPC | -2/+35 |
| 2024-01-29 | Borrow check inline const patterns | Matthew Jasper | -2/+35 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -35/+35 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -15/+3 |
| 2024-01-26 | make matching on NaN a hard error | Ralf Jung | -11/+37 |
| 2024-01-26 | Classify closure arguments in refutable pattern in argument error | Deadbeef | -1/+10 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -1/+0 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -4/+4 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+0 |
| 2024-01-25 | Clarify the new binding dance | Nadrieril | -44/+20 |
| 2024-01-25 | Put new bindings first in refutable cases too | Nadrieril | -4/+4 |
| 2024-01-25 | Clarify the binding dance | Nadrieril | -22/+41 |
| 2024-01-25 | Move `Or` test out of the loop | Nadrieril | -22/+26 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -4/+4 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -0/+4 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+4 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -25/+25 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -39/+49 |
| 2024-01-22 | Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile... | Matthias Krüger | -39/+49 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -1/+1 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -2/+2 |
| 2024-01-20 | Remove Ty: Copy bound | Nadrieril | -1/+1 |