| Age | Commit message (Expand) | Author | Lines |
| 2017-02-02 | Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix | Guillaume Gomez | -1/+2 |
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -1/+2 |
| 2017-01-28 | Add clearer error message using `&str + &str` | Michael Gattozzi | -0/+28 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -15/+144 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -20/+2 |
| 2017-01-24 | parser: Permit trailing +'s in bound lists | Vadim Petrochenkov | -50/+8 |
| 2017-01-24 | Improve some expected/found error messages from parser | Vadim Petrochenkov | -2/+2 |
| 2017-01-24 | Add tests | Vadim Petrochenkov | -0/+179 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -15/+7 |
| 2017-01-20 | Rollup merge of #39179 - petrochenkov:objparen, r=eddyb | Alex Crichton | -0/+15 |
| 2017-01-19 | Fix regression in parsing of trait object types | Vadim Petrochenkov | -0/+15 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -20/+2 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -1/+1 |
| 2016-12-30 | Fix parse-fail and compile-fail tests | Simonas Kazlauskas | -6/+6 |
| 2016-12-09 | Add test. | Without Boats | -0/+16 |
| 2016-11-22 | Fix fallout in tests. | Jeffrey Seyfried | -0/+1 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -1/+1 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -1/+4 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -2/+5 |
| 2016-11-11 | Auto merge of #37246 - goffrie:no-loop, r=jseyfried | bors | -0/+19 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -1/+2 |
| 2016-11-01 | add -Z continue-parse-after-error to parse-fail tests | Niko Matsakis | -13/+15 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-10-27 | Auto merge of #37245 - goffrie:recovery, r=nrc | bors | -0/+102 |
| 2016-10-26 | Don't spin expanding stmt macros. | Geoffry Song | -0/+19 |
| 2016-10-26 | Recover out of an enum or struct's braced block. | Geoffry Song | -0/+102 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -1/+20 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -45/+0 |
| 2016-09-23 | Fix fallout in tests. | Jeffrey Seyfried | -2/+3 |
| 2016-09-13 | Remove parsing of obsolete pre-1.0 syntaxes | Vadim Petrochenkov | -18/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -17/+25 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -3/+115 |
| 2016-07-15 | syntax: Better error message for inner attr following doc comment | Aravind Gollakota | -0/+36 |
| 2016-07-05 | Specific error message for missplaced doc comments | Esteban Küber | -3/+115 |
| 2016-06-29 | Rollup merge of #34460 - dsprenkels:issue-33455, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-06-25 | add regression test for #33455 | Daan Sprenkels | -0/+11 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+20 |
| 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 |