| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-18 | Parser: Fix spans of explicit self arg idents | Phil Dawes | -2/+8 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -0/+3 |
| 2014-10-16 | libsyntax: Remove all uses of {:?}. | Luqman Aden | -5/+5 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -1/+17 |
| 2014-10-13 | auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichton | bors | -5/+14 |
| 2014-10-11 | Remove `virtual` structs from the language | Jakub Wieczorek | -23/+7 |
| 2014-10-10 | Teach libsyntax about `while let` | John Gallagher | -1/+17 |
| 2014-10-09 | syntax: Convert statics to constants | Alex Crichton | -4/+4 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -5/+9 |
| 2014-10-07 | auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonw | bors | -0/+7 |
| 2014-10-06 | syntax: Parse outer attributes in quote_method! | Ben Gamari | -0/+7 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -19/+19 |
| 2014-10-04 | Changed `extern crate foo as bar;` error message | Felix Raimundo | -5/+14 |
| 2014-10-03 | rollup merge of #17729 : alexcrichton/issue-17718-start | Alex Crichton | -3/+21 |
| 2014-10-03 | Correct error message for invalid `ref`/`mut` bindings | P1start | -3/+4 |
| 2014-10-02 | syntax: Enable parsing of `const` globals | Alex Crichton | -3/+21 |
| 2014-10-02 | syntax: remove ObsoleteManaged{Type,Expr}. | Eduard Burtescu | -14/+0 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -5/+4 |