| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -1/+1 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -12/+10 |
| 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 | -1/+1 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -26/+26 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -12/+10 |
| 2015-01-21 | De-mut the parser | Seo Sanghyeon | -1/+1 |
| 2015-01-20 | Test fixes and rebase conflicts | Alex Crichton | -3/+1 |
| 2015-01-21 | Rollup merge of #21336 - rylev:better-nofile-error, r=brson | Barosl LEE | -2/+3 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -6/+6 |
| 2015-01-18 | libsyntax: int => i32 in appropriate places | Paul Collier | -5/+5 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -3/+1 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -2/+2 |
| 2015-01-18 | Improve the error message when source file cannot be read | Ryan Levick | -2/+3 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -13/+13 |
| 2015-01-08 | Store deprecated status of i/u-suffixed literals. | Huon Wilson | -4/+4 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -24/+24 |
| 2015-01-06 | More test fixes | Alex Crichton | -4/+4 |
| 2015-01-06 | rollup merge of #19430: pczarn/interp_tt-cleanup | Alex Crichton | -1/+3 |
| 2015-01-07 | Cleanup and followup to PR #17830: parsing changes | Piotr Czarnecki | -1/+3 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -2/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -7/+7 |
| 2015-01-06 | rollup merge of #20609: cmr/mem | Alex Crichton | -2/+4 |
| 2015-01-07 | fallout | Nick Cameron | -3/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -7/+7 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -23/+23 |
| 2015-01-06 | syntax/rustc: implement isize/usize | Corey Richardson | -2/+4 |
| 2015-01-05 | Reformat metadata for exported macros | Keegan McAllister | -0/+4 |
| 2015-01-05 | Rename macro_escape to macro_use | Keegan McAllister | -1/+2 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -1/+3 |
| 2015-01-05 | Add a special macro nonterminal $crate | Keegan McAllister | -1/+1 |
| 2015-01-03 | syntax: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-31 | syntax: unbox closures used in let bindings | Jorge Aparicio | -5/+5 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -27/+27 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -4/+3 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -1/+1 |
| 2014-12-13 | libsyntax: use tuple indexing | Jorge Aparicio | -8/+8 |
| 2014-12-06 | libsyntax: remove unnecessary `to_string()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-03 | syntax: support ES6-style unicode escapes | Corey Richardson | -5/+17 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -1/+1 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -69/+76 |
| 2014-11-20 | Switch numeric suffix parsing to use the new system. | Huon Wilson | -69/+76 |
| 2014-11-17 | libsyntax: Add tests for `parse_view_item` | Murarth | -1/+26 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -4/+3 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -16/+8 |