about summary refs log tree commit diff
path: root/src/librustc_index
AgeCommit message (Expand)AuthorLines
2020-07-21Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddybbors-0/+136
2020-07-20index: introduce and use `FiniteBitSet`David Wood-0/+136
2020-07-20Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomezbors-1/+1
2020-07-19Use italics for O notationpierwill-1/+1
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-14Use `ArrayVec` in `SparseBitSet`.Nicholas Nethercote-7/+6
2020-06-29add spans to injected coverage countersRich Kadel-1/+2
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-24Improve GeneratorLayout debug outputTyler Mandry-1/+17
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-0/+11
2020-04-08Redesign the Step traitCAD97-26/+6
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-1/+1
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-1/+1
2020-03-17Make `newtype_index` methods constDylan MacKenzie-24/+6
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-1/+1
2020-02-06index ReEmpty by universeNiko Matsakis-0/+8
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-20/+74
2019-12-22Format the worldMark Rousskov-85/+73
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-18doc: make BitSet intro more shortTshepang Lekhonkhobe-2/+5
2019-10-16Optimize `BitSet` iteration.Nicholas Nethercote-13/+31
2019-10-16Add `BitIter::new()`.Nicholas Nethercote-10/+13
2019-10-01Fix clippy warningsYuki Okushi-1/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-2/+2
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-0/+1
2019-09-29move bit_set into rustc_indexcsmoe-0/+1355
2019-09-29move index_vec into rustc_indexcsmoe-0/+836
2019-09-29init librustc_index cratecsmoe-0/+12