summary refs log tree commit diff
path: root/src/librustc_index/vec.rs
AgeCommit message (Expand)AuthorLines
2020-08-15Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obkbors-0/+11
2020-08-15MatchBranchSimplification: avoid intermediate vec allocationTomasz Miąsko-0/+11
2020-08-14Rework `rustc_serialize`Matthew Jasper-11/+22
2020-06-29add spans to injected coverage countersRich Kadel-1/+2
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-0/+10
2020-04-08Redesign the Step traitCAD97-26/+6
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
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/+23
2019-12-22Format the worldMark Rousskov-30/+41
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-0/+830