about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
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
2017-04-23Improve splice docs and testsMatt Ickstadt-4/+97
2017-04-23Update splice implMatt Ickstadt-6/+22
2017-04-23Add Vec::splice and String::spliceSimon Sapin-7/+313
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-438/+0
2017-04-22Fix invalid linkageGuillaume Gomez-5/+5
2017-04-20Remove OccupiedEntry::remove_pairJosh Stone-7/+0
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-114/+0
2017-04-20Remove EnumSetJosh Stone-317/+0
2017-04-20Auto merge of #41342 - GuillaumeGomez:btree-debug-infinite, r=alexcrichtonbors-14/+26
2017-04-20Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichtonbors-8/+41
2017-04-19Rollup merge of #41380 - ollie27:stability, r=BurntSushiCorey Farwell-1/+11
2017-04-19specialize Extend for Vec with IntoIterSean McArthur-8/+41
2017-04-19Fix debug infinite loopGuillaume Gomez-14/+26
2017-04-18Fix a few stability attributesOliver Middleton-1/+11
2017-04-18Rollup merge of #40290 - 3Hren:master, r=aturonCorey Farwell-0/+20
2017-04-16Auto merge of #40409 - mbrubeck:calloc, r=sfacklerbors-3/+71
2017-04-15Specialize Vec::from_elem for other numeric typesMatt Brubeck-0/+39
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-3/+32
2017-04-14std::collections docs: Address issues that came up in PR #41286lukaramu-1/+20
2017-04-14refactor: add reason stringEvgeny Safronov-1/+1
2017-04-14fix: add feature to doc testsEvgeny Safronov-0/+1
2017-04-14Add `as_bytes()` for `FromUtf8Error`.Evgeny Safronov-0/+19
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-9/+27
2017-04-13Various fixes throughout std::collections' docslukaramu-8/+18
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-36/+154
2017-04-13Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichtonbors-10/+68
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-10/+68
2017-04-12Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomezTim Neumann-13/+24
2017-04-12Minor nits in primitive strprojektir-13/+24
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-9/+4
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-3/+11
2017-04-10Apply clippy's doc_markdown improvements to libcollectionsAndre Bogus-20/+20
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-3/+11
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-9/+4
2017-04-06Fix Markdown issues in the docsOliver Middleton-1/+1
2017-04-05Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichtonCorey Farwell-2/+6849