| Age | Commit message (Expand) | Author | Lines |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -30/+21 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -7/+25 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -6/+6 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -30/+21 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -3/+3 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -26/+28 |
| 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 | -8/+10 |
| 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 | rollup merge of #23119: nikomatsakis/issue-23116-ref-mut | Alex Crichton | -0/+27 |
| 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 | -8/+10 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -3/+3 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -25/+27 |
| 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-23 | Rollup merge of #23554 - Ms2ger:readme-rustc, r=steveklabnik | Manish Goregaokar | -124/+128 |
| 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 | Make librustc's markdown README.txt claim to be markdown. | Ms2ger | -0/+0 |
| 2015-03-20 | Update librustc's README.txt for some code changes and reformat it. | Ms2ger | -49/+53 |
| 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 | Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-03-18 | Auto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakis | bors | -2/+2 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -2/+2 |
| 2015-03-18 | Auto merge of #23452 - nikomatsakis:unsafety-subtyping, r=nrc | bors | -154/+68 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-18 | Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-cl... | bors | -1/+2 |
| 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 | -82/+48 |
| 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 | -61/+33 |
| 2015-03-17 | Check that predicates hold before emitting an entry for the vtable. | Niko Matsakis | -1/+2 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -10/+1 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-17 | Rollup merge of #23399 - tbu-:pr_libflate_error, r=huonw | 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 | Improve error handling in libflate | Tobias Bucher | -2/+2 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+1 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -1/+1 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -9/+0 |