| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -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 |
| 2024-03-02 | Tiny missed simplification | Nadrieril | -5/+2 |
| 2024-03-02 | Rollup merge of #121892 - Zalathar:expr-kind-let, r=Nadrieril | Matthias Krüger | -32/+6 |
| 2024-03-02 | The ordinary lowering of `thir::ExprKind::Let` is unreachable | Zalathar | -32/+6 |
| 2024-03-02 | Rollup merge of #121715 - Nadrieril:testcase-or, r=matthewjasper | Matthias Krüger | -122/+155 |
| 2024-03-01 | Rollup merge of #121750 - Nadrieril:switchkind-if, r=matthewjasper | Matthias Krüger | -49/+45 |
| 2024-03-01 | Rollup merge of #121706 - Nadrieril:simplify-sort-candidate, r=matthewjasper | Matthias Krüger | -34/+17 |
| 2024-03-01 | Rollup merge of #121784 - Zalathar:if-or-converge, r=Nadrieril | Matthias Krüger | -2/+8 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+4 |
| 2024-02-29 | Rollup merge of #121376 - Nadrieril:mir-half-ranges, r=pnkfelix | Guillaume Gomez | -22/+30 |
| 2024-02-29 | Make the success arms of `if lhs || rhs` meet up in a separate block | Zalathar | -2/+8 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+4 |
| 2024-02-28 | Separate the `bool` case from other integers in `TestKind` | Nadrieril | -49/+45 |
| 2024-02-28 | No need to pass `fake_borrows` everywhere now | Nadrieril | -45/+8 |
| 2024-02-28 | Collect fake borrows ahead of time | Nadrieril | -40/+83 |
| 2024-02-28 | Pre-simplify or-patterns too | Nadrieril | -40/+67 |
| 2024-02-28 | Lower bindings in a predictable order | Nadrieril | -50/+20 |
| 2024-02-28 | Appease rust-analyzer | Nadrieril | -4/+4 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -14/+14 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -12/+9 |
| 2024-02-27 | Group default cases in `sort_candidate` | Nadrieril | -17/+9 |
| 2024-02-27 | Remove hacky branch in `sort_candidate` | Nadrieril | -23/+14 |
| 2024-02-27 | Skip unnecessary comparison with half-open ranges | Nadrieril | -22/+30 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -15/+14 |
| 2024-02-24 | Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasper | Matthias Krüger | -151/+218 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -9/+24 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -6/+7 |
| 2024-02-24 | Add asm label support to THIR | Gary Guo | -2/+11 |