| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -18/+3 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -11/+24 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -80/+6 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`. | Nicholas Nethercote | -2/+9 |
| 2024-05-13 | Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin | bors | -6/+12 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_build`. | Nicholas Nethercote | -6/+12 |
| 2024-05-12 | Match ergonomics 2024: migration lint | Jules Bertholet | -19/+71 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -7/+3 |
| 2024-05-03 | remove IndirectStructuralMatch lint, emit the usual hard error instead | Ralf Jung | -73/+3 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -2/+2 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -11/+5 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -2/+4 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -1/+1 |
| 2024-04-15 | Ensure inherited reference is never set to `&mut` behind an `&` | Jules Bertholet | -1/+1 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -5/+6 |
| 2024-04-12 | Suppress erroneous suggestion | Alan Egerton | -0/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -1/+8 |
| 2024-04-02 | Fix suggestions for match non-exhaustiveness | Michael Goulet | -17/+43 |
| 2024-04-02 | Address review comments | Jules Bertholet | -7/+7 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -2/+9 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -33/+19 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -6/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+1 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+9 |
| 2024-03-18 | Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors | Matthias Krüger | -35/+39 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -5/+4 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-13 | Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt` | Nadrieril | -16/+13 |
| 2024-03-13 | Rollup merge of #121820 - Nadrieril:idxpat2, r=compiler-errors | Matthias Krüger | -5/+7 |
| 2024-03-12 | Centralize the decision to suggest patterns vs `_` | Nadrieril | -40/+36 |
| 2024-03-12 | Don't suggest an arm when suggesting a never pattern | Nadrieril | -3/+11 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-11 | `DeconstructedPat.data` is always present now | Nadrieril | -4/+4 |
| 2024-03-11 | Store field indices in `DeconstructedPat` to avoid virtual wildcards | Nadrieril | -1/+3 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+9 |
| 2024-03-06 | Add postfix match MatchSource to HIR | Ross Smyth | -0/+1 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -2/+6 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+2 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -9/+6 |
| 2024-02-24 | Add asm label support to THIR | Gary Guo | -2/+8 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+3 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -12/+7 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -5/+5 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -19/+12 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |