| Age | Commit message (Expand) | Author | Lines |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -4/+10 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-02-22 | Add support for default trait impls in libsyntax | Flavio Percoco | -1/+1 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -14/+14 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -19/+19 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -19/+19 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -15/+10 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -15/+10 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -5/+5 |
| 2015-02-16 | Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos... | Niko Matsakis | -2/+2 |
| 2015-02-12 | Made `Self` a keyword. | Marvin Löbel | -14/+14 |
| 2015-02-09 | Accept quantification of lifetimes outside the self type in where clauses. | Nick Cameron | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -28/+68 |
| 2015-02-07 | Use path helper macros in deriving | Keegan McAllister | -28/+38 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -2/+2 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -11/+5 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -5/+11 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -6/+6 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -5/+5 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+4 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+4 |
| 2015-02-03 | Correct one case where the inference was detecting a looser result than the | Niko Matsakis | -1/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -4/+4 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -4/+4 |
| 2015-02-02 | Omit integer suffix when unnecessary | Alfie John | -8/+8 |
| 2015-01-29 | bring back `#[derive(Show)]` with a deprecation warning | Jorge Aparicio | -0/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -2/+0 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Auto merge of #21614 - kvark:typedef, r=huonw | bors | -16/+55 |
| 2015-01-26 | Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb | bors | -0/+8 |
| 2015-01-25 | Associated types support for deriving::generic::TraitDef | Dzmitry Malyshau | -16/+55 |
| 2015-01-25 | Tell the compiler to tell us that `deriving` is dead. | Huon Wilson | -0/+8 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -1/+1 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -2/+4 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -44/+44 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+4 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -8/+8 |
| 2015-01-18 | libsyntax: int => i32 in appropriate places | Paul Collier | -15/+15 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -15/+15 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -6/+6 |
| 2015-01-17 | s/deriving/derives in Comments/Docs | Earl St Sauver | -22/+22 |
| 2015-01-16 | auto merge of #21162 : apasel422/rust/issue-16530, r=huonw | bors | -6/+2 |
| 2015-01-15 | rollup merge of #21199: dotdash/decode_lamba | Alex Crichton | -4/+3 |
| 2015-01-15 | rollup merge of #21161: japaric/ufcs-hash | Alex Crichton | -2/+12 |
| 2015-01-15 | Avoid unnecessary closures when deriving RustcDecodable | Björn Steinbrink | -4/+3 |
| 2015-01-15 | support deriving `Hash` for nullary structs | Andrew Paseltiner | -6/+2 |
| 2015-01-14 | use better span | Jorge Aparicio | -11/+11 |