| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -2/+2 |
| 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-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 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -988/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+4 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -2/+2 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -9/+2 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -9/+9 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -2/+2 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -6/+6 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -1/+4 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -2/+2 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -0/+3 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -5/+5 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -5/+5 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -31/+31 |
| 2015-02-23 | Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton | Manish Goregaokar | -59/+24 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -1/+1 |
| 2015-02-22 | Eliminate more excessive null-checks from slice iterators | Björn Steinbrink | -1/+4 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -11/+1 |
| 2015-02-20 | Tweaks to equality comparisons for slices/arrays/vectors | Vadim Petrochenkov | -59/+24 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -19/+19 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -22/+22 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -21/+21 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -3/+5 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -0/+9 |