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
2019-09-28
Don't treat locals as mutably borrowed after they're dropped
Dylan MacKenzie
-12
/
+5
2019-09-28
Add analysis to determine if a local is indirectly mutable
Dylan MacKenzie
-4
/
+157
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-2
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-3
/
+3
2019-09-19
Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk
Mazdak Farrokhzad
-0
/
+513
2019-09-18
Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandry
Tyler Mandry
-26
/
+2
2019-09-18
Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry
Tyler Mandry
-9
/
+9
2019-09-18
Fix bug where `is_call_return_effect_applied` was never set
Dylan MacKenzie
-0
/
+1
2019-09-18
Add summary of the current state and future plans
Dylan MacKenzie
-0
/
+18
2019-09-18
Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`
Dylan MacKenzie
-5
/
+0
2019-09-18
Fix typo
Dylan MacKenzie
-1
/
+1
2019-09-18
Use an associated const for `name`
Dylan MacKenzie
-2
/
+2
2019-09-18
Fix `Analysis` example
Dylan MacKenzie
-2
/
+4
2019-09-17
Add ignore reason to placate `tidy`
Dylan MacKenzie
-1
/
+1
2019-09-17
Temporarily add `#[allow(unused)]` for CI
Dylan MacKenzie
-0
/
+2
2019-09-17
Document new dataflow analysis
Dylan MacKenzie
-0
/
+50
2019-09-17
Add generic dataflow impl
Dylan MacKenzie
-0
/
+445
2019-09-16
Remove `dataflow::state_for_location`
Dylan MacKenzie
-28
/
+0
2019-09-16
Add a getter for the current state to `DataflowResultsCursor`
Dylan MacKenzie
-0
/
+4
2019-09-11
Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes
Santiago Pastorino
-5
/
+5
2019-09-09
Use slice patterns to match projection base
Santiago Pastorino
-2
/
+1
2019-09-09
Make move_path_children_matching closure take a PlaceElem instead of a slice
Santiago Pastorino
-4
/
+7
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-92
/
+85
2019-09-06
Make rustc_mir::dataflow module pub
Shotaro Yamada
-9
/
+9
2019-09-05
Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis
bors
-134
/
+153
2019-09-05
Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk
Mazdak Farrokhzad
-13
/
+4
2019-09-04
Rustfmt the files I touched
Albin Stjerna
-135
/
+147
2019-09-04
Polonius: emit initialization/move tracking facts
Albin Stjerna
-1
/
+8
2019-08-31
Kill borrows from assignments after generating new borrows
Matthew Jasper
-4
/
+4
2019-08-30
Use new `Place::is_indirect` API where possible
Dylan MacKenzie
-13
/
+4
2019-08-24
Allow lifetime parameters to be inferred
Santiago Pastorino
-1
/
+1
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-8
/
+3
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+5
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-9
/
+9
2019-07-20
Avoid unneeded else branches
Santiago Pastorino
-22
/
+13
2019-07-20
Avoid cloning Place in gather_init
Santiago Pastorino
-13
/
+13
2019-07-20
Avoid cloning Place in report_use_of_moved_or_uninitialized and friends
Santiago Pastorino
-9
/
+9
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-21
/
+47
2019-07-14
Actually call `visit_block_entry` in `DataflowResultsConsumer`
Dylan MacKenzie
-0
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-07-02
Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper
bors
-13
/
+244
2019-07-01
Clean up extra lifetime, add assertions
Tyler Mandry
-14
/
+18
2019-06-30
Rollup merge of #62062 - ecstatic-morse:dataflow-order, r=nagisa
Mazdak Farrokhzad
-2
/
+18
2019-06-28
Use RequiresStorage to determine which locals can overlap
Tyler Mandry
-4
/
+0
2019-06-28
Remove Clone requirement
Tyler Mandry
-4
/
+1
2019-06-27
Use a more efficient iteration order for forward dataflow
Dylan MacKenzie
-2
/
+18
2019-06-25
Add RequiresStorage pass to decide which locals to save in generators
Tyler Mandry
-1
/
+131
2019-06-25
Add DataflowResultsCursor
Tyler Mandry
-0
/
+94
2019-06-25
Make FlowAtLocation support borrowing flow data
Tyler Mandry
-11
/
+21
2019-06-25
Implement From<Local> for Place and PlaceBase
Santiago Pastorino
-5
/
+5
[prev]
[next]