1
Fork 0
rust/compiler/rustc_mir_dataflow/src/framework
Nicholas Nethercote cecef131a2 Simplify ResultsHandle.
The `Borrowed` variant is no longer used. This commit removes it, along
with the `as_results_cursor` method that produces it, and renames
`as_results_cursor_mut` as `as_results_cursor`.
2024-12-02 16:19:17 +11:00
..
cursor.rs Simplify ResultsHandle. 2024-12-02 16:19:17 +11:00
direction.rs Add some useful comments. 2024-11-26 11:23:36 +11:00
fmt.rs Stop using HybridBitSet in dataflow diffs. 2024-11-29 17:23:34 +11:00
graphviz.rs Simplify ResultsHandle. 2024-12-02 16:19:17 +11:00
lattice.rs Remove unused HybridBitSet methods from BitSetExt. 2024-11-29 17:23:34 +11:00
mod.rs Fix crash with -Zdump-mir-dataflow 2024-12-02 16:17:55 +11:00
results.rs Simplify ResultsHandle. 2024-12-02 16:19:17 +11:00
tests.rs Add defaults for Analysis::apply_{call_return_effect,terminator_effect}. 2024-10-14 16:35:47 +11:00
visitor.rs Add some useful comments. 2024-11-26 11:23:36 +11:00