summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow
AgeCommit message (Expand)AuthorLines
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-1/+5
2020-09-07Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obkbors-633/+883
2020-09-04Change ty.kind to a methodLeSeulArtichaut-5/+7
2020-08-30Add documentation to the `Analysis` traitsDylan MacKenzie-3/+19
2020-08-30Expand documentation for the `lattice` moduleDylan MacKenzie-17/+51
2020-08-30Add `FIXME` for faster cached block transfer functionsDylan MacKenzie-0/+5
2020-08-30Update dataflow analyses to use new interfaceDylan MacKenzie-115/+82
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-514/+737
2020-08-30Allow access to the underlying `Results` from a `ResultsCursor`Dylan MacKenzie-1/+6
2020-08-30mv compiler to compiler/mark-0/+6324