| Age | Commit message (Expand) | Author | Lines |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-15 | Don't use <Duration as Display>::display() in time passes | Nick Cameron | -4/+9 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -2/+2 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -2/+2 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -1/+2 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -0/+38 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -1/+1 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -1/+32 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -0/+98 |
| 2015-04-18 | Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrc | bors | -186/+0 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -9/+9 |
| 2015-04-17 | Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelix | bors | -4/+7 |
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -186/+0 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -9/+9 |
| 2015-04-15 | make Repr of TraitRef more useful | Ariel Ben-Yehuda | -4/+7 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -0/+5 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+6 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -7/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+3 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -0/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -11/+11 |
| 2015-03-18 | Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-cl... | bors | -1/+2 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -3/+3 |
| 2015-03-17 | Check that predicates hold before emitting an entry for the vtable. | Niko Matsakis | -1/+2 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -8/+5 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -2/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -8/+6 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -1/+1 |
| 2015-03-05 | Auto merge of #23031 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -2/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -1/+14 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -2/+1 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+1 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -1/+1 |
| 2015-02-24 | Remove ty_open and treat Unsized lvalues as *Unsized. | Eduard Burtescu | -3/+1 |
| 2015-02-22 | Fix another occurrence of #22243 | Markus Unterwaditzer | -1/+1 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -146/+6 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -146/+6 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -6/+6 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -7/+7 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -7/+7 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |