| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -17/+26 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+3 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -4/+2 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+5 |
| 2024-06-04 | Reduce `pub` exposure. | Nicholas Nethercote | -275/+275 |
| 2024-06-04 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2024-05-31 | Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obk | Matthias Krüger | -2/+63 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -5/+50 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -18/+18 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -21/+6 |
| 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 | -18/+18 |
| 2024-05-30 | Add `deprecated_safe` lint | Tobias Bucher | -2/+42 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -4/+9 |
| 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 | -21/+6 |
| 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 | -16/+26 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -104/+11 |
| 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 | -6/+26 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -23/+28 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`. | Nicholas Nethercote | -6/+26 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -1/+1 |
| 2024-05-22 | Cleanup: Fix up some diagnostics | León Orell Valerian Liehr | -23/+28 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -4/+12 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -4/+12 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -2/+2 |
| 2024-05-15 | Fix more new for_loops_over_fallibles hits in compiler. | Zachary S | -1/+1 |
| 2024-05-13 | Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin | bors | -8/+24 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_build`. | Nicholas Nethercote | -8/+24 |
| 2024-05-12 | Match ergonomics 2024: migration lint | Jules Bertholet | -19/+101 |
| 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-03 | turn pointer_structural_match into a hard error | Ralf Jung | -9/+8 |
| 2024-05-03 | remove IndirectStructuralMatch lint, emit the usual hard error instead | Ralf Jung | -95/+3 |
| 2024-05-02 | Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmease | Matthias Krüger | -3/+3 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -3/+3 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -11/+5 |
| 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 |