| Age | Commit message (Expand) | Author | Lines |
| 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-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -1/+2 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -12/+12 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -38/+48 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -21/+18 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -42/+17 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -15/+11 |
| 2015-03-06 | Change the data structures for tracking defaulted traits. In the tcx, we | Niko Matsakis | -0/+6 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -17/+27 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -0/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+1 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -1/+1 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -26/+31 |
| 2015-03-03 | metadata: Avoid the use of raw `wr_str` or `write_all`. | Kang Seonghoon | -151/+70 |
| 2015-02-24 | Fix fallout from rebasing. | Eduard Burtescu | -2/+2 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -3/+1 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -3/+2 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -0/+12 |
| 2015-02-22 | Validate inline attribute arguments | Simonas Kazlauskas | -10/+2 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -1/+1 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -0/+12 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -42/+0 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -42/+0 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -39/+39 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -5/+5 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -5/+5 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+42 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -33/+36 |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -1/+2 |
| 2015-02-06 | Encode foreign function argument names | Tom Jakubowski | -1/+2 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -3/+3 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -9/+9 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -37/+37 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -1/+1 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -37/+0 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -1/+1 |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -0/+6 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -1/+1 |