summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework
AgeCommit message (Expand)AuthorLines
2020-09-26Remove intra-doc linkDylan MacKenzie-1/+1
2020-09-26Update engine to use new interfaceDylan MacKenzie-78/+68
2020-09-26Replace `discriminant_switch_effect` with more general versionDylan MacKenzie-21/+44
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-2/+20
2020-09-17Don't compile regex at every function call.Hanif Bin Ariffin-1/+9
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-1/+2
2020-09-16Make graphviz font configurableRich Kadel-1/+2
2020-09-15Strip a single leading tab when rendering dataflow diffsDylan MacKenzie-1/+1
2020-09-14Add `Engine::pass_name` to differentiate dataflow runsDylan MacKenzie-2/+20
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-1/+5
2020-09-07Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obkbors-515/+798
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
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-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-511/+734
2020-08-30Allow access to the underlying `Results` from a `ResultsCursor`Dylan MacKenzie-1/+6
2020-08-30mv compiler to compiler/mark-0/+3110