about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/drop_flag_effects.rs
AgeCommit message (Expand)AuthorLines
2025-07-28use let chains in hir, lint, mirKivooeo-3/+2
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-7/+21
2025-02-14Move drop elaboration infrastructure.Nicholas Nethercote-1/+20
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-07-29Stop using MoveDataParamEnv for places that don't need a param-envMichael Goulet-5/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.Nicholas Nethercote-0/+1
2023-11-24Remove unused arguments from `on_all_children_bits`.Nicholas Nethercote-31/+11
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-1/+1
2023-11-23Remove `indexes` module.Nicholas Nethercote-2/+1
2023-10-21Remove on_all_drop_children_bits.Camille GILLOT-23/+0
2023-10-21Remove is_terminal_path.Camille GILLOT-59/+1
2023-01-30Treat Drop as a rmw operationGiacomo Pasini-1/+12
2022-12-08Inline and remove `place_contents_drop_state_cannot_differ`.Nicholas Nethercote-51/+46
2022-02-19Adopt let else in more placesest31-6/+4
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+270