about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src
AgeCommit message (Expand)AuthorLines
2024-11-26Move `always_storage_live_locals`.Nicholas Nethercote-22/+20
2024-11-26Improve `MaybeStorageLive::initialize_start_block`.Nicholas Nethercote-4/+1
2024-11-26Make it possible for `ResultsCursor` to borrow a `Results`.Nicholas Nethercote-25/+76
2024-11-26Tweak `MaybeBorrowedLocals::transfer_function` usage.Nicholas Nethercote-1/+1
2024-11-26Remove `self` param for `MaybeBorrowedLocals::transfer_function`.Nicholas Nethercote-7/+4
2024-11-26Add some useful comments.Nicholas Nethercote-12/+24
2024-11-26Merge `apply_effects_in_block` and `join_state_into_successors_of`.Nicholas Nethercote-162/+132
2024-11-23`ElaborateDrops`: use typing_env directlylcnr-2/+2
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-278/+13
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+3
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-15/+14
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-173/+73
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-6/+6
2024-10-31Remove `ValueAnalysis` and `ValueAnalysisWrapper`.Nicholas Nethercote-412/+4
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-1/+1
2024-10-30Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot许杰友 Jieyou Xu (Joe)-53/+58
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-147/+104
2024-10-30Return label from `write_node_label`.Nicholas Nethercote-4/+10
2024-10-30Simplify `graphviz::Formatter`.Nicholas Nethercote-27/+26
2024-10-30Rename `BlockFormatter::results` as `BlockFormatter::cursor`.Nicholas Nethercote-26/+26
2024-10-30Remove `Engine`.Nicholas Nethercote-102/+80
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-58/+37
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-1/+1
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-3/+3
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-17/+9
2024-10-14Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.Nicholas Nethercote-61/+10
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-82/+46
2024-10-14Remove `GenKillAnalysis`.Nicholas Nethercote-254/+76
2024-10-14Minimize use of `GenKill`.Nicholas Nethercote-32/+27
2024-10-14Tweak `GenKillAnalysis` method arguments.Nicholas Nethercote-30/+14
2024-10-14Remove `Engine::new_gen_kill`.Nicholas Nethercote-190/+17
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-12/+1
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-1/+1
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-0/+1
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-04Fix some pub(crate) that were undetected bc of instrumentMichael Goulet-1/+1
2024-10-01fix extension for `-Zdump-mir-dataflow` graphviz filesRémy Rakic-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-69/+57
2024-09-14Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnrLeón Orell Valerian Liehr-7/+7
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-56/+55
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-4/+4
2024-09-13Rename some lifetimes.Nicholas Nethercote-3/+3
2024-09-13Remove unnecessary `Clone`/`Copy` derives from analyses.Nicholas Nethercote-4/+1
2024-09-09Remove `Gatherer`.Nicholas Nethercote-46/+29
2024-09-09Remove unnecessary lifetime in `PlaceCollector`.Nicholas Nethercote-4/+4
2024-09-09Remove unnecessary lifetimes in dataflow structs.Nicholas Nethercote-23/+23
2024-09-03Adjust `SanityCheck`.Nicholas Nethercote-40/+35
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-7/+8