summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/generic/mod.rs
AgeCommit message (Expand)AuthorLines
2020-02-27Remove now unused `GenKill` impl for old `GenKillSet`Dylan MacKenzie-11/+0
2020-02-27Add inherent `visit_with` method to `dataflow::Results`Dylan MacKenzie-0/+18
2020-02-27Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obkbors-2/+40
2020-02-13Support effects for particular edges of `SwitchInt`Dylan MacKenzie-2/+40
2020-02-12Impl `GenKill` for old dataflow framework's `GenKillSet`Dylan MacKenzie-0/+11
2020-02-11Clarify why you shouldn't override `Analysis::into_engine`Dylan MacKenzie-3/+11
2020-02-10Add a `Visitor` for dataflow resultsDylan MacKenzie-0/+3
2020-02-10Add an `into_engine` method to `Analysis`Dylan MacKenzie-0/+30
2020-01-19Document all methodsDylan MacKenzie-3/+7
2020-01-19Explain motivation for `GenKill` traitDylan MacKenzie-4/+12
2020-01-14Improve docs for `GenKill` and `GenKillSet`Dylan MacKenzie-6/+8
2020-01-14Improve docs for new frameworkDylan MacKenzie-3/+35
2020-01-14Add test for `ResultsCursor`Dylan MacKenzie-0/+3
2020-01-14Implement new dataflow framework and cursorDylan MacKenzie-0/+309