| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | Create a struct to represent early-bound regions | Niko Matsakis | -9/+9 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -0/+98 |
| 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 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -4/+136 |
| 2015-02-18 | rollup merge of #22452: nikomatsakis/issue-22040-18956-Self | Alex Crichton | -1/+14 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -4/+136 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-18 | Remove the implicit `'static` bound on `Send`. | Huon Wilson | -3/+2 |
| 2015-02-17 | When converting parameters for an object type, be careful of defaults that re... | Niko Matsakis | -1/+14 |
| 2015-02-12 | Modify `repr()` so that when `-Z verbose` is used, at least, it does not | Niko Matsakis | -34/+58 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -2/+17 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -7/+7 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -7/+7 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -7/+7 |