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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
dataflow
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-15
Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix
kennytm
-2
/
+1
2018-03-09
Finally start down the right path
bobtwinkles
-20
/
+21
2018-03-06
Remove IdxSet::each_bit
varkor
-2
/
+1
2018-03-02
Run Rustfix on librustc_mir
Manish Goregaokar
-1
/
+1
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-0
/
+8
2018-02-03
Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis
bors
-0
/
+1
2018-01-30
Force locals to be live after they are borrowed for immovable generators. Fix...
John Kåre Alsaker
-0
/
+1
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-3
/
+3
2018-01-03
Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis
bors
-3
/
+44
2017-12-24
add pre-statement-effect to dataflow
Ariel Ben-Yehuda
-3
/
+44
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-0
/
+1
2017-12-13
New `ActiveBorrows` dataflow for two-phase `&mut`; not yet borrowed-checked.
Felix S. Klock II
-50
/
+92
2017-12-13
Refactoring: Allow `BlockSets.on_entry` to denote locally accumulated intrabl...
Felix S. Klock II
-0
/
+30
2017-12-13
Refactoring: pull bitvector initialization out from other parts of dataflow.
Felix S. Klock II
-12
/
+9
2017-12-13
Revised graphviz rendering API to avoid requiring borrowed state.
Felix S. Klock II
-13
/
+32
2017-12-10
avoid passing the gen/kill bits to `start_block_effects`
Ariel Ben-Yehuda
-9
/
+6
2017-12-10
move FlowAtLocation to be a dataflow abstraction
Ariel Ben-Yehuda
-29
/
+7
2017-12-06
handle gen/kill sets together
Ariel Ben-Yehuda
-0
/
+30
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-3
/
+3
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-27
Add initialization info to `MoveData`
Matthew Jasper
-0
/
+1
2017-11-08
restore move out dataflow, add report of move out errors
Mikhail Modin
-1
/
+1
2017-11-02
add TerminatorKind::FalseEdges and use it in matches
Mikhail Modin
-0
/
+6
2017-10-31
make the dataflow / mir-borrowck types carry a `'tcx` lifetime
Niko Matsakis
-12
/
+12
2017-09-13
Analyse storage liveness and preserve it during generator transformation
John Kåre Alsaker
-0
/
+24
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-3
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-34
/
+237
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+4
2017-08-16
Cleanup: Every `BitDenotation` is a `DataflowOperator`, so build that in.
Felix S. Klock II
-20
/
+11
2017-08-16
Added some documentation for the `struct BlockSets` in `rustc_mir::dataflow`.
Felix S. Klock II
-0
/
+19
2017-08-16
MIR based borrow check (opt-in).
Felix S. Klock II
-4
/
+112
2017-08-16
Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m...
Felix S. Klock II
-0
/
+22
2017-08-16
remove now unnecessary constraint on BitDenotation for `fn do_dataflow`.
Felix S. Klock II
-2
/
+1
2017-08-16
Migrated some code out of `dataflow::drop_flag_effects` and into its parent m...
Felix S. Klock II
-4
/
+69
2017-08-16
Added dataflow analysis for `Borrows`.
Felix S. Klock II
-1
/
+1
2017-08-16
Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us...
Felix S. Klock II
-8
/
+7
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+3
2017-08-12
Fix some typos
Bastien Orivel
-3
/
+3
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-2
/
+2
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+6
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-0
/
+508