rust/compiler/rustc_mir_dataflow/src/framework
Joshua Nelson 3c9765cff1 Rename debugging_opts to unstable_opts
This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`).
Rename it to be more clear.
2022-07-13 17:47:06 -05:00
..
cursor.rs Change Direction::{is_forward,is_backward} functions into constants 2022-06-07 17:02:55 +02:00
direction.rs Move switch_sources from Body to BasicBlocks 2022-07-07 08:11:49 +02:00
engine.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
fmt.rs Fix -Zdump-mir-dataflow by implementing DebugWithContext for ChunkedBitSet 2022-04-30 16:40:54 +02:00
graphviz.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
lattice.rs Edit rustc_mir_dataflow::framework::lattice::FlatSet docs 2022-07-05 11:34:39 -05:00
mod.rs Edit rustc_mir_dataflow::framework documentation 2022-07-06 11:20:40 -05:00
tests.rs Change Direction::{is_forward,is_backward} functions into constants 2022-06-07 17:02:55 +02:00
visitor.rs Remove in_band_lifetimes from rustc_mir_dataflow 2021-12-16 14:29:43 -05:00