about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework/lattice.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-231/+0
2021-03-26Use iter::zip in compiler/Josh Stone-2/+3
2020-08-30Expand documentation for the `lattice` moduleDylan MacKenzie-17/+51
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-0/+196