about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework/direction.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-564/+0
2020-10-11Use SmallVec in SwitchTargetsJonas Schievink-1/+1
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-10/+8
2020-09-26Update engine to use new interfaceDylan MacKenzie-78/+68
2020-09-07Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obkbors-14/+14
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-14/+14
2020-08-30mv compiler to compiler/mark-0/+576