| Age | Commit message (Expand) | Author | Lines |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -28/+16 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -23/+9 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -16/+0 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -33/+1 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -1/+1 |
| 2016-04-14 | Improve message for raw pointer missing mut and const | David Tolnay | -1/+1 |
| 2016-04-12 | Bare raw pointers have been disallowed forever | David Tolnay | -0/+15 |
| 2016-04-07 | add regression test for #32505 | Niko Matsakis | -0/+17 |
| 2016-03-31 | Auto merge of #32506 - petrochenkov:use, r=Manishearth | bors | -2/+23 |
| 2016-03-31 | Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakis | bors | -3/+1 |
| 2016-03-31 | syntax: Extra diagnostics for `_` used in an identifier position | Vadim Petrochenkov | -2/+23 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -11/+15 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -3/+1 |
| 2016-03-30 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -11/+15 |
| 2016-03-28 | Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakis | bors | -2/+18 |
| 2016-03-28 | Auto merge of #32267 - durka:inclusive-range-error, r=nrc | bors | -2/+3 |
| 2016-03-26 | syntax: Stop the bump loop for trait items at } and EOF. | Eduard Burtescu | -2/+18 |
| 2016-03-24 | address nits | Alex Burka | -1/+1 |
| 2016-03-24 | fatal error instead of ICE for impossible range during HIR lowering | Alex Burka | -2/+3 |
| 2016-03-24 | Tests | Nick Cameron | -23/+2 |
| 2016-03-14 | Parse fail test fixes | Aaron Turon | -3/+3 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+35 |
| 2016-03-09 | Auto merge of #32071 - jseyfried:parse_pub, r=nikomatsakis | bors | -19/+0 |
| 2016-03-07 | update error messages in parse-fail tests | Jorge Aparicio | -14/+14 |
| 2016-03-06 | Update tests | Jeffrey Seyfried | -19/+0 |
| 2016-02-27 | test inclusive ranges | Alex Burka | -0/+92 |
| 2016-02-15 | Some error recovery in the parser | Nick Cameron | -5/+19 |
| 2016-02-15 | Add some simple error recovery to the parser and fix tests | Nick Cameron | -21/+6 |
| 2016-02-08 | Breaking tokens into pieces should behave similar to Parser::bump. | Tomasz Miąsko | -0/+20 |
| 2016-01-15 | Auto merge of #30763 - gchp:issue/30033, r=nagisa | bors | -6/+66 |
| 2016-01-14 | Display better snippet for invalid char literal | Greg Chapple | -6/+66 |
| 2016-01-10 | Cancel parse_ty error in Parser::parse_generic_values_after_lt | Florian Hahn | -0/+19 |
| 2016-01-06 | Auto merge of #30654 - nrc:panictry, r=brson | bors | -1/+2 |
| 2015-12-31 | Auto merge of #30598 - est31:macro_export_help_note, r=Manishearth | bors | -0/+89 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -1/+2 |
| 2015-12-30 | Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb | bors | -16/+0 |
| 2015-12-30 | Move pub-{item,methd}-macro.rs to the parse-fail subdir as well | est31 | -0/+62 |
| 2015-12-30 | Move pub-macro-rules.rs test to parse-fail directory | est31 | -0/+27 |
| 2015-12-17 | Removed test case. This now test successfully parses with the | Aaron Keen | -16/+0 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -3/+3 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -73/+3 |
| 2015-11-17 | Detect confusing unicode characters and show the alternative | Ravi Shankar | -0/+18 |
| 2015-11-09 | syntax: Merge parsing code for structures and variants | Vadim Petrochenkov | -25/+0 |
| 2015-11-05 | Improve error message for char literals | Steve Klabnik | -2/+2 |
| 2015-10-28 | libsyntax: improve error message when a statement is prefixed with a match ke... | Kevin Butler | -0/+18 |
| 2015-10-27 | Add tests for newly introduced syntax | Simonas Kazlauskas | -0/+54 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -35/+0 |
| 2015-10-25 | libsyntax: better error for lifetimes in patterns | Kevin Butler | -0/+16 |
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -15/+0 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -15/+0 |