| Age | Commit message (Expand) | Author | Lines |
| 2015-05-13 | Update BitSet docs to correct types | Paul Quint | -3/+3 |
| 2015-05-10 | collections: change bounds of SliceConcatExt implementations to use Borrow in... | Sean McArthur | -12/+10 |
| 2015-05-10 | collections: impl AsRef<[u8]> for String | Sean McArthur | -0/+8 |
| 2015-05-10 | std: Mark `mem::forget` as a safe function | Alex Crichton | -2/+2 |
| 2015-05-10 | Merge pull request #25276 from steveklabnik/third_doc_backport | Steve Klabnik | -1/+1 |
| 2015-05-10 | doc: it is 'index', not 'i' | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-10 | collections: Improve example for as_string and as_vec | Ulrik Sverdrup | -4/+21 |
| 2015-05-10 | Utilize `while let` instead of `loop` with `break` in doc-comment | Corey Farwell | -5/+1 |
| 2015-05-07 | std: Remove addition on vectors for now | Alex Crichton | -12/+1 |
| 2015-05-07 | std: Remove index notation on slice iterators | Alex Crichton | -14/+16 |
| 2015-04-25 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -14/+8 |
| 2015-04-25 | Update reference to old_io in fmt docs | Matt Brubeck | -1/+1 |
| 2015-04-25 | Whoops, please tidy | Steve Klabnik | -9/+9 |
| 2015-04-25 | Add examples by @pnkfelix to fmt precision | Steve Klabnik | -5/+62 |
| 2015-04-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -2/+1 |
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -5/+4 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -8/+0 |
| 2015-04-23 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -23/+2 |
| 2015-04-23 | unstabilize Words struct | kwantam | -0/+1 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -175/+133 |
| 2015-04-14 | Fill in missing implementation | Tamir Duberstein | -0/+3 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -26/+26 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -10/+7 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -2/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -26/+26 |
| 2015-04-13 | Auto merge of #23849 - bcoopers:master, r=pnkfelix | bors | -6/+18 |
| 2015-04-12 | The panic! macro can't be called with a variable declared | bcoopers | -3/+3 |
| 2015-04-11 | Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-04-11 | Rollup merge of #24279 - libfud:vec_insertion_docs, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -10/+7 |
| 2015-04-10 | Fix some typos | Tibor Benke | -2/+2 |
| 2015-04-10 | Changed the wording of the documentation for the insert method for Vec to be ... | Dominick Allen | -2/+1 |
| 2015-04-09 | Fix `borrow` docs | Andrew Paseltiner | -9/+9 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -4/+2 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -4/+2 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -97/+393 |
| 2015-04-05 | Refactored core::str::pattern to become a user-facing module and hide away | Marvin Löbel | -3/+4 |
| 2015-04-05 | Format all str docs to 80 char line breaks | Marvin Löbel | -109/+174 |
| 2015-04-05 | Implemented remaining string pattern iterators. | Marvin Löbel | -45/+275 |
| 2015-04-04 | Rollup merge of #24012 - tsion:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23995 - aturon:cow-as-ref, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-04-03 | Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichton | bors | -10/+12 |
| 2015-04-03 | Remove unnecessary `Vec<_>` annotation from docs | Scott Olson | -1/+1 |
| 2015-04-02 | Adjust `AsRef` impl for `Cow` | Aaron Turon | -1/+1 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -18/+18 |
| 2015-04-02 | Implement PartialEq<str> for String and Cow | Gleb Kozyrev | -0/+2 |
| 2015-04-02 | Change PartialEq impls in collections::string to slice notation | Gleb Kozyrev | -10/+10 |
| 2015-04-02 | Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-beta | bors | -6/+6 |