| Age | Commit message (Expand) | Author | Lines |
| 2016-05-27 | Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+18 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -1/+1 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -4/+104 |
| 2016-05-26 | Fix ICE on failure to parse token tree | Jeffrey Seyfried | -0/+18 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -4/+22 |
| 2016-05-07 | Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler | Steve Klabnik | -2/+2 |
| 2016-05-07 | Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearth | bors | -0/+19 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -0/+18 |
| 2016-05-03 | parser: show a helpful note on unexpected inner comment | Georg Brandl | -0/+19 |
| 2016-05-02 | parser: change warning into an error on `T<A=B, C>` | Georg Brandl | -0/+17 |
| 2016-05-02 | parser: do not try to continue with `unsafe` on foreign fns | Georg Brandl | -2/+2 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -0/+18 |
| 2016-04-24 | Fix keyword parsing tests | Vadim Petrochenkov | -60/+169 |
| 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 |