| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+16 |
| 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 | -5/+4 |
| 2015-04-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-04-23 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -12/+0 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -35/+29 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -3/+3 |
| 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-10 | Changed the wording of the documentation for the insert method for Vec to be ... | Dominick Allen | -2/+1 |
| 2015-04-03 | Remove unnecessary `Vec<_>` annotation from docs | Scott Olson | -1/+1 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -11/+11 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -5/+0 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -10/+10 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -5/+0 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -2/+2 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -1/+1 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -11/+11 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -10/+10 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -2/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -10/+12 |
| 2015-03-30 | Change max size to isize | bcoopers | -8/+14 |
| 2015-03-29 | If doubling the vector in reserve() brings you over usize::MAX, | bcoopers | -1/+1 |
| 2015-03-29 | change std::usize to usize | bcoopers | -2/+2 |
| 2015-03-29 | Vector can currently panic when pushing an element or reserving space | bcoopers | -5/+11 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -74/+0 |
| 2015-03-27 | rollup merge of #23721: erickt/deprecate | Alex Crichton | -31/+18 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -74/+0 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -31/+18 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -2/+2 |
| 2015-03-25 | Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton | bors | -9/+16 |
| 2015-03-24 | libcollections: move Vec::push slow path out | Corey Richardson | -9/+16 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -2/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -12/+20 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+11 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+82 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -7/+45 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+11 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+82 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -10/+3 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | better document the hacks required to test libcollections | Jorge Aparicio | -2/+7 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -0/+6 |