| Age | Commit message (Expand) | Author | Lines |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -16/+12 |
| 2015-12-02 | Auto merge of #30146 - steveklabnik:doc_string_intro, r=brson | bors | -4/+194 |
| 2015-12-02 | Write better module-level and type-level docs for String | Steve Klabnik | -4/+194 |
| 2015-12-01 | Auto merge of #30124 - steveklabnik:doc_string_errors, r=alexcrichton | bors | -8/+98 |
| 2015-12-01 | Document the Error types in std::string | Steve Klabnik | -8/+98 |
| 2015-11-30 | Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichton | Steve Klabnik | -1/+12 |
| 2015-11-30 | Document std::string::ParseError | Steve Klabnik | -1/+12 |
| 2015-11-30 | Write some docs for ToString | Steve Klabnik | -2/+20 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -42/+51 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -42/+51 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+9 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -0/+15 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-03 | libcollections: DRY up a PartialEq impl for String | Kevin Butler | -18/+3 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -3/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+1 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -2/+2 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |
| 2015-10-02 | Improve documentation for the from_utf8 family | Steve Klabnik | -18/+111 |
| 2015-09-26 | Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturon | bors | -2/+22 |
| 2015-09-24 | std: Switch string::ParseError to an empty enum | Alex Crichton | -2/+22 |
| 2015-09-23 | Override `clone_from` for `{BinaryHeap, String}` | Andrew Paseltiner | -1/+12 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -4/+2 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -1/+2 |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -1/+2 |
| 2015-08-27 | Implemented Extend<String> and FromIterator<String> for String. | Without Boats | -6/+24 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -10/+3 |
| 2015-08-25 | Simplify `String`’s `Extend<&str>` implementation | Chris Morgan | -5/+1 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -10/+3 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -10/+16 |
| 2015-08-14 | Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton | bors | -1/+11 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -1/+11 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -18/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+3 |
| 2015-07-20 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -44/+1 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+32 |
| 2015-07-13 | Implement DerefMut for String | Simon Sapin | -0/+8 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -0/+11 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -2/+7 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -6/+13 |
| 2015-06-10 | Modify String::push to reallocate more conservatively in case of the characte... | marcell | -17/+17 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -5/+5 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -0/+7 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -3/+3 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+7 |