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
Age
Commit message (
Expand
)
Author
Lines
2020-02-27
Remove now unused `GenKill` impl for old `GenKillSet`
Dylan MacKenzie
-11
/
+0
2020-02-27
Rename `RequiresStorage` to `MaybeRequiresStorage`
Dylan MacKenzie
-8
/
+8
2020-02-27
Port `RequiresStorage` to new dataflow framework
Dylan MacKenzie
-51
/
+70
2020-02-27
Add inherent `visit_with` method to `dataflow::Results`
Dylan MacKenzie
-0
/
+18
2020-02-27
Port `MaybeStorageLive` to new dataflow framework
Dylan MacKenzie
-33
/
+31
2020-02-27
Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk
bors
-19
/
+187
2020-02-24
don't explicitly compare against true or false
Matthias Krüger
-2
/
+2
2020-02-19
Reorder yield visitation order to match call
Jonas Schievink
-1
/
+1
2020-02-19
Handle resume args in `RequiresStorage` analysis
Jonas Schievink
-11
/
+46
2020-02-19
Use match ergonomics to simplify match
Jonas Schievink
-5
/
+5
2020-02-19
Match MIR statements exhaustively
Jonas Schievink
-1
/
+8
2020-02-19
Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser
bors
-226
/
+264
2020-02-17
Fix typo in comment
Dylan MacKenzie
-1
/
+1
2020-02-17
Use doc comment for explanation of `shared_borrow_allows_mutation`
Dylan MacKenzie
-9
/
+9
2020-02-13
Don't print block exit state if unchanged
Dylan MacKenzie
-20
/
+35
2020-02-13
Kill move paths of dead variants
Dylan MacKenzie
-2
/
+35
2020-02-13
Support effects for particular edges of `SwitchInt`
Dylan MacKenzie
-7
/
+110
2020-02-13
Use an `Iterator` for `MovePath` traversal
Dylan MacKenzie
-10
/
+42
2020-02-13
Ignore mut borrow from drop terminator in const-eval
Dylan MacKenzie
-12
/
+33
2020-02-13
Rename `MaybeBorrowedLocals` constructors
Dylan MacKenzie
-2
/
+5
2020-02-12
Use `MaybeBorrowedLocals` for generator analyses
Dylan MacKenzie
-26
/
+20
2020-02-12
Remove outdated `IndirectlyMutableLocals`
Dylan MacKenzie
-138
/
+0
2020-02-12
Implement `Maybe{Mut,}BorrowedLocals` analyses
Dylan MacKenzie
-62
/
+209
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-11
Use new dataflow framework for drop elaboration and borrow checking
Dylan MacKenzie
-7
/
+1
2020-02-10
Use new dataflow interface for initialization/borrows analyses
Dylan MacKenzie
-108
/
+195
2020-02-10
Implement a `find_descendant` method for `MovePath`
Dylan MacKenzie
-41
/
+47
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-02-02
Add resume arg place to `Yield` MIR terminator
Jonas Schievink
-1
/
+3
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-8
/
+12
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-01-28
Place::ty_from takes local by value
Santiago Pastorino
-2
/
+2
2020-01-28
Local field on PlaceRef and RootPlace is not a reference anymore
Santiago Pastorino
-2
/
+2
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-8
/
+6
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
[prev]
[next]