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
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
Rename `dataflow::generic` to `dataflow::framework`
Dylan MacKenzie
-2592
/
+0
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-14
Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry
bors
-27
/
+70
2020-03-07
Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obk
bors
-20
/
+28
2020-03-06
Model generator resumption in dataflow
Jonas Schievink
-27
/
+70
2020-03-05
Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess...
Matthias Krüger
-4
/
+4
2020-03-05
Const items have by default a static lifetime, there's no need to annotate it...
Matthias Krüger
-2
/
+2
2020-03-03
Use correct place for `enum_place`
Dylan MacKenzie
-20
/
+28
2020-03-01
Auto merge of #69606 - JohnTitor:rollup-i3nrrcf, r=JohnTitor
bors
-54
/
+72
2020-03-01
Rollup merge of #69562 - ecstatic-morse:dataflow-generator-discriminant, r=ol...
Yuki Okushi
-54
/
+72
2020-03-01
Auto merge of #69295 - ecstatic-morse:unified-dataflow-generators, r=tmandry
bors
-11
/
+18
2020-03-01
Auto merge of #69592 - petrochenkov:nosyntax, r=Centril
bors
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
use .iter() instead of .into_iter() on references.
Matthias Krüger
-1
/
+1
2020-02-28
Don't bug when taking discriminant of generator
Dylan MacKenzie
-54
/
+72
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
-7
/
+110
2020-02-24
don't explicitly compare against true or false
Matthias Krüger
-1
/
+1
2020-02-19
Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser
bors
-0
/
+11
2020-02-13
Don't print block exit state if unchanged
Dylan MacKenzie
-20
/
+35
2020-02-13
Support effects for particular edges of `SwitchInt`
Dylan MacKenzie
-7
/
+110
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-11
Skip caching block transfer functions for acyclic MIR
Dylan MacKenzie
-10
/
+14
2020-02-10
Add a `Visitor` for dataflow results
Dylan MacKenzie
-0
/
+275
2020-02-10
Add an `into_engine` method to `Analysis`
Dylan MacKenzie
-0
/
+30
2020-02-10
Add a `contains` method to `ResultsCursor`
Dylan MacKenzie
-0
/
+7
2020-02-09
Use nicer alignment when printing state vectors
Dylan MacKenzie
-15
/
+29
2020-02-09
Don't break first line
Dylan MacKenzie
-12
/
+12
2020-02-09
Remove unnecessary allows
Dylan MacKenzie
-3
/
+0
2020-02-09
Add option to `dot::render` for monospace font
Dylan MacKenzie
-1
/
+1
2020-02-09
Print `after` effect in default graphviz formatter
Dylan MacKenzie
-4
/
+4
2020-01-19
Document all methods
Dylan MacKenzie
-4
/
+15
2020-01-19
Explain motivation for `GenKill` trait
Dylan MacKenzie
-4
/
+12
2020-01-15
Use trailing underscore for helper methods
Dylan MacKenzie
-4
/
+4
2020-01-14
Fix test
Dylan MacKenzie
-11
/
+14
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
/
+331
2020-01-14
Implement new dataflow framework and cursor
Dylan MacKenzie
-0
/
+995
2020-01-14
Improve graphviz visualization for new framework
Dylan MacKenzie
-116
/
+402
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-38
/
+9
2019-10-01
Update example table to match current output
Dylan MacKenzie
-19
/
+19
2019-10-01
Reset row background for each block
Dylan MacKenzie
-0
/
+1
2019-09-30
Add graphviz debug output for generic dataflow
Dylan MacKenzie
-0
/
+412