| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | Also InstSimplify `&raw*` | Scott McMurray | -1/+1 |
| 2024-05-31 | Revert "Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk" | Camille GILLOT | -2/+239 |
| 2024-05-30 | Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk | bors | -239/+2 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -6/+6 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -6/+6 |
| 2024-05-29 | Enable DestinationPropagation by default. | Camille GILLOT | -239/+2 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+2 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -6/+31 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+28 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -1/+28 |
| 2024-05-28 | Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomez | Matthias Krüger | -5/+3 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -1/+4 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -0/+6 |
| 2024-05-28 | Use the HIR instead of mir_keys for determining whether something will have a... | Oli Scherer | -1/+1 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -5/+3 |
| 2024-05-27 | Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil... | Matthias Krüger | -3/+23 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -3/+23 |
| 2024-05-27 | Auto merge of #125602 - RalfJung:interpret-mir-lifetime, r=oli-obk | bors | -12/+11 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -14/+8 |
| 2024-05-27 | interpret: get rid of 'mir lifetime everywhere | Ralf Jung | -12/+11 |
| 2024-05-26 | Avoid a `FieldIdx::from_usize` in InstSimplify | Scott McMurray | -5/+4 |
| 2024-05-26 | Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb | Matthias Krüger | -0/+5 |
| 2024-05-25 | Stop SRoA'ing `DynMetadata` in MIR | Scott McMurray | -0/+5 |
| 2024-05-24 | compiler: unnest rustc_const_eval::check_consts | Jubilee Young | -2/+2 |
| 2024-05-24 | compiler: const_eval/transform/validate.rs -> mir_transform/validate.rs | Jubilee Young | -2/+1409 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -14/+8 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -51/+66 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -52/+38 |
| 2024-05-20 | Rollup merge of #125106 - Zalathar:expressions, r=davidtwco | Matthias Krüger | -5/+80 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -52/+38 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -2/+2 |
| 2024-05-14 | coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed | Zalathar | -11/+1 |
| 2024-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -0/+37 |
| 2024-05-14 | coverage: Memoize newly-created counter expressions | Zalathar | -3/+21 |
| 2024-05-14 | coverage: Store expression operands as `BcbCounter` | Zalathar | -4/+24 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -2/+1 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -2/+1 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_transform`. | Nicholas Nethercote | -2/+31 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -9/+9 |
| 2024-05-10 | Rollup merge of #124615 - Zalathar:extracted-mappings, r=davidtwco | Matthias Krüger | -107/+118 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -9/+9 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -1/+1 |
| 2024-05-06 | coverage: Tidy imports in `rustc_mir_transform::coverage` | Zalathar | -7/+8 |
| 2024-05-06 | coverage: Rename `CoverageSpans` to `ExtractedMappings` | Zalathar | -21/+27 |
| 2024-05-06 | coverage: Destructure the mappings struct to make sure we don't miss any | Zalathar | -4/+13 |
| 2024-05-06 | coverage: Don't recompute the number of test vector bitmap bytes | Zalathar | -33/+12 |
| 2024-05-06 | coverage: Make the special case for async functions exit early | Zalathar | -18/+21 |
| 2024-05-06 | coverage: Separately compute the set of BCBs with counter mappings | Zalathar | -46/+59 |
| 2024-05-04 | coverage: Rename `BcbBranchPair` to `mappings::BranchPair` | Zalathar | -7/+7 |
| 2024-05-04 | coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping` | Zalathar | -32/+20 |