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-10-22
Move Place::elem methods and friends to TyCtxt
Santiago Pastorino
-1
/
+1
2019-10-22
Intern place projection
Santiago Pastorino
-3
/
+3
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-3
/
+5
2019-10-15
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
Tyler Mandry
-13
/
+4
2019-10-13
Remove special case for zero-sized arrays from indirectly mut locals
Dylan MacKenzie
-13
/
+4
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-3
/
+3
2019-10-07
Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk
bors
-8
/
+30
2019-10-02
Do not mark unitinitialized locals as requiring storage
Matthew Jasper
-8
/
+30
2019-10-02
Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obk
Mazdak Farrokhzad
-15
/
+31
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-10-01
Don't mark zero-sized arrays as indirectly mutable when borrowed
Dylan MacKenzie
-15
/
+31
2019-09-30
Add graphviz debug output for generic dataflow
Dylan MacKenzie
-5
/
+510
2019-09-30
Allow `ResultsCursor` to borrow the underlying `Results`
Dylan MacKenzie
-8
/
+16
2019-09-30
Fix typo in docs
Dylan MacKenzie
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-11
/
+11
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-5
/
+5
2019-09-28
Correct `IndirectlyMutableLocals` docs
Dylan MacKenzie
-8
/
+4
2019-09-28
Give usage instructions `IndirectlyMutableLocals` docs
Dylan MacKenzie
-3
/
+7
2019-09-28
Explain why `visit_terminator` does nothing for `IndirectlyMutableLocals`
Dylan MacKenzie
-0
/
+3
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
[next]