| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -2/+2 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -0/+1 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -0/+1 |
| 2015-08-31 | Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichton | bors | -0/+31 |
| 2015-08-30 | Add overrides to iterator methods for `str::Bytes` | Daan Rijks | -0/+31 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -0/+50 |
| 2015-08-18 | Auto merge of #27474 - bluss:twoway-reverse, r=brson | bors | -0/+20 |
| 2015-08-14 | Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton | bors | -4/+4 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -4/+4 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -2790/+14 |
| 2015-08-02 | StrSearcher: Add tests for rfind(&str) | Ulrik Sverdrup | -0/+20 |
| 2015-07-29 | implement Clone for Box<str>, closes #27323 | Alexis Beingessner | -0/+8 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -0/+53 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -30/+0 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -0/+14 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -0/+1 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+13 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -25/+25 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -42/+20 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -0/+16 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -42/+20 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -25/+25 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -4/+4 |
| 2015-06-30 | Auto merge of #26327 - bluss:two-way, r=aturon | bors | -1/+9 |
| 2015-06-24 | Remove remaining use of `bit_vec_append_splitoff` feature gate. | Johannes Oertel | -1/+0 |
| 2015-06-21 | StrSearcher: Update substring search to use the Two Way algorithm | Ulrik Sverdrup | -1/+9 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -12/+44 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -6/+6 |
| 2015-06-11 | Auto merge of #26122 - bluss:borrow-box, r=alexcrichton | bors | -0/+29 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -0/+20 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -6/+6 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+20 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -0/+39 |
| 2015-06-09 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -0/+29 |
| 2015-06-09 | Move collectionstest::char into coretest::char | Simon Sapin | -43/+0 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -64/+64 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -1/+27 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -64/+64 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+213 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -0/+13 |
| 2015-06-06 | Add char::to_titlecase | Simon Sapin | -0/+10 |
| 2015-06-06 | Add complex (but unconditional) Unicode case mapping. Fix #25800 | Simon Sapin | -0/+33 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-10 | Implement `append` and `split_off` for BitSet (RFC 509) | Johannes Oertel | -0/+62 |
| 2015-05-07 | Auto merge of #24890 - jooert:bitvec-append-split_off, r=alexcrichton | bors | -0/+136 |
| 2015-05-06 | Implement append and split_off for BitVec (RFC 509) | Johannes Oertel | -0/+136 |
| 2015-05-04 | Implement retain for vec_deque | Steven Allen | -0/+10 |
| 2015-05-04 | Auto merge of #25047 - sinkuu:vec_intoiter_override, r=alexcrichton | bors | -0/+5 |