summary refs log tree commit diff
path: root/src/librustc_data_structures/indexed_set.rs
AgeCommit message (Expand)AuthorLines
2018-09-14Remove `Iter` and `SparseIter` in indexed_set.rs.Nicholas Nethercote-35/+7
2018-09-13Remove bitslice.rs.Nicholas Nethercote-133/+21
2018-08-24Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.Nicholas Nethercote-38/+68
2018-08-24Rename `universe_size` as `domain_size`.Nicholas Nethercote-36/+32
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-61/+58
2018-08-20Merge `IdxSet` and `IdxSetBuf`.Nicholas Nethercote-88/+5
2018-08-17Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakisbors-10/+237
2018-08-16Speed up NLL with `HybridIdxSetBuf`.Nicholas Nethercote-10/+237
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-1/+1
2018-08-09[nll] librustc_data_structures: remove unused mut annotation in testmemoryruins-1/+1
2018-08-09A few cleanups for rustc_data_structuresljedrz-0/+1
2018-08-09Change transmute()s in IdxSet::{from_slice, from_slice_mut} to castsljedrz-6/+2
2018-07-02improve commentsNiko Matsakis-0/+6
2018-06-29Rename `IdxSet::clone_from`.Nicholas Nethercote-1/+3
2018-04-02avoid IdxSets containing garbage above the universe lengthAriel Ben-Yehuda-1/+73
2018-03-06Remove IdxSet::elemsvarkor-26/+0
2018-03-06Remove IdxSet::each_bitvarkor-33/+0
2018-03-06Remove IdxSet::reset_to_emptyvarkor-5/+0
2017-12-13Implement Borrow/BorrowMut/ToOwned relationships betweed IdxSetBuf and IdxSet.Felix S. Klock II-0/+20
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+2
2017-11-28incr.comp.: Make a bunch of query results encodable.Michael Woerister-0/+21
2017-10-31introduce liveness constraints into NLL codeNiko Matsakis-2/+10
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-1/+5
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+64
2017-08-16MIR based borrow check (opt-in).Felix S. Klock II-0/+30
2017-08-16Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m...Felix S. Klock II-0/+34
2017-08-09Fix iterator over indexed setsAlex Crichton-3/+3
2017-08-09Initial pass review commentsAlex Crichton-0/+39
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+8
2017-03-27Fix various useless derefs and slicingsOliver Schneider-4/+4
2016-10-10Move IdxSetBuf and BitSlice to rustc_data_structuresWesley Wiser-0/+156