| Age | Commit message (Expand) | Author | Lines |
| 2015-05-04 | Auto merge of #25047 - sinkuu:vec_intoiter_override, r=alexcrichton | bors | -0/+5 |
| 2015-05-03 | Auto merge of #25064 - tshepang:brevity, r=alexcrichton | bors | -10/+2 |
| 2015-05-03 | doc: make concat() and connect() examples brief | Tshepang Lekhonkhobe | -10/+2 |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+5 |
| 2015-05-02 | Auto merge of #25028 - bluss:drain-string, r=alexcrichton | bors | -1/+107 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -14/+16 |
| 2015-05-01 | collections: Implement String::drain(range) according to RFC 574 | Ulrik Sverdrup | -1/+107 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -14/+16 |
| 2015-04-30 | Clarify intention wrt integers | Steve Klabnik | -1/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -13/+0 |
| 2015-04-28 | Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichton | bors | -81/+137 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -81/+91 |
| 2015-04-27 | collections: Add trait RangeArgument | Ulrik Sverdrup | -0/+46 |
| 2015-04-27 | Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24848 - bluss:deref-string, r=alexcrichton | Steve Klabnik | -4/+21 |
| 2015-04-27 | doc: it is 'index', not 'i' | Tshepang Lekhonkhobe | -1/+1 |
| 2015-04-27 | collections: Improve example for as_string and as_vec | Ulrik Sverdrup | -4/+21 |
| 2015-04-26 | Utilize `while let` instead of `loop` with `break` in doc-comment | Corey Farwell | -5/+1 |
| 2015-04-25 | Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton | bors | -2/+2 |
| 2015-04-24 | Whoops, please tidy | Steve Klabnik | -9/+9 |
| 2015-04-24 | Add examples by @pnkfelix to fmt precision | Steve Klabnik | -5/+62 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 |
| 2015-04-21 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -2/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -36/+6 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -175/+133 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -5/+4 |
| 2015-04-21 | rollup merge of #24661: SimonSapin/fmt-write-char | Alex Crichton | -0/+6 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -2/+0 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -6/+23 |
| 2015-04-21 | unstabilize Words struct | kwantam | -0/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -8/+0 |
| 2015-04-21 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -23/+2 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -2/+0 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -6/+0 |
| 2015-04-21 | Add a `write_char` method to `std::fmt::Write` | Simon Sapin | -0/+6 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -6/+0 |
| 2015-04-20 | Update reference to old_io in fmt docs | Matt Brubeck | -1/+1 |
| 2015-04-19 | Auto merge of #24517 - erickt:str, r=alexcrichton | bors | -1/+12 |
| 2015-04-19 | collections: Move optimized String::from_str to String::from | Erick Tryzelaar | -1/+12 |
| 2015-04-18 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -14/+8 |
| 2015-04-18 | Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichton | bors | -1/+1 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -175/+133 |
| 2015-04-16 | Call write_fmt directly to format an Arguments value. | Ryan Prichard | -1/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -12/+38 |
| 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 |