| Age | Commit message (Expand) | Author | Lines |
| 2015-05-10 | collections: change bounds of SliceConcatExt implementations to use Borrow in... | Sean McArthur | -6/+5 |
| 2015-04-23 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -1/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -3/+3 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -2/+1 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -1/+1 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -6/+18 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -71/+0 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -2/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -71/+0 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -2/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -0/+1 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -2/+0 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -10/+10 |
| 2015-03-28 | Fix typo in docstring for slice | Nicholas Bishop | -2/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -3/+2 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -3/+5 |
| 2015-03-24 | collections: Update docs for slice since SliceExt was removed | Ulrik Sverdrup | -41/+33 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+9 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -5/+6 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+9 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -973/+7 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -15/+15 |
| 2015-03-16 | better document the hacks required to test libcollections | Jorge Aparicio | -95/+116 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -0/+93 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -1630/+0 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+832 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -15/+15 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -3/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -12/+12 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -13/+13 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -5/+5 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -2/+2 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -12/+14 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -3/+8 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -3/+8 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+2 |
| 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 | -14/+12 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -14/+12 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -20/+20 |
| 2015-02-24 | Fix fallout from correct stability handling in UFCS. | Eduard Burtescu | -1/+1 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -10/+10 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -9/+10 |