| Age | Commit message (Expand) | Author | Lines |
| 2015-07-30 | Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton | bors | -2/+7 |
| 2015-07-29 | deprecate vecmap | Alexis Beingessner | -2/+7 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -9/+11 |
| 2015-07-29 | Auto merge of #27380 - steveklabnik:rollup, r=steveklabnik | bors | -143/+273 |
| 2015-07-29 | Rollup merge of #27375 - niconii:vec-docs, r=Gankro | Steve Klabnik | -1/+8 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -123/+242 |
| 2015-07-29 | Rollup merge of #27102 - tshepang:better-examples, r=aturon | Steve Klabnik | -19/+23 |
| 2015-07-28 | Make docs for Vec::push() use vec! with square brackets | Nicolette Verlinden | -1/+1 |
| 2015-07-28 | Mention vec![x; len] syntax in Vec docs | Nicolette Verlinden | -0/+7 |
| 2015-07-28 | libcollections: Inline some performance-critical string functions; e.g. | Patrick Walton | -0/+17 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -9/+11 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -0/+15 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+15 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -123/+242 |
| 2015-07-25 | Document Unicode complications in chars iterator | Kornel LesinĚski | -47/+71 |
| 2015-07-22 | Auto merge of #27172 - alexcrichton:snapshots, r=brson | bors | -10/+0 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -36/+4 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -2/+2 |
| 2015-07-20 | Register new snapshots | Alex Crichton | -10/+0 |
| 2015-07-19 | Auto merge of #27100 - tshepang:better-names, r=Gankro | bors | -38/+38 |
| 2015-07-19 | doc: use 'index' and 'value' in place of 'i' and 't' | Tshepang Lekhonkhobe | -38/+38 |
| 2015-07-18 | 'Copies' => 'Clones' in Cow method docs. | Nick Hamann | -2/+2 |
| 2015-07-17 | Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton | bors | -444/+175 |
| 2015-07-17 | doc: improve some VecDeque examples | Tshepang Lekhonkhobe | -19/+23 |
| 2015-07-18 | Rollup merge of #27095 - tshepang:space, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-07-17 | doc: add missing space | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -444/+175 |
| 2015-07-17 | Update vec.rs | Wei-Ming Yang | -0/+1 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -1/+57 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -1/+1 |
| 2015-07-13 | Mark some new things as unstable. | Simon Sapin | -1/+3 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+6 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+40 |
| 2015-07-13 | Implement DerefMut for String | Simon Sapin | -0/+8 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -2/+22 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -4/+35 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -21/+23 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -4/+35 |
| 2015-07-11 | Auto merge of #26878 - Esption:master, r=pnkfelix | bors | -1/+1 |
| 2015-07-11 | Fix feature name | Wesley Wiser | -1/+1 |
| 2015-07-11 | Fix version number on SliceConcatExt:join | Wesley Wiser | -1/+1 |
| 2015-07-10 | Rename SliceConcatExt::connect to join #26900 | Wesley Wiser | -2/+22 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -1/+1 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -1/+1 |
| 2015-07-08 | 'iff' for docs to 'if and only if' | Esption | -1/+1 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -0/+1 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -0/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -21/+28 |
| 2015-07-08 | Fixed some occurrences of 'if' being spelled 'iff' | Esption | -1/+1 |
| 2015-07-06 | Auto merge of #26817 - cmr:vecdeque-docs, r=Gankro | bors | -0/+4 |