about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2017-06-03Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichtonbors-0/+17
2017-06-02Rollup merge of #42370 - mbrubeck:docs, r=frewsxcvMark Simulacrum-0/+2
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-2/+3
2017-06-02Add test for vecs with overaligned dataPeter Atashian-0/+17
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+134
2017-06-01Add [[T]] -> [T] examples to SliceConcatExt docsMatt Brubeck-0/+2
2017-06-01tests: fix fallout from empowering unused_allocation in comparisons.Eduard-Mihai Burtescu-6/+6
2017-05-31Avoid range::step_by in another testScott McMurray-2/+3
2017-05-27Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichtonMark Simulacrum-1/+4
2017-05-27Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina-1/+4
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
2017-05-26Rollup merge of #42236 - citizen428:docs/unchecked-indexing-slicing, r=Guilla...Corey Farwell-2/+23
2017-05-26Rollup merge of #42215 - callahad:remove-superfluous-semis, r=Mark-SimulacrumCorey Farwell-1/+1
2017-05-26Update documentation for indexing/slicing methodsMichael Kohl-2/+23
2017-05-24Remove superfluous `;;` sequencesDan Callahan-1/+1
2017-05-24Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturonMark Simulacrum-8/+2
2017-05-22Slice::into_vec: Don't link to Vec::into_boxed_sliceColin Wallace-3/+1
2017-05-22Mention Vec::into_boxed_slice in docs for [T]::into_vec.Colin Wallace-0/+5
2017-05-21Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichtonbors-2/+1
2017-05-21Stop returning k from [T]::rotateScott McMurray-9/+8
2017-05-21Tweak comment wordingScott McMurray-2/+2
2017-05-21Update slice_rotate to a real tracking numberScott McMurray-1/+1
2017-05-21Change the doctest example to slideScott McMurray-9/+12
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+132
2017-05-21Make RangeInclusive just a two-field structScott McMurray-8/+2
2017-05-20Stabilize library features for 1.18.0Steven Fackler-2/+1
2017-05-20Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrumbors-12/+12
2017-05-20Correct some stability versionsOliver Middleton-12/+12
2017-05-19Rollup merge of #42037 - nagisa:charpat, r=sfacklerMark Simulacrum-6/+31
2017-05-19Try to optimise char patternsSimonas Kazlauskas-6/+31
2017-05-16Auto merge of #41771 - clarcharr:resize_default, r=nikomatsakisbors-33/+95
2017-05-12Remove some unused macros from the rust codebaseest31-12/+0
2017-05-11Add Vec::resize_default.Clar Charr-33/+95
2017-05-10Auto merge of #41764 - scottmcm:faster-reverse, r=brsonbors-0/+37
2017-05-06Add links between `slice::{copy,clone}_from_slice` in docs.Corey Farwell-0/+9
2017-05-05Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]>Scott McMurray-6/+12
2017-05-04Deprecate heap::EMPTY in favour of Unique::empty or otherwise.Alexis Beingessner-3/+4
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-47/+60
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+31
2017-04-28FromIterator and Extend Cow for StringEh2406-0/+18
2017-04-26Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundibors-3/+14
2017-04-25Rollup merge of #41535 - steveklabnik:gh37746, r=alexcrichtonCorey Farwell-1/+3
2017-04-25Rollup merge of #41530 - GuillaumeGomez:vec-from, r=aturonCorey Farwell-0/+12
2017-04-25Rollup merge of #41500 - steveklabnik:gh37866, r=frewsxcvCorey Farwell-1/+2
2017-04-25Fix up vec guarnatee around capacitysteveklabnik-1/+3
2017-04-25Implement From<&mut [T]> for VecGuillaume Gomez-0/+12
2017-04-24More methods for str boxes.Clar Charr-3/+14
2017-04-24Add Splice forget testMatt Ickstadt-0/+15
2017-04-24use the word 'length' in Vec::len's docssteveklabnik-1/+2
2017-04-23Use Vec::splice impl in string::Splice::drop()Matt Ickstadt-15/+1