about summary refs log tree commit diff
path: root/src/librustc_data_structures/array_vec.rs
AgeCommit message (Expand)AuthorLines
2018-09-18Remove `array_vec.rs`.Nicholas Nethercote-305/+0
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-3/+3
2018-05-24stabilize RangeBounds collections_range #30877Cory Sherman-2/+2
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-2/+2
2018-04-04Replace manual iter exhaust with for_each(drop).Clar Charr-2/+2
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-2/+2
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-3/+3
2017-12-23Annotate raw pointer target typesChristopher Durham-2/+3
2017-12-22fix errors in rustc_data_structuresMichael Hewson-1/+1
2017-11-21fix some typosMartin Lindhe-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
2017-07-22Add conversions from references to NonZero pointers, Unique, and SharedSimon Sapin-1/+1
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-1/+1
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+3
2017-06-24Stabilize RangeArgumentSteven Fackler-3/+2
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-1/+1
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-0/+6
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-29/+8
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-2/+1
2017-01-29Remove dead recursive partial eq implest31-8/+0
2017-01-14add required imports & featureDjzin-0/+1
2017-01-14update array_vec to use new rangeargumentdjzin-2/+10
2017-01-03Add drain method to AccumulateVec/ArrayVecAndrew Cann-1/+85
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-10/+139
2016-10-25Add AccumulateVec, a potentially stack-allocated vector.Mark-Simulacrum-0/+106