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
/
at_location.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
librustc_mir => 2018
Taiki Endo
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix
bors
-10
/
+10
2018-12-17
Add required lifetime parameter to BitDenotation.
David Wood
-10
/
+10
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-11
/
+10
2018-09-14
Remove `Iter` and `SparseIter` in indexed_set.rs.
Nicholas Nethercote
-3
/
+4
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+0
2018-08-27
implement liveness tracing, remove old liveness system
Niko Matsakis
-0
/
+15
2018-08-24
Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.
Nicholas Nethercote
-4
/
+4
2018-08-20
Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.
Nicholas Nethercote
-7
/
+7
2018-08-16
Speed up NLL with `HybridIdxSetBuf`.
Nicholas Nethercote
-9
/
+9
2018-06-29
Rename `IdxSet::clone_from`.
Nicholas Nethercote
-1
/
+1
2018-06-19
Avoid allocations in `has_any_child_of`.
Nicholas Nethercote
-11
/
+18
2018-03-06
Remove IdxSet::elems
varkor
-8
/
+6
2018-03-06
Remove IdxSet::each_bit
varkor
-4
/
+2
2018-03-06
Remove IdxSet::reset_to_empty
varkor
-4
/
+4
2017-12-24
add pre-statement-effect to dataflow
Ariel Ben-Yehuda
-0
/
+24
2017-12-15
move `flow_in_progress` into `dataflow` and document it
Niko Matsakis
-8
/
+34
2017-12-13
Incorporate active-borrows dataflow into MIR borrow check, yielding
Felix S. Klock II
-2
/
+4
2017-12-13
New `ActiveBorrows` dataflow for two-phase `&mut`; not yet borrowed-checked.
Felix S. Klock II
-4
/
+2
2017-12-10
move FlowAtLocation to be a dataflow abstraction
Ariel Ben-Yehuda
-0
/
+186