| 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 | -288/+337 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -7/+8 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -10/+10 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -10/+10 |
| 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 | -19/+17 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -56/+80 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -19/+17 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-17 | test errors | Nick Cameron | -27/+51 |
| 2015-12-17 | Move a bunch of stuff from Session to syntax::errors | Nick Cameron | -1/+1 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -32/+32 |
| 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 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -1/+1 |
| 2015-12-16 | Corrected formatting mistakes. | Aaron Keen | -7/+7 |
| 2015-12-15 | Generated code spans now point to callsite parameters (where applicable) | Daniel Campbell | -1/+1 |
| 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 | -152/+315 |
| 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 | -152/+315 |
| 2015-11-26 | Fix spans for macros | Kevin Yeh | -3/+6 |
| 2015-11-18 | Add some unicode aliases for ". | Huon Wilson | -0/+17 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -8/+8 |
| 2015-11-17 | Detect confusing unicode characters and show the alternative | Ravi Shankar | -1/+189 |
| 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 | -62/+62 |
| 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 | -1/+21 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -1/+21 |
| 2015-11-11 | Auto merge of #29744 - sanxiyn:modernize, r=nrc | bors | -6/+6 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -62/+62 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -6/+6 |
| 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 | -29/+28 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -29/+28 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -1/+1 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -1/+1 |
| 2015-11-05 | Improve error message for char literals | Steve Klabnik | -5/+6 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -119/+111 |