about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
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-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
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-0/+69
2017-04-05Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichtonAriel Ben-Yehuda-8/+5
2017-04-05Rollup merge of #40909 - nagisa:fix-vec-placement, r=alexcrichtonAriel Ben-Yehuda-23/+23
2017-04-05Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcvCorey Farwell-2/+2
2017-04-05Rollup merge of #41019 - mandeep:fix-vec-swapremove-docs, r=BurntSushiCorey Farwell-2/+3
2017-04-05Rollup merge of #40949 - stjepang:fix-vecdeque-docs, r=frewsxcvCorey Farwell-9/+9
2017-04-04Fix linkssteveklabnik-2/+2
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+69
2017-04-03Removed trailing whitespace on line 682mandeep-1/+1
2017-04-03Move libXtest into libX/testsStjepan Glavina-2/+6849
2017-04-03Refactored swap_remove doc comment upon discussing with BurntSushi and stevek...mandeep-2/+3
2017-04-03Add ptr::offset_toAmanieu d'Antras-8/+5
2017-04-02Fixed typo in doc comments for swap_removemandeep-1/+1
2017-04-01Change wording for push_frontStjepan Glavina-1/+1
2017-03-31Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnikCorey Farwell-2/+8
2017-03-31Improve some docs for VecDequeStjepan Glavina-9/+9
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-5/+114
2017-03-30Remove parentheses in method referencesDonnie Bishop-2/+2
2017-03-30Modify EncodeUtf16's descriptionDonnie Bishop-2/+8
2017-03-29Allow using Vec::<T>::place_back for T: !CloneSimonas Kazlauskas-23/+23
2017-03-28Rollup merge of #40731 - sfackler:vec-from-iter-spec, r=aturonCorey Farwell-4/+25
2017-03-28Rollup merge of #40682 - TigleyM:str_doc, r=steveklabnikCorey Farwell-1/+20
2017-03-27Review request changesMicah Tigley-3/+3
2017-03-27Fix various useless derefs and slicingsOliver Schneider-1/+1