about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-10Trivial typo fix: from_utrf8 should be from_utf8Andrew Chin-1/+1
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+12
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-10-07doc: Mention split_whitespace in split docBoris Egorov-0/+4
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+12
2015-10-02Improve documentation for the from_utf8 familySteve Klabnik-18/+111
2015-10-01fixup wordingAlexis Beingessner-1/+1
2015-10-01flesh out what Vec actually guaranteesAlexis Beingessner-0/+75
2015-09-30Format panic docs for split_atSteve Klabnik-0/+2
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-2/+2
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-2/+2
2015-09-28Use code formatting for code-relevant values in std::fmt docsCarol (Nichols || Goulding)-13/+13
2015-09-27Auto merge of #28689 - Manishearth:rollup, r=Manishearthbors-26/+2
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-8/+0
2015-09-27Rollup merge of #28664 - apasel422:collections-debug, r=alexcrichtonManish Goregaokar-18/+2
2015-09-27Auto merge of #28663 - bluss:vec-as-mut, r=alexcrichtonbors-0/+14
2015-09-26Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturonbors-2/+22
2015-09-26Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundibors-42/+30
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-8/+0
2015-09-25Add AsMut<Vec<T>> for Vec<T>Ulrik Sverdrup-0/+7
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-42/+30
2015-09-25Simplify `Debug` for `{EnumSet, VecDeque}`Andrew Paseltiner-18/+2
2015-09-25Implement AsMut for VecUlrik Sverdrup-0/+7
2015-09-24std: Switch string::ParseError to an empty enumAlex Crichton-2/+22
2015-09-24Auto merge of #28602 - apasel422:clone_from, r=blussbors-11/+28
2015-09-24Optimize `Vec::clone_from`Andrew Paseltiner-9/+5
2015-09-23Fix bad copypasta for patterns doc in std::strRemi Rampin-12/+9
2015-09-23Override `clone_from` for `{BinaryHeap, String}`Andrew Paseltiner-2/+23
2015-09-22Auto merge of #28364 - petrochenkov:usegate, r=alexcrichtonbors-0/+5
2015-09-20Add comment.whitequark-0/+2
2015-09-20Fix style.whitequark-3/+5
2015-09-20Do not drop_in_place elements of Vec<T> if T doesn't need droppingwhitequark-3/+5
2015-09-19Auto merge of #28497 - apasel422:issue-28493, r=Gankrobors-1/+6
2015-09-19VecDeque: Use power of two capacity even for zero sized typesUlrik Sverdrup-1/+40
2015-09-18Avoid zero-sized leaf allocations in `BTreeMap`Andrew Paseltiner-1/+6
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-0/+5
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-30/+15
2015-09-07Add note about clone in docs for vec![]Manish Goregaokar-0/+6
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+6
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-2/+2
2015-09-02Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankrobors-0/+8
2015-09-02Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichtonbors-8/+23
2015-09-01Auto merge of #28146 - eefriedman:deque_extras, r=alexcrichtonbors-2/+8
2015-09-01Implement Debug for BinaryHeapSimonas Kazlauskas-0/+8
2015-09-01Add missing stability markings to BinaryHeap.Eli Friedman-8/+23
2015-08-31Add missing stability attributes to VecDeque.Eli Friedman-2/+8
2015-08-31hide docs for private `collections::btree::Recover` traitAndrew Paseltiner-0/+1
2015-08-29Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichtonbors-9/+128
2015-08-28re-export debug builders in `std::fmt`Andrew Paseltiner-0/+1