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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
dataflow
/
generic.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-30
Add graphviz debug output for generic dataflow
Dylan MacKenzie
-5
/
+98
2019-09-30
Allow `ResultsCursor` to borrow the underlying `Results`
Dylan MacKenzie
-8
/
+16
2019-09-30
Fix typo in docs
Dylan MacKenzie
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-18
Fix bug where `is_call_return_effect_applied` was never set
Dylan MacKenzie
-0
/
+1
2019-09-18
Add summary of the current state and future plans
Dylan MacKenzie
-0
/
+18
2019-09-18
Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`
Dylan MacKenzie
-5
/
+0
2019-09-18
Fix typo
Dylan MacKenzie
-1
/
+1
2019-09-18
Use an associated const for `name`
Dylan MacKenzie
-2
/
+2
2019-09-18
Fix `Analysis` example
Dylan MacKenzie
-2
/
+4
2019-09-17
Add ignore reason to placate `tidy`
Dylan MacKenzie
-1
/
+1
2019-09-17
Temporarily add `#[allow(unused)]` for CI
Dylan MacKenzie
-0
/
+2
2019-09-17
Document new dataflow analysis
Dylan MacKenzie
-0
/
+50
2019-09-17
Add generic dataflow impl
Dylan MacKenzie
-0
/
+444