| Age | Commit message (Expand) | Author | Lines |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-06-30 | Replace a magic boolean with enum `ScheduleDrops` | Zalathar | -18/+56 |
| 2024-06-30 | Replace a magic boolean with enum `EmitStorageLive` | Zalathar | -19/+32 |
| 2024-06-30 | Replace a magic boolean with enum `DeclareLetBindings` | Zalathar | -17/+64 |
| 2024-06-29 | Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasper | Matthias Krüger | -260/+250 |
| 2024-06-27 | Fix expansion of or-patterns | Nadrieril | -0/+3 |
| 2024-06-25 | Rollup merge of #126932 - Zalathar:flat-pat, r=Nadrieril | Matthias Krüger | -11/+24 |
| 2024-06-25 | Tweak `FlatPat::new` to avoid a temporarily-invalid state | Zalathar | -11/+24 |
| 2024-06-25 | Tweak a confusing comment in `create_match_candidates` | Zalathar | -2/+5 |
| 2024-06-22 | Change comment to reflect switch to THIR unsafeck | Nadrieril | -14/+10 |
| 2024-06-22 | Reuse `lower_let_expr` for `let .. else` lowering | Nadrieril | -87/+49 |
| 2024-06-22 | Don't use fake wildcards when we can get the failure block directly | Nadrieril | -50/+59 |
| 2024-06-21 | Save 2 pointers in `TerminatorKind` (96 → 80 bytes) | Scott McMurray | -8/+10 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+4 |
| 2024-06-19 | Move `lower_match_tree` | Nadrieril | -65/+64 |
| 2024-06-19 | There's nothing to bind for a wildcard | Nadrieril | -8/+1 |
| 2024-06-19 | Small dedup | Nadrieril | -18/+15 |
| 2024-06-19 | Only one caller of `lower_match_tree` was using the fake borrows | Nadrieril | -31/+17 |
| 2024-06-19 | We can traverse bindings before `lower_match_tree` now | Nadrieril | -50/+98 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -23/+48 |
| 2024-06-19 | Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercote | León Orell Valerian Liehr | -23/+48 |
| 2024-06-19 | coverage: Make MCDC take in account last RHS of condition-coverage | Dorian Péron | -23/+48 |
| 2024-06-16 | Expand or-candidates mixed with candidates above | Nadrieril | -97/+79 |
| 2024-06-16 | Factor out `finalize_or_candidate` | Nadrieril | -18/+42 |
| 2024-06-16 | Use `otherwise_block` for or-pattern shortcutting | Nadrieril | -3/+8 |
| 2024-06-16 | Always set `otherwise_block`s | Nadrieril | -13/+20 |
| 2024-06-16 | Tweak simple or-pattern expansion | Nadrieril | -16/+21 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -2/+3 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -1/+1 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -8/+7 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -2/+5 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -3/+5 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -4/+2 |
| 2024-06-04 | Reduce `pub` exposure. | Nicholas Nethercote | -14/+14 |
| 2024-05-31 | Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obk | Matthias Krüger | -2/+63 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -13/+13 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2024-05-30 | coverage: Instrument the RHS value of lazy logical operators | Zalathar | -2/+63 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -13/+13 |
| 2024-05-29 | Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercote | Matthias Krüger | -2/+3 |
| 2024-05-29 | coverage: Avoid overflow when the MC/DC condition limit is exceeded | Zalathar | -2/+3 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -3/+3 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+1 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -5/+2 |
| 2024-05-24 | Better ICE message for unresolved upvars | Michael Goulet | -2/+13 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -1/+17 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`. | Nicholas Nethercote | -1/+17 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -1/+1 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -4/+12 |