| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -14/+20 |
| 2015-01-29 | bring back `#[derive(Show)]` with a deprecation warning | Jorge Aparicio | -0/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -4/+4 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -2/+0 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -4/+4 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -4/+1 |
| 2015-01-28 | Auto merge of #21158 - alkor:issue-21131, r=nick29581 | bors | -6/+10 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -4/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -5/+5 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -16/+65 |
| 2015-01-26 | Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakis | bors | -4/+4 |
| 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/+10 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -255/+242 |
| 2015-01-24 | syntax: Don't put quotes around filenames in codemap | Alex Crichton | -4/+4 |
| 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/+10 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -4/+4 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+2 |
| 2015-01-23 | Rephrase error message on invalid fragment specifiers in macros. | Alexander Korolkov | -6/+10 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+2 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -64/+48 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -4/+6 |
| 2015-01-21 | rollup merge of #21429: GuillaumeGomez/macro-fix | Alex Crichton | -53/+54 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -134/+134 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -64/+48 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -4/+6 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -22/+22 |
| 2015-01-19 | Updates of the fix | GuillaumeGomez | -43/+43 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -29/+29 |
| 2015-01-18 | libsyntax: int types -> isize | Paul Collier | -2/+2 |
| 2015-01-18 | libsyntax: int => i32 in appropriate places | Paul Collier | -38/+38 |
| 2015-01-18 | Fix #21356 | Adolfo Ochagavía | -14/+15 |
| 2015-01-18 | syntax: allow bare sequences in lhs for follow checking | Corey Richardson | -10/+13 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -32/+32 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -35/+35 |
| 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 | rollup merge of #21144: nagisa/asm-str-fix | Alex Crichton | -0/+6 |
| 2015-01-15 | rollup merge of #21052: nick29581/methods-ext | Alex Crichton | -73/+317 |
| 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 |
| 2015-01-14 | use UFCS in `#[deriving(Hash)]` | Jorge Aparicio | -2/+12 |