| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -1/+0 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -1/+0 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -1/+500 |
| 2015-04-05 | Added smoke tests for new methods. | Marvin Löbel | -12/+137 |
| 2015-04-05 | Moved coretest::str tests into collectiontest::str | Marvin Löbel | -1/+375 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -41/+41 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -2/+2 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+2 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -19/+20 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -18/+18 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -60/+57 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -0/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -73/+58 |