| Age | Commit message (Expand) | Author | Lines |
| 2015-12-30 | Custom help message for people trying to make macro public | est31 | -5/+15 |
| 2015-12-30 | Auto merge of #30526 - Ms2ger:PathParameters, r=brson | bors | -7/+8 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -1/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -231/+237 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -7/+8 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -8/+8 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -8/+8 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -3/+9 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -1/+2 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -17/+16 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -7/+6 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -17/+16 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -7/+6 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -1/+7 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -2/+1 |
| 2015-12-16 | Corrected formatting mistakes. | Aaron Keen | -7/+7 |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -2/+2 |
| 2015-12-14 | Corrects issue #28777 by removing, once a binary operator is found, the | Aaron Keen | -6/+15 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -146/+302 |
| 2015-11-28 | Use last_span for macro spans | Kevin Yeh | -3/+4 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -22/+22 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -146/+302 |
| 2015-11-26 | Fix spans for macros | Kevin Yeh | -3/+6 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -8/+8 |
| 2015-11-13 | Move the panicking parse functions out of the parser | Kyle Mayes | -47/+0 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -58/+58 |
| 2015-11-12 | Auto merge of #29807 - nrc:op_span, r=brson | bors | -1/+1 |
| 2015-11-13 | Fix a bad span for binops | Nick Cameron | -1/+1 |
| 2015-11-12 | Auto merge of #29780 - KyleMayes:quote-ext, r=nrc | bors | -0/+18 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -0/+18 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -58/+58 |
| 2015-11-09 | Use enum ParsePub instead of bool in field parsing + typo | Vadim Petrochenkov | -11/+24 |
| 2015-11-09 | syntax: Merge parsing code for structures and variants | Vadim Petrochenkov | -44/+20 |
| 2015-11-06 | Auto merge of #29582 - oli-obk:token_tree, r=sfackler | bors | -8/+7 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -8/+7 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -1/+1 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -23/+27 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -4/+3 |
| 2015-10-28 | libsyntax: improve error message when a statement is prefixed with a match ke... | Kevin Butler | -1/+7 |
| 2015-10-28 | Make quote plugin use parsing functions which explicitly panic. | Eli Friedman | -6/+10 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -15/+15 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -1/+0 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -1/+2 |
| 2015-10-27 | Add tests for newly introduced syntax | Simonas Kazlauskas | -3/+5 |
| 2015-10-27 | Fix restrictions when parsing rhs of equalities | Simonas Kazlauskas | -8/+29 |
| 2015-10-27 | Fix prefix range expressions being not parsed | Simonas Kazlauskas | -74/+68 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -131/+132 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -10/+14 |