| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | rollup merge of #23484: alexcrichton/marker-trait-stable | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -6/+87 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -0/+2 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+294 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -13/+7 |
| 2015-03-23 | rollup merge of #23541: aturon/stab-error | Alex Crichton | -5/+10 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -1/+161 |
| 2015-03-23 | rollup merge of #23269: shepmaster/split-not-double-ended | Alex Crichton | -30/+124 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -0/+4 |
| 2015-03-23 | Remove auto-deref'ing Pattern impl because it conflicts with other | Niko Matsakis | -13/+7 |
| 2015-03-23 | std: Stabilize the `Hasher::finish` method | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+161 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -6/+87 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -0/+2 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -3/+282 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -0/+12 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -1/+52 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -5/+10 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -23/+31 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -9/+14 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -9/+14 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -2/+2 |
| 2015-03-20 | Check trait unsafety for defaulted traits | Flavio Percoco | -2/+2 |
| 2015-03-20 | Add default impls for Send/Sync | Flavio Percoco | -0/+4 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -2/+2 |
| 2015-03-20 | Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik | bors | -0/+20 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -29/+36 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -1/+88 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -2/+2 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -2/+2 |
| 2015-03-19 | Rollup merge of #23495 - pcwalton:inline-cell, r=cmr | Manish Goregaokar | -0/+21 |
| 2015-03-19 | Rollup merge of #23474 - nagisa:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-19 | core: Inline most cell methods. | Patrick Walton | -0/+21 |
| 2015-03-19 | Rollup merge of #23462 - alexcrichton:stabilize-cloned, r=aturon | Manish Goregaokar | -27/+18 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -1144/+960 |
| 2015-03-18 | std: Stabilize marker::MarkerTrait | Alex Crichton | -0/+1 |
| 2015-03-18 | std: Add missing stability on Range | Alex Crichton | -3/+4 |
| 2015-03-18 | Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturon | Manish Goregaokar | -4/+7 |
| 2015-03-18 | Make it clear which value is discarded | Simonas Kazlauskas | -1/+1 |
| 2015-03-18 | Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton | bors | -2/+27 |
| 2015-03-17 | std: Stabilize `IteratorExt::cloned` | Alex Crichton | -27/+18 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -4/+7 |
| 2015-03-18 | Avoid metadata bloat by using trait FixedSizeArray | Vadim Petrochenkov | -1/+25 |
| 2015-03-18 | Add and fix more tests | Vadim Petrochenkov | -1/+2 |
| 2015-03-17 | Replace TyDesc and its uses with trait vtables and a type_name intrinsic. | Eduard Burtescu | -0/+7 |
| 2015-03-17 | Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc | bors | -0/+26 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -0/+26 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -3/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -34/+34 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+990 |