| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-01-22 | libsyntax: fix for `has_test_signature` | blackbeam | -0/+2 |
| 2015-01-21 | Make diagnostic ordering deterministic | Alex Crichton | -7/+7 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -4/+4 |
| 2015-01-21 | Add a lint for library features | Brian Anderson | -64/+77 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -14/+20 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -11/+68 |
| 2015-01-21 | More test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -775/+333 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -6/+6 |
| 2015-01-21 | Remove unused stability levels from compiler | Brian Anderson | -6/+0 |
| 2015-01-21 | tests: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -8/+8 |
| 2015-01-21 | rollup merge of #21463: sanxiyn/demut | Alex Crichton | -17/+17 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -70/+63 |
| 2015-01-21 | rollup merge of #21429: GuillaumeGomez/macro-fix | Alex Crichton | -53/+54 |
| 2015-01-21 | rollup merge of #21411: P1start/help-tweaks | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -4/+4 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -471/+471 |
| 2015-01-21 | rollup merge of #21289: brson/errorcodes | Alex Crichton | -0/+25 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -6/+6 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -418/+202 |
| 2015-01-21 | syntax: merge ast::ViewItem into ast::Item. | Eduard Burtescu | -353/+130 |
| 2015-01-21 | Remove feature(import_shadowing). | Eduard Burtescu | -4/+1 |
| 2015-01-21 | De-mut the parser | Seo Sanghyeon | -17/+17 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -70/+63 |
| 2015-01-20 | Test fixes and rebase conflicts | Alex Crichton | -3/+1 |
| 2015-01-20 | Add some extended errors. | Michael Sproul | -0/+6 |
| 2015-01-20 | Make fatal errors work with codes, add to typeck | Brian Anderson | -0/+12 |
| 2015-01-20 | Make error code registration work again. #19624 | Brian Anderson | -0/+7 |
| 2015-01-21 | Rollup merge of #21336 - rylev:better-nofile-error, r=brson | Barosl LEE | -2/+3 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -22/+22 |
| 2015-01-20 | Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichton | bors | -10/+13 |
| 2015-01-20 | Fix up some ‘help’ messages | P1start | -1/+1 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -0/+14 |
| 2015-01-19 | Updates of the fix | GuillaumeGomez | -43/+43 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -25/+34 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -4/+4 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -25/+34 |
| 2015-01-19 | Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton | bors | -63/+27 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -156/+156 |