summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-10-01VecDeque: Use power of two capacity even for zero sized typesUlrik Sverdrup-1/+40
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
2015-08-28implement RFC 1194Andrew Paseltiner-9/+128
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-2/+3
2015-08-28Auto merge of #27956 - withoutboats:extend_string, r=alexcrichtonbors-6/+24
2015-08-27fix some more unstable issue annotationsAlex Burka-2/+3
2015-08-27Implemented Extend<String> and FromIterator<String> for String.Without Boats-6/+24
2015-08-27Auto merge of #27975 - sfackler:iter-order-methods, r=aturonbors-11/+11
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-11/+11
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-120/+5
2015-08-25Simplify `String`’s `Extend<&str>` implementationChris Morgan-5/+1
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-10/+4
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-110/+1
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+1
2015-08-18Auto merge of #27891 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-08-18Auto merge of #27624 - apasel422:issue-27620, r=Gankrobors-2/+23
2015-08-18Fixed example in documentationjotomicron-1/+1
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-15collections: Add issues for unstable featuresAlex Crichton-65/+120
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-1/+11
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-1/+11
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4557/+22
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-38/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-38/+0
2015-08-10Remove transmute from `btree::node::Node::as_slices_internal_mut`Andrew Paseltiner-2/+23
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Change TODO to FIXMETobias Bucher-1/+1
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-13/+0
2015-08-09Make `slice::transmute*` privateTobias Bucher-1/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-13/+26
2015-08-06Auto merge of #27545 - apasel422:btree-range, r=Gankrobors-6/+22
2015-08-05Fully generalize `BTree{Map, Set}` range iteratorsAndrew Paseltiner-6/+22
2015-08-05Make note of Hash in Borrow's docsSteve Klabnik-0/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-16/+28
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-2/+7
2015-07-29deprecate vecmapAlexis Beingessner-2/+7
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-9/+11