| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -49/+73 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -3/+3 |
| 2015-04-04 | Added test for #24036, using spans to display note/help for this message now | Sean Bowe | -2/+3 |
| 2015-04-04 | Fixed bug calling .note() instead of .help(). Added small note when two | Sean Bowe | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -8/+8 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -1201/+646 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -8/+8 |
| 2015-04-01 | Update comments | Niko Matsakis | -30/+30 |
| 2015-04-01 | Remove the `Option<>` since when computing LUB since I believe that the | Niko Matsakis | -15/+18 |
| 2015-04-01 | Implement the new region hierarchy rules, in which regions from distinct | Niko Matsakis | -108/+55 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -933/+450 |
| 2015-03-31 | Remove unused import | Niko Matsakis | -1/+1 |
| 2015-03-31 | Extract more `ty` and `infer` dependencies from the unification engine | Niko Matsakis | -61/+65 |
| 2015-03-31 | Make union-find helper fns private, change to u32. | Niko Matsakis | -18/+26 |
| 2015-03-31 | Refactor unification interface by moving the methods off of inferctxt and ont... | Niko Matsakis | -140/+99 |
| 2015-03-31 | Combine `try` and `commit_if_ok` and make some details of inference | Niko Matsakis | -61/+45 |
| 2015-03-31 | Rename the cryptic cres and ures types. | Niko Matsakis | -161/+134 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -18/+18 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -18/+18 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -53/+53 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -53/+53 |
| 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 | Reject specialized Drop impls. | Felix S. Klock II | -0/+67 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-23 | Remove incorrect subtyping for `&mut Trait` and introduce coercion | Niko Matsakis | -12/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -5/+5 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -51/+8 |
| 2015-03-17 | Extract out `mts` into `combine` using `tys_with_variance` | Niko Matsakis | -100/+18 |
| 2015-03-17 | Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc | bors | -56/+12 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -56/+12 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -2/+0 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -1/+1 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -13/+15 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -10/+10 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -10/+10 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -4/+7 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -3/+3 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -4/+3 |
| 2015-02-25 | Rollup merge of #22785 - nikomatsakis:issue-21750-normalization-with-regions,... | Manish Goregaokar | -7/+1 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -4/+11 |
| 2015-02-24 | Make traits with assoc types invariant in their inputs. | Niko Matsakis | -7/+1 |
| 2015-02-24 | style nitpicks | Oliver Schneider | -196/+172 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -2/+9 |