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
/
compiler
/
rustc_mir
/
src
/
dataflow
/
framework
/
engine.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+1
2020-11-09
Add comments to explain memory usage optimization
Camelid
-1
/
+8
2020-10-14
Remove unused code from remaining compiler crates
est31
-9
/
+0
2020-10-05
Print to `stderr` when a graphviz file can't be written
Dylan MacKenzie
-1
/
+1
2020-10-05
Use MIR dump interface for dataflow
Dylan MacKenzie
-23
/
+23
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-22
/
+8
2020-09-25
Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr
Jonas Schievink
-2
/
+20
2020-09-16
Make graphviz font configurable
Rich Kadel
-1
/
+2
2020-09-14
Add `Engine::pass_name` to differentiate dataflow runs
Dylan MacKenzie
-2
/
+20
2020-09-08
Add -Zgraphviz_dark_mode
Rich Kadel
-1
/
+5
2020-08-30
Add `FIXME` for faster cached block transfer functions
Dylan MacKenzie
-0
/
+5
2020-08-30
Extend dataflow framework to support arbitrary lattices
Dylan MacKenzie
-57
/
+48
2020-08-30
mv compiler to compiler/
mark
-0
/
+411