| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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-09 | review | Nadrieril | -4/+9 |
| 2024-03-09 | Factor out non-branch-related pattern data | Nadrieril | -71/+61 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -10/+38 |
| 2024-03-07 | Don't pass a break scope to `Builder::break_for_else` | Zalathar | -38/+19 |
| 2024-03-06 | Replace tuples in `DropTree` with named structs | Zalathar | -43/+64 |
| 2024-03-06 | Rename `DropTree::add_entry` to `add_entry_point` | Zalathar | -9/+14 |
| 2024-03-06 | Assert that `link_entry_point` sees the expected dummy terminator | Zalathar | -1/+11 |
| 2024-03-06 | Rename `DropTreeBuilder::add_entry` to `link_entry_point` | Zalathar | -5/+5 |
| 2024-03-06 | Additional comments for lowering `if` | Zalathar | -0/+8 |
| 2024-03-06 | Clarify lowering the `else` arm into the else block | Zalathar | -6/+6 |
| 2024-03-06 | Add postfix match MatchSource to HIR | Ross Smyth | -0/+1 |
| 2024-03-06 | Clarify how lowering `if` produces then/else blocks | Zalathar | -30/+31 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -3/+3 |
| 2024-03-04 | Rollup merge of #121928 - Zalathar:then-else-args, r=Nadrieril | Matthias Krüger | -66/+72 |
| 2024-03-04 | Extract an arguments struct for `Builder::then_else_break` | Zalathar | -66/+72 |
| 2024-03-03 | Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri... | Guillaume Gomez | -2/+6 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -2/+6 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -54/+24 |
| 2024-03-02 | Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper | Guillaume Boisseau | -54/+24 |
| 2024-03-02 | Fix a subtle regression | Nadrieril | -3/+30 |
| 2024-03-02 | No need to collect test variants ahead of time | Nadrieril | -147/+38 |
| 2024-03-02 | Allocate candidate vectors as we sort them | Nadrieril | -57/+25 |
| 2024-03-02 | Use an enum instead of manually tracking indices for `target_blocks` | Nadrieril | -59/+92 |