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
/
compiler
/
rustc_mir
/
src
/
dataflow
Age
Commit message (
Expand
)
Author
Lines
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-09
Add comments to explain memory usage optimization
Camelid
-1
/
+8
2020-10-28
Fix typos
Dániel Buga
-3
/
+3
2020-10-14
Remove unused code from remaining compiler crates
est31
-9
/
+0
2020-10-11
Use SmallVec in SwitchTargets
Jonas Schievink
-1
/
+1
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-10
/
+8
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-05
Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr
bors
-49
/
+17
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-49
/
+17
2020-10-04
Fix rebase fallout
Aaron Hill
-1
/
+1
2020-10-04
Address review comments
Matthew Jasper
-2
/
+6
2020-10-04
Reduce the number of drop-flag assignments in unwind paths
Matthew Jasper
-4
/
+1
2020-10-01
Add `-Zprecise-enum-drop-elaboration`
Dylan MacKenzie
-0
/
+8
2020-09-26
Remove intra-doc link
Dylan MacKenzie
-1
/
+1
2020-09-26
Update dataflow impls to reflect new interface
Dylan MacKenzie
-33
/
+116
2020-09-26
Update engine to use new interface
Dylan MacKenzie
-78
/
+68
2020-09-26
Replace `discriminant_switch_effect` with more general version
Dylan MacKenzie
-21
/
+44
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-09-25
Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr
Jonas Schievink
-2
/
+20
2020-09-20
Rollup merge of #76818 - hbina:dont_compile_regex_all_the_time, r=ecstatic-morse
Ralf Jung
-1
/
+9
2020-09-20
Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk
bors
-1
/
+1
2020-09-19
Rollup merge of #76757 - matthiaskrgr:clippy_try_into, r=lcnr
Ralf Jung
-7
/
+1
2020-09-18
Implement a destination propagation pass
Jonas Schievink
-1
/
+1
2020-09-17
Don't compile regex at every function call.
Hanif Bin Ariffin
-1
/
+9
2020-09-17
don't lazily evaulate some trivial values for Option::None replacements (clip...
Matthias Krüger
-4
/
+1
2020-09-16
Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse
Tyler Mandry
-1
/
+2
2020-09-16
Make graphviz font configurable
Rich Kadel
-1
/
+2
2020-09-15
Strip a single leading tab when rendering dataflow diffs
Dylan MacKenzie
-1
/
+1
2020-09-15
don't convert types to the same type with try_into (clippy::useless_conversion)
Matthias Krüger
-4
/
+1
2020-09-14
Add `Engine::pass_name` to differentiate dataflow runs
Dylan MacKenzie
-2
/
+20
2020-09-09
Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry
Tyler Mandry
-1
/
+5
2020-09-09
Remove unused PlaceContext::NonUse(NonUseContext::Coverage)
Tomasz Miąsko
-1
/
+0
2020-09-08
Add -Zgraphviz_dark_mode
Rich Kadel
-1
/
+5
2020-09-07
Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk
bors
-633
/
+883
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-5
/
+7
2020-08-30
Add documentation to the `Analysis` traits
Dylan MacKenzie
-3
/
+19
2020-08-30
Expand documentation for the `lattice` module
Dylan MacKenzie
-17
/
+51
2020-08-30
Add `FIXME` for faster cached block transfer functions
Dylan MacKenzie
-0
/
+5
2020-08-30
Update dataflow analyses to use new interface
Dylan MacKenzie
-115
/
+82
2020-08-30
Extend dataflow framework to support arbitrary lattices
Dylan MacKenzie
-514
/
+737
2020-08-30
Allow access to the underlying `Results` from a `ResultsCursor`
Dylan MacKenzie
-1
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+6324