| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | Rollup merge of #23712 - nikomatsakis:reflect-trait, r=FlaPer87 | Manish Goregaokar | -143/+324 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -5/+5 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -23/+6 |
| 2015-03-26 | Refactor object-safety test to use def-ids only | Niko Matsakis | -11/+55 |
| 2015-03-26 | Refactor how binders are handled in trait selection | Niko Matsakis | -128/+213 |
| 2015-03-26 | Implement `Reflect` trait with a variant on the standard OIBIT | Niko Matsakis | -7/+59 |
| 2015-03-26 | Auto merge of #23691 - richo:dedup-typeorigin-mergable, r=eddyb | bors | -29/+40 |
| 2015-03-25 | infer: Drop pointless format! calls | Richo Healey | -14/+14 |
| 2015-03-25 | infer: Refactor Display impl | Richo Healey | -9/+14 |
| 2015-03-25 | infer: Move TypeOrigin formatting onto it's enum | Richo Healey | -15/+21 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -0/+70 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -29/+4 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -7/+25 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -0/+70 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -29/+4 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -2/+2 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -22/+24 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -64/+53 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23515: nikomatsakis/issue-14985-trait-subtyping | Alex Crichton | -12/+1 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -4/+1 |
| 2015-03-23 | Refactor how we handle overflow so that it is a fatal error that aborts | Niko Matsakis | -64/+53 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -2/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -21/+23 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -1/+1 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -7/+25 |
| 2015-03-23 | When matching against a pattern (either via `match` or `let`) that | Niko Matsakis | -0/+27 |
| 2015-03-23 | Remove incorrect subtyping for `&mut Trait` and introduce coercion | Niko Matsakis | -12/+1 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -14/+20 |
| 2015-03-20 | Add default impls for Send/Sync | Flavio Percoco | -4/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -14/+20 |
| 2015-03-19 | Auto merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexc... | bors | -0/+15 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-18 | Work around invalid spans in imported FileMaps | Michael Woerister | -0/+15 |
| 2015-03-18 | Auto merge of #23452 - nikomatsakis:unsafety-subtyping, r=nrc | bors | -154/+68 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -54/+50 |
| 2015-03-17 | Extract out `mts` into `combine` using `tys_with_variance` | Niko Matsakis | -100/+18 |
| 2015-03-17 | Replace TyDesc and its uses with trait vtables and a type_name intrinsic. | Eduard Burtescu | -14/+1 |
| 2015-03-17 | Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc | bors | -79/+45 |
| 2015-03-17 | Fix soundness hole when unsizing boxes. | Niko Matsakis | -21/+15 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -58/+30 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -7/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | allow inherent implementations on primitives | Jorge Aparicio | -0/+41 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+1 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -7/+0 |
| 2015-03-15 | Auto merge of #23313 - barosl:match-specialize-ice, r=jakub- | bors | -1/+7 |
| 2015-03-14 | check_match: Dereference `ref x` before comparing it and some other type | Barosl Lee | -1/+7 |