| Age | Commit message (Expand) | Author | Lines |
| 2024-12-14 | Use `PtrMetadata` instead of `Len` in slice drop shims | Scott McMurray | -9/+66 |
| 2024-12-13 | Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk | Matthias Krüger | -318/+260 |
| 2024-12-11 | Simplify `rustc_mir_dataflow::abs_domain`. | Nicholas Nethercote | -37/+11 |
| 2024-12-10 | Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko | León Orell Valerian Liehr | -191/+182 |
| 2024-12-10 | Reorder some `Analysis` methods. | Nicholas Nethercote | -33/+33 |
| 2024-12-10 | Rename some `Analysis` and `ResultsVisitor` methods. | Nicholas Nethercote | -117/+115 |
| 2024-12-10 | Rename `EntrySets` as `EntryStates`. | Nicholas Nethercote | -15/+16 |
| 2024-12-10 | Call all `Domain` values `state`. | Nicholas Nethercote | -90/+90 |
| 2024-12-10 | Refer to a couple of domains indirectly. | Nicholas Nethercote | -3/+2 |
| 2024-12-10 | Remove lifetimes from `BorrowckDomain`. | Nicholas Nethercote | -7/+12 |
| 2024-12-10 | Remove unused dataflow trait impls and bounds. | Nicholas Nethercote | -64/+3 |
| 2024-12-10 | Fix an out-of-date comment. | Nicholas Nethercote | -1/+1 |
| 2024-12-09 | Remove an out-of-date comment. | Nicholas Nethercote | -4/+0 |
| 2024-12-09 | Move `write_graphviz_results` from `results.rs` to `graphviz.rs`. | Nicholas Nethercote | -187/+182 |
| 2024-12-09 | Remove `ChunkedBitSet` impls that are no longer needed. | Nicholas Nethercote | -24/+2 |
| 2024-12-09 | Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`. | Nicholas Nethercote | -6/+6 |
| 2024-12-05 | Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`. | Nicholas Nethercote | -11/+11 |
| 2024-12-05 | Introduce `MixedBitSet`. | Nicholas Nethercote | -3/+45 |
| 2024-12-02 | Simplify `ResultsHandle`. | Nicholas Nethercote | -17/+3 |
| 2024-12-02 | Fix crash with `-Zdump-mir-dataflow` | Nicholas Nethercote | -5/+5 |
| 2024-11-29 | Stop using `HybridBitSet` in dataflow diffs. | Nicholas Nethercote | -7/+7 |
| 2024-11-29 | Remove unused `HybridBitSet` methods from `BitSetExt`. | Nicholas Nethercote | -34/+2 |
| 2024-11-26 | Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnr | Michael Goulet | -28/+23 |
| 2024-11-26 | Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot | Michael Goulet | -278/+13 |
| 2024-11-26 | Make some modules non-`pub`. | Nicholas Nethercote | -2/+2 |
| 2024-11-26 | Move `always_storage_live_locals`. | Nicholas Nethercote | -22/+20 |
| 2024-11-26 | Improve `MaybeStorageLive::initialize_start_block`. | Nicholas Nethercote | -4/+1 |
| 2024-11-26 | Make it possible for `ResultsCursor` to borrow a `Results`. | Nicholas Nethercote | -25/+76 |
| 2024-11-26 | Tweak `MaybeBorrowedLocals::transfer_function` usage. | Nicholas Nethercote | -1/+1 |
| 2024-11-26 | Remove `self` param for `MaybeBorrowedLocals::transfer_function`. | Nicholas Nethercote | -7/+4 |
| 2024-11-26 | Add some useful comments. | Nicholas Nethercote | -12/+24 |
| 2024-11-26 | Merge `apply_effects_in_block` and `join_state_into_successors_of`. | Nicholas Nethercote | -162/+132 |
| 2024-11-23 | `ElaborateDrops`: use typing_env directly | lcnr | -2/+2 |
| 2024-11-22 | Remove the `DefinitelyInitializedPlaces` analysis. | Nicholas Nethercote | -278/+13 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+3 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -15/+14 |
| 2024-11-05 | Remove `ResultsVisitable`. | Nicholas Nethercote | -173/+73 |
| 2024-11-05 | Replace `BorrowckResults` with `Borrowck`. | Nicholas Nethercote | -6/+6 |
| 2024-10-31 | Remove `ValueAnalysis` and `ValueAnalysisWrapper`. | Nicholas Nethercote | -412/+4 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -1/+1 |
| 2024-10-30 | Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -53/+58 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -147/+104 |
| 2024-10-30 | Return label from `write_node_label`. | Nicholas Nethercote | -4/+10 |
| 2024-10-30 | Simplify `graphviz::Formatter`. | Nicholas Nethercote | -27/+26 |
| 2024-10-30 | Rename `BlockFormatter::results` as `BlockFormatter::cursor`. | Nicholas Nethercote | -26/+26 |
| 2024-10-30 | Remove `Engine`. | Nicholas Nethercote | -102/+80 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -58/+37 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -1/+1 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -3/+3 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |