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
2019-02-10
rustc: doc comments
Alexander Regueiro
-13
/
+13
2019-02-08
librustc_mir => 2018
Taiki Endo
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix
bors
-33
/
+38
2018-12-17
Add required lifetime parameter to BitDenotation.
David Wood
-33
/
+38
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-10-22
Replace the `run_passes!` macro with a regular function
Wesley Wiser
-14
/
+0
2018-10-03
Record whether a Call in MIR corresponds to a call in HIR
Matthew Jasper
-1
/
+1
2018-09-18
Eliminate `BitwiseOperator`.
Nicholas Nethercote
-6
/
+4
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-36
/
+35
2018-09-13
Remove bitslice.rs.
Nicholas Nethercote
-1
/
+1
2018-09-05
A few cleanups and minor improvements to mir/dataflow
ljedrz
-5
/
+4
2018-08-30
Make move out computation lazy
Santiago Pastorino
-14
/
+2
2018-08-27
update comment in the interest of precision
Niko Matsakis
-6
/
+10
2018-08-24
Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.
Nicholas Nethercote
-4
/
+4
2018-08-23
Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis
bors
-49
/
+23
2018-08-20
Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.
Nicholas Nethercote
-15
/
+15
2018-08-20
Convert `AllSets::on_entry_sets` to a `Vec<IdxSetBuf<E>>`.
Nicholas Nethercote
-40
/
+14
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-16
Speed up NLL with `HybridIdxSetBuf`.
Nicholas Nethercote
-42
/
+48
2018-07-23
Simplify 2 functions in rustc_mir/dataflow
ljedrz
-10
/
+1
2018-07-13
Make BitSlice's `Word` properly generic.
Nicholas Nethercote
-5
/
+5
2018-07-13
Inline and remove `DataflowAnalysis::num_bits_overall()`.
Nicholas Nethercote
-13
/
+3
2018-07-06
Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis
Mark Rousskov
-1
/
+2
2018-07-05
reverse_postorder
csmoe
-1
/
+2
2018-07-03
Address #51813
Pramod Bisht
-44
/
+44
2018-06-29
Rename `IdxSet::clone_from`.
Nicholas Nethercote
-1
/
+1
2018-04-15
encapsulate ReserveOrActivateIndex into the borrows dataflow
Niko Matsakis
-1
/
+0
2018-04-15
relocate `BorrowData` etc into `borrow_check::borrow_set`
Niko Matsakis
-1
/
+1
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
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
[next]