| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | auto merge of #19044 : murarth/rust/libsyntax-view-item, r=alexcrichton | bors | -0/+8 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -3/+14 |
| 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/+3 |
| 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 | -96/+60 |
| 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/+40 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -0/+1 |
| 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 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-11 | libsyntax: Forbid type parameters in field expressions. | Patrick Walton | -1/+8 |
| 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 | -68/+28 |
| 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 | -44/+54 |
| 2014-11-06 | Restructure parsing of paths, which is quite tortured | Niko Matsakis | -42/+108 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -62/+2 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -5/+18 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -11/+0 |
| 2014-11-03 | rollup merge of #18562 : nick29581/dxr-1 | Alex Crichton | -17/+3 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -7/+4 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -7/+4 |
| 2014-11-03 | Ignore whitespace tokens when re-computing spans in save_analysis | Nick Cameron | -17/+3 |
| 2014-11-02 | Convert some notes to help messages | P1start | -5/+14 |
| 2014-10-30 | rollup merge of #18430 : bjz/token | Alex Crichton | -207/+204 |
| 2014-10-30 | Add a message for when a `.` follows a macro invocation | P1start | -0/+10 |
| 2014-10-30 | Improve the error message for parenthesised box expressions | P1start | -0/+14 |
| 2014-10-30 | Formatting fixes | Brendan Zabarauskas | -5/+13 |
| 2014-10-30 | Remove Token::get_close_delimiter | Brendan Zabarauskas | -47/+33 |
| 2014-10-30 | Use common variants for open and close delimiters | Brendan Zabarauskas | -160/+163 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-28 | Move token-to-string functions into print::pprust | Brendan Zabarauskas | -1/+2 |
| 2014-10-28 | Use an enum rather than a bool in token::Ident | Brendan Zabarauskas | -6/+6 |
| 2014-10-28 | Convert some token functions into methods | Brendan Zabarauskas | -109/+81 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -427/+426 |
| 2014-10-26 | Add a KleeneOp enum for clarity | Brendan Zabarauskas | -13/+16 |
| 2014-10-26 | Reduce the size of the TokenTree | Brendan Zabarauskas | -1/+1 |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -8/+8 |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -5/+5 |
| 2014-10-26 | Add Span and separate open/close delims to TTDelim | Brendan Zabarauskas | -15/+21 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -14/+23 |
| 2014-10-22 | auto merge of #18141 : phildawes/rust/master, r=brson | bors | -2/+8 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -27/+33 |