index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
dataflow
/
generic
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-27
Remove now unused `GenKill` impl for old `GenKillSet`
Dylan MacKenzie
-11
/
+0
2020-02-27
Add inherent `visit_with` method to `dataflow::Results`
Dylan MacKenzie
-0
/
+18
2020-02-27
Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk
bors
-2
/
+40
2020-02-13
Support effects for particular edges of `SwitchInt`
Dylan MacKenzie
-2
/
+40
2020-02-12
Impl `GenKill` for old dataflow framework's `GenKillSet`
Dylan MacKenzie
-0
/
+11
2020-02-11
Clarify why you shouldn't override `Analysis::into_engine`
Dylan MacKenzie
-3
/
+11
2020-02-10
Add a `Visitor` for dataflow results
Dylan MacKenzie
-0
/
+3
2020-02-10
Add an `into_engine` method to `Analysis`
Dylan MacKenzie
-0
/
+30
2020-01-19
Document all methods
Dylan MacKenzie
-3
/
+7
2020-01-19
Explain motivation for `GenKill` trait
Dylan MacKenzie
-4
/
+12
2020-01-14
Improve docs for `GenKill` and `GenKillSet`
Dylan MacKenzie
-6
/
+8
2020-01-14
Improve docs for new framework
Dylan MacKenzie
-3
/
+35
2020-01-14
Add test for `ResultsCursor`
Dylan MacKenzie
-0
/
+3
2020-01-14
Implement new dataflow framework and cursor
Dylan MacKenzie
-0
/
+309