| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -17/+11 |
| 2014-11-23 | libsyntax: Forbid type parameters in tuple indices | Adolfo OchagavĂa | -16/+8 |
| 2014-11-21 | unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue | Brian Anderson | -3/+3 |
| 2014-11-21 | unicode: Add stability attributes to u_char | Brian Anderson | -2/+2 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -2/+2 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -3/+3 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -18/+8 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -218/+283 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -18/+8 |
| 2014-11-20 | Switch numeric suffix parsing to use the new system. | Huon Wilson | -145/+99 |
| 2014-11-20 | Parse and store suffixes on literals. | Huon Wilson | -61/+179 |
| 2014-11-19 | Refactor QPath to take an ast::TraitRef | Niko Matsakis | -5/+5 |
| 2014-11-19 | Switch to an independent enum for `Lit*` subtokens. | Huon Wilson | -59/+52 |
| 2014-11-18 | auto merge of #19044 : murarth/rust/libsyntax-view-item, r=alexcrichton | bors | -1/+34 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -3/+14 |
| 2014-11-17 | libsyntax: Add tests for `parse_view_item` | Murarth | -1/+26 |
| 2014-11-17 | libsyntax: Add `parse_view_item` method to Parser | Murarth | -0/+8 |
| 2014-11-18 | rollup merge of #19020: Gankro/better-warn | Jakub Bukaj | -1/+2 |
| 2014-11-18 | rollup merge of #19018: tomjakubowski/fix-issue-19003 | Jakub Bukaj | -1/+9 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+14 |
| 2014-11-17 | slightly better deprecation message for fn syntax | Alexis Beingessner | -1/+2 |
| 2014-11-16 | Disallow parsing of struct variants with 0 fields | Tom Jakubowski | -1/+9 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -4/+8 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -103/+66 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -4/+8 |
| 2014-11-14 | auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton | bors | -24/+47 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -1/+3 |
| 2014-11-13 | Use the correct span for out-of-range int literals. | Huon Wilson | -1/+2 |
| 2014-11-13 | Add more "help: ..."'s to the parser. | Huon Wilson | -23/+38 |
| 2014-11-13 | Add error message specific to \<carriage return>. | Huon Wilson | -0/+7 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-11 | libsyntax: Forbid type parameters in field expressions. | Patrick Walton | -1/+8 |
| 2014-11-11 | syntax: improve message for misused inner attributes | Liigo Zhuang | -0/+2 |
| 2014-11-07 | Purge the old `once_fns`, which are not coming back | Niko Matsakis | -30/+29 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -136/+174 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -70/+36 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -2/+9 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -50/+16 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -60/+62 |
| 2014-11-06 | Restructure parsing of paths, which is quite tortured | Niko Matsakis | -42/+108 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -64/+2 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -5/+26 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -94/+0 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -4/+19 |
| 2014-11-03 | rollup merge of #18562 : nick29581/dxr-1 | Alex Crichton | -17/+16 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -7/+4 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -2/+2 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -7/+4 |
| 2014-11-03 | Clean-up transmutes in libsyntax | Ariel Ben-Yehuda | -2/+2 |