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
/
framework
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-4
/
+0
2021-03-26
Use iter::zip in compiler/
Josh Stone
-2
/
+3
2021-02-12
[librustdoc] Reform lang string token splitting
Casey Rodarmor
-2
/
+2
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-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-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-49
/
+17
2020-09-26
Remove intra-doc link
Dylan MacKenzie
-1
/
+1
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-25
Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr
Jonas Schievink
-2
/
+20
2020-09-17
Don't compile regex at every function call.
Hanif Bin Ariffin
-1
/
+9
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-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-09-07
Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk
bors
-515
/
+798
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
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
Extend dataflow framework to support arbitrary lattices
Dylan MacKenzie
-511
/
+734
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
/
+3110