| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -151/+156 |
| 2015-01-29 | bring back `#[derive(Show)]` with a deprecation warning | Jorge Aparicio | -0/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -128/+128 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -2/+0 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -1/+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 | -15/+15 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -5/+1 |
| 2015-01-29 | Rollup merge of #21626 - Ms2ger:various-cleanup, r=eddyb | Manish Goregaokar | -31/+11 |
| 2015-01-28 | Auto merge of #21019 - nikomatsakis:issue-20871-ret-as-assoc-type, r=nrc | bors | -3/+12 |
| 2015-01-28 | Move return type an associated type of the `Fn*` traits. Mostly this involves... | Niko Matsakis | -3/+12 |
| 2015-01-28 | Remove unnecessary to_string() call. | Ms2ger | -1/+1 |
| 2015-01-28 | Remove a custom variant of iter::Cloned. | Ms2ger | -16/+3 |
| 2015-01-28 | Simplify the implementation of segments_name_eq. | Ms2ger | -14/+7 |
| 2015-01-28 | Auto merge of #21158 - alkor:issue-21131, r=nick29581 | bors | -6/+10 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -5/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -60/+61 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -7/+15 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -3/+3 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -50/+50 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -159/+106 |
| 2015-01-26 | Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakis | bors | -7/+8 |
| 2015-01-26 | Auto merge of #21614 - kvark:typedef, r=huonw | bors | -16/+55 |
| 2015-01-26 | fallout | Oliver Schneider | -1/+1 |
| 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 | -23/+30 |
| 2015-01-26 | Adjust most comments and messages to not use "unboxed". | Eduard Burtescu | -1/+1 |
| 2015-01-26 | Remove every mention of "onceness". | Eduard Burtescu | -16/+0 |
| 2015-01-26 | Remove dead code related to old closures. | Eduard Burtescu | -94/+11 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -32/+29 |
| 2015-01-25 | Auto merge of #21582 - FlaPer87:rollup, r=brson | bors | -0/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -1422/+1028 |
| 2015-01-24 | syntax: Don't put quotes around filenames in codemap | Alex Crichton | -7/+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/+10 |
| 2015-01-24 | Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelix | bors | -23/+28 |
| 2015-01-25 | Tweak chained comparison errors. | Huon Wilson | -3/+4 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -20/+24 |
| 2015-01-24 | Auto merge of #21542 - vadimcn:fix-exported-macro-paths, r=alexcrichton | bors | -1/+10 |
| 2015-01-24 | Rollup merge of #21504 - blackbeam:has_test_signature_fix, r=alexcrichton | Flavio Percoco Premoli | -0/+2 |
| 2015-01-23 | Fix tidy. | Vadim Chugunov | -1/+1 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -28/+78 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+11 |
| 2015-01-23 | Rephrase error message on invalid fragment specifiers in macros. | Alexander Korolkov | -6/+10 |
| 2015-01-22 | Suppress space after idents with "ModName" style in serialization of exported... | Vadim Chugunov | -1/+10 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+9 |
| 2015-01-22 | Make test harness use unstable APIs without allow(unstable) | Brian Anderson | -15/+79 |
| 2015-01-22 | Fix some grammar inconsistencies for the '..' range notation. | Daniel Grunwald | -19/+38 |