| Age | Commit message (Expand) | Author | Lines |
| 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-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -1/+0 |
| 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/+4 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -17/+9 |
| 2024-10-14 | Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`. | Nicholas Nethercote | -61/+10 |
| 2024-10-14 | Merge `AnalysisDomain` into `Analysis`. | Nicholas Nethercote | -82/+46 |
| 2024-10-14 | Remove `GenKillAnalysis`. | Nicholas Nethercote | -254/+76 |
| 2024-10-14 | Minimize use of `GenKill`. | Nicholas Nethercote | -32/+27 |
| 2024-10-14 | Tweak `GenKillAnalysis` method arguments. | Nicholas Nethercote | -30/+14 |
| 2024-10-14 | Remove `Engine::new_gen_kill`. | Nicholas Nethercote | -190/+17 |
| 2024-10-14 | Remove `ResultsCursor::contains`. | Nicholas Nethercote | -12/+1 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -1/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -0/+1 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -1/+1 |
| 2024-10-04 | Fix some pub(crate) that were undetected bc of instrument | Michael Goulet | -1/+1 |
| 2024-10-01 | fix extension for `-Zdump-mir-dataflow` graphviz files | Rémy Rakic | -1/+1 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -3/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -69/+57 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -7/+7 |
| 2024-09-13 | Rename `FlowState` as `Domain`. | Nicholas Nethercote | -56/+55 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -4/+4 |
| 2024-09-13 | Rename some lifetimes. | Nicholas Nethercote | -3/+3 |
| 2024-09-13 | Remove unnecessary `Clone`/`Copy` derives from analyses. | Nicholas Nethercote | -4/+1 |
| 2024-09-09 | Remove `Gatherer`. | Nicholas Nethercote | -46/+29 |
| 2024-09-09 | Remove unnecessary lifetime in `PlaceCollector`. | Nicholas Nethercote | -4/+4 |
| 2024-09-09 | Remove unnecessary lifetimes in dataflow structs. | Nicholas Nethercote | -23/+23 |
| 2024-09-03 | Adjust `SanityCheck`. | Nicholas Nethercote | -40/+35 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_mir_dataflow`. | Nicholas Nethercote | -7/+8 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -7/+7 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -2/+2 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -3/+7 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-07-29 | Stop using MoveDataParamEnv for places that don't need a param-env | Michael Goulet | -44/+32 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -65/+59 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -36/+36 |