| Age | Commit message (Expand) | Author | Lines |
| 2015-06-06 | linked_list: Use a safe loop in Drop | Ulrik Sverdrup | -11/+3 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -1/+25 |
| 2015-06-05 | Auto merge of #26024 - Aatch:inline-as_bytes, r=Gankro | bors | -0/+1 |
| 2015-06-05 | Mark std::as_bytes as inline | James Miller | -0/+1 |
| 2015-06-04 | properly null out ptr in LinkedList::split_off - fixes #26020 | Alexis Beingessner | -0/+26 |
| 2015-06-04 | Auto merge of #25991 - Jexell:master, r=alexcrichton | bors | -5/+3 |
| 2015-06-03 | Update linked_list.rs | Jexell | -5/+3 |
| 2015-06-03 | Auto merge of #25935 - wesleywiser:fix_libcollection_build_warnings, r=alexcr... | bors | -4/+11 |
| 2015-06-02 | Rollup merge of #25936 - tshepang:patch-2, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-06-01 | [libcollections] Fix unused import warnings during stage0 build | Wesley Wiser | -4/+11 |
| 2015-06-01 | doc: make String::as_bytes example more simple | Tshepang Lekhonkhobe | -2/+1 |
| 2015-05-30 | doc: be more clear/explicit that we got String type | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-29 | Auto merge of #25838 - mbrubeck:doc-edit, r=steveklabnik | bors | -1/+5 |
| 2015-05-28 | Auto merge of #25856 - bluss:binary-heap-hole, r=Gankro | bors | -25/+88 |
| 2015-05-28 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -25/+88 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -2/+2 |
| 2015-05-27 | Improve docs for Vec::as_slice and as_mut_slice | Matt Brubeck | -1/+5 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -145/+2 |
| 2015-05-23 | Rollup merge of #25716 - steveklabnik:remove_bad_docs, r=Gankro | Oliver Schneider | -3/+2 |
| 2015-05-23 | Rollup merge of #25714 - brianquinlan:patch-1, r=huonw | Oliver Schneider | -1/+2 |
| 2015-05-23 | Auto merge of #24847 - sfackler:debug-builders-stability, r=aturon | bors | -1/+0 |
| 2015-05-22 | Don't mention outdated methods | Steve Klabnik | -3/+2 |
| 2015-05-22 | Make it clear that push is only amortized O(1) | Brian Quinlan | -1/+2 |
| 2015-05-20 | Auto merge of #25625 - bluss:doc-slice-order, r=Gankro | bors | -434/+434 |
| 2015-05-20 | collections: Reorder slice methods to improve API docs | Ulrik Sverdrup | -434/+434 |
| 2015-05-20 | Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton | bors | -62/+20 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -1/+0 |
| 2015-05-19 | Small fix for https://github.com/rust-lang/rust/pull/25611 | Steve Klabnik | -0/+4 |
| 2015-05-19 | Rollup merge of #25611 - parir:patch-1, r=steveklabnik | Steve Klabnik | -0/+4 |
| 2015-05-19 | doc: add missing fences | parir | -0/+4 |
| 2015-05-19 | fmt.rs: add note about lack of padding support for some types | Parker Moore | -0/+4 |
| 2015-05-19 | Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichton | bors | -3/+3 |
| 2015-05-19 | collections: Clean up feature flags doc examples | Ulrik Sverdrup | -33/+7 |
| 2015-05-19 | collections: Avoid unstable code in examples for Vec | Ulrik Sverdrup | -8/+4 |
| 2015-05-19 | collections: Avoid unstable code in examples for String | Ulrik Sverdrup | -21/+9 |
| 2015-05-18 | Auto merge of #25230 - rayglover:patch-bitset, r=Gankro | bors | -74/+83 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -3/+3 |
| 2015-05-16 | Fixed reserve_exact example | Mário Feroldi | -1/+1 |
| 2015-05-16 | Auto merge of #25434 - dotdash:gep, r=alexcrichton | bors | -0/+138 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -1/+1 |
| 2015-05-16 | fix to size_hint(); documentation for bit-twiddle; | ray glover | -15/+22 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-16 | Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow | P1start | -0/+6 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -0/+138 |
| 2015-05-14 | Add #[inline] to Borrow<str>::borrow for String. | Jan Bujak | -0/+1 |
| 2015-05-13 | Small cleanup to vec docs | Steve Klabnik | -10/+12 |
| 2015-05-12 | TRPL: Borrow and AsRef | Steve Klabnik | -0/+5 |
| 2015-05-11 | Rollup merge of #25288 - DrKwint:master, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-05-11 | Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankro | bors | -1/+1 |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -2/+3 |