summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/impls/initialized.rs
AgeCommit message (Expand)AuthorLines
2024-01-22Use a plain bitset for liveness analyses.Camille GILLOT-0/+7
2023-12-08Tweak `GenKillAnalysis`.Nicholas Nethercote-4/+4
2023-11-24Remove unused arguments from `on_all_children_bits`.Nicholas Nethercote-24/+13
2023-11-24Remove unused `EverInitializedPlaces::tcx` field.Nicholas Nethercote-4/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-10-21Remove on_all_drop_children_bits.Camille GILLOT-2/+2
2023-10-21Avoid using a magic value for untracked locals.Camille GILLOT-3/+7
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-08-16Make TerminatorEdge plural.Camille GILLOT-7/+7
2023-08-16Rename MaybeUnreachable.Camille GILLOT-7/+6
2023-08-16Only run MaybeInitializedPlaces once for drop elaboration.Camille GILLOT-9/+63
2023-08-16Allow apply_terminator_effect to customize edges.Camille GILLOT-21/+25
2023-08-16Move domain_size to GenKillAnalysis.Camille GILLOT-0/+16
2023-08-16Move initialization dataflow impls into their own module.Camille GILLOT-0/+705