| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-15 | Fix more new for_loops_over_fallibles hits in compiler. | Zachary S | -1/+1 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_build`. | Nicholas Nethercote | -0/+11 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -4/+1 |
| 2024-05-07 | Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errors | bors | -3/+30 |
| 2024-05-04 | Lower never patterns to Unreachable in mir | Nadrieril | -1/+65 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -1/+2 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -1/+1 |
| 2024-04-30 | coverage: Add branch coverage support for if-let and let-chains | Zalathar | -1/+4 |
| 2024-04-30 | coverage: Add branch coverage support for let-else | Zalathar | -3/+27 |
| 2024-04-30 | coverage. Split mcdc builder to a sub module of coverageinfo | zhuyunxing | -269/+279 |
| 2024-04-30 | coverage. Add MCDCInfoBuilder to isolate all mcdc stuff from BranchInfoBuilder | zhuyunxing | -86/+110 |
| 2024-04-30 | coverage. Add BlockMarkerGen to avoid ownership gymnastics | zhuyunxing | -29/+35 |
| 2024-04-29 | Rollup merge of #124508 - Zalathar:op, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -15/+66 |
| 2024-04-29 | Avoid some `def_span` query calls | Oli Scherer | -1/+2 |
| 2024-04-29 | mcdc-coverage: Get decision_depth from THIR lowering | Dorian Péron | -17/+66 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -0/+2 |
| 2024-04-29 | coverage: Avoid hard-coded values when visiting logical ops | Zalathar | -4/+4 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -147/+246 |
| 2024-04-22 | coverage: Move some helper code into `BranchInfoBuilder` | Zalathar | -26/+40 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -27/+20 |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -28/+30 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -2/+3 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -117/+139 |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -15/+33 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -2/+2 |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -2/+12 |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -32/+78 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -10/+247 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -10/+247 |
| 2024-04-18 | Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors | Jubilee | -2/+14 |
| 2024-04-18 | Rollup merge of #124064 - Zalathar:otherwise-block, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2024-04-18 | Fix negating `f16` and `f128` constants | beetrees | -2/+14 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -14/+9 |