| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -98/+73 |
| 2024-03-27 | Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errors | Matthias Krüger | -36/+42 |
| 2024-03-26 | Store `Place` instead of `PlaceBuilder` in `MatchPair` | Nadrieril | -28/+33 |
| 2024-03-26 | Rename | Nadrieril | -19/+20 |
| 2024-03-25 | Consistently merge simplifiable or-patterns | Nadrieril | -2/+5 |
| 2024-03-25 | Use the correct span for simplifying or-patterns | Nadrieril | -9/+15 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -11/+6 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -6/+2 |
| 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-21 | Rollup merge of #122222 - Nadrieril:deref-pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+21 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -0/+1 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -1/+21 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -0/+1 |
| 2024-03-20 | Rename mir_const query to mir_built | Oli Scherer | -2/+2 |
| 2024-03-20 | Replace `mir_built` query with a hook and use mir_const everywhere instead | Oli Scherer | -13/+8 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+0 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -2/+7 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 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-17 | fix typo | omahs | -1/+1 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -3/+5 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -2/+170 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-14 | Add compiler support for parsing `f16` and `f128` | Trevor Gross | -3/+5 |
| 2024-03-14 | coverage: Record branch information during MIR building | Zalathar | -4/+131 |
| 2024-03-14 | coverage: Data structures for recording branch info during MIR building | Zalathar | -2/+43 |
| 2024-03-13 | Tweak wording | Esteban Küber | -1/+1 |
| 2024-03-13 | Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt` | Nadrieril | -18/+15 |
| 2024-03-13 | Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasper | Matthias Krüger | -233/+149 |
| 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 | -3/+3 |
| 2024-03-11 | Rollup merge of #122080 - Zalathar:drop-tree, r=oli-obk | Jubilee | -57/+93 |
| 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-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -6/+6 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -6/+4 |
| 2024-03-10 | Rollup merge of #122221 - Nadrieril:patextradata, r=oli-obk | Matthias Krüger | -72/+67 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | review | Nadrieril | -4/+9 |
| 2024-03-09 | Factor out non-branch-related pattern data | Nadrieril | -71/+61 |