about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/drop_flag_effects.rs
AgeCommit message (Expand)AuthorLines
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