| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+5 |
| 2015-05-01 | collections: Implement String::drain(range) according to RFC 574 | Ulrik Sverdrup | -0/+17 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+0 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -3/+34 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -3/+2 |
| 2015-04-19 | collections: Move optimized String::from_str to String::from | Erick Tryzelaar | -0/+27 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+10 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -2/+1 |
| 2015-04-14 | More test fixes | Alex Crichton | -9/+8 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -21/+18 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -2/+1 |