about summary refs log tree commit diff
path: root/src/librustc_index
AgeCommit message (Expand)AuthorLines
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