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_data_structures
/
indexed_set.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-14
Remove `Iter` and `SparseIter` in indexed_set.rs.
Nicholas Nethercote
-35
/
+7
2018-09-13
Remove bitslice.rs.
Nicholas Nethercote
-133
/
+21
2018-08-24
Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.
Nicholas Nethercote
-38
/
+68
2018-08-24
Rename `universe_size` as `domain_size`.
Nicholas Nethercote
-36
/
+32
2018-08-20
Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.
Nicholas Nethercote
-61
/
+58
2018-08-20
Merge `IdxSet` and `IdxSetBuf`.
Nicholas Nethercote
-88
/
+5
2018-08-17
Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakis
bors
-10
/
+237
2018-08-16
Speed up NLL with `HybridIdxSetBuf`.
Nicholas Nethercote
-10
/
+237
2018-08-12
Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis
Guillaume Gomez
-1
/
+1
2018-08-09
[nll] librustc_data_structures: remove unused mut annotation in test
memoryruins
-1
/
+1
2018-08-09
A few cleanups for rustc_data_structures
ljedrz
-0
/
+1
2018-08-09
Change transmute()s in IdxSet::{from_slice, from_slice_mut} to casts
ljedrz
-6
/
+2
2018-07-02
improve comments
Niko Matsakis
-0
/
+6
2018-06-29
Rename `IdxSet::clone_from`.
Nicholas Nethercote
-1
/
+3
2018-04-02
avoid IdxSets containing garbage above the universe length
Ariel Ben-Yehuda
-1
/
+73
2018-03-06
Remove IdxSet::elems
varkor
-26
/
+0
2018-03-06
Remove IdxSet::each_bit
varkor
-33
/
+0
2018-03-06
Remove IdxSet::reset_to_empty
varkor
-5
/
+0
2017-12-13
Implement Borrow/BorrowMut/ToOwned relationships betweed IdxSetBuf and IdxSet.
Felix S. Klock II
-0
/
+20
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+2
2017-11-28
incr.comp.: Make a bunch of query results encodable.
Michael Woerister
-0
/
+21
2017-10-31
introduce liveness constraints into NLL code
Niko Matsakis
-2
/
+10
2017-09-13
Analyse storage liveness and preserve it during generator transformation
John Kåre Alsaker
-1
/
+5
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+64
2017-08-16
MIR based borrow check (opt-in).
Felix S. Klock II
-0
/
+30
2017-08-16
Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m...
Felix S. Klock II
-0
/
+34
2017-08-09
Fix iterator over indexed sets
Alex Crichton
-3
/
+3
2017-08-09
Initial pass review comments
Alex Crichton
-0
/
+39
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+8
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-4
/
+4
2016-10-10
Move IdxSetBuf and BitSlice to rustc_data_structures
Wesley Wiser
-0
/
+156