| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -0/+21 |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+90 |
| 2025-01-10 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -1/+6 |
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -9/+21 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -2/+5 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -1/+2 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+5 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -90/+1 |
| 2024-12-20 | coverage: Rename `basic_coverage_blocks` to just `graph` | Zalathar | -93/+61 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -150/+18 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -25/+12 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -150/+18 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -0/+4 |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -15/+19 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -1/+2 |
| 2024-12-18 | Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi... | DianQK | -85/+175 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -3/+3 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -25/+12 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -8/+5 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -3/+3 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -21/+0 |
| 2024-12-13 | Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk | Matthias Krüger | -24/+24 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -0/+37 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -3/+53 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+37 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -5/+102 |
| 2024-12-10 | Rollup merge of #133946 - Zalathar:ready-first, r=oli-obk | León Orell Valerian Liehr | -146/+125 |
| 2024-12-10 | Rename some `Analysis` and `ResultsVisitor` methods. | Nicholas Nethercote | -8/+8 |
| 2024-12-10 | Improve terminology in `elaborate_drops.rs`. | Nicholas Nethercote | -16/+16 |
| 2024-12-09 | Rollup merge of #134073 - DianQK:fix-131227, r=oli-obk | León Orell Valerian Liehr | -2/+7 |
| 2024-12-09 | dataflow_const_prop: do not eval a ptr address in SwitchInt | DianQK | -2/+7 |
| 2024-12-09 | Auto merge of #133891 - nnethercote:MixedBitSet, r=Mark-Simulacrum | bors | -26/+29 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -4/+101 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -2/+2 |
| 2024-12-07 | coverage: Prefer to visit nodes whose predecessors have been visited | Zalathar | -146/+125 |
| 2024-12-05 | Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`. | Nicholas Nethercote | -26/+29 |
| 2024-12-04 | fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder | Michael Goulet | -2/+2 |
| 2024-12-04 | coverage: Remove the expression simplifier from `CoverageCounters` | Zalathar | -51/+4 |
| 2024-12-04 | coverage: Use a separate counter type during counter creation | Zalathar | -73/+94 |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -3/+170 |
| 2024-12-04 | coverage: Use a single `make_phys_counter` method | Zalathar | -19/+4 |
| 2024-12-04 | coverage: Rename `CounterIncrementSite` to just `Site` | Zalathar | -13/+14 |
| 2024-12-04 | coverage: Extract `subtracted_sum` in counter creation | Zalathar | -8/+8 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -21/+0 |
| 2024-12-02 | Rollup merge of #133732 - nnethercote:fix-Z-dump-mir-dataflow, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -1/+1 |
| 2024-12-02 | mir validator: don't store mir phase | lcnr | -57/+34 |
| 2024-12-02 | Simplify `ResultsHandle`. | Nicholas Nethercote | -1/+1 |