| Age | Commit message (Expand) | Author | Lines |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-16 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -1/+1 |
| 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-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 |
| 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 | -7/+11 |
| 2015-10-27 | Update libsyntax tests. | Eli Friedman | -2/+2 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -1/+1 |
| 2015-10-27 | Start pushing panics outward in lexer. | Eli Friedman | -34/+38 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -52/+54 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -23/+4 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -5/+6 |
| 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 |
| 2015-10-26 | Auto merge of #29287 - Ryman:fn_nopat, r=alexcrichton | bors | -15/+13 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -8/+6 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+1 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -8/+6 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -10/+14 |