| Age | Commit message (Expand) | Author | Lines |
| 2017-06-06 | Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite... | bors | -0/+20 |
| 2017-05-31 | Improve error message for const extern fn | Manish Goregaokar | -1/+1 |
| 2017-05-31 | Add warning cycle #42326. | Masaki Hara | -1/+8 |
| 2017-05-20 | remove "much" from unicode diagnostic | Andy Russell | -2/+1 |
| 2017-05-14 | Disallow underscore suffix for string-like literals. | Masaki Hara | -0/+13 |
| 2017-05-12 | Disallow ._ in float literal. | Masaki Hara | -0/+13 |
| 2017-05-08 | Allow bare CR in ////-style comment. | Masaki Hara | -0/+6 |
| 2017-04-25 | Fix a parse-fail test | Oliver Schneider | -1/+0 |
| 2017-04-21 | Fix issue with single question mark or paren | Vadim Petrochenkov | -0/+13 |
| 2017-04-21 | syntax: Support parentheses around trait bounds | Vadim Petrochenkov | -0/+59 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -6/+5 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -6/+5 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -17/+0 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -17/+0 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -0/+34 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -0/+34 |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -39/+1 |
| 2017-03-24 | Point at last valid token on failed `expect_one_of` | Esteban Küber | -3/+9 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -7/+46 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -44/+1 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+2 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -1/+1 |
| 2017-02-23 | Added test for inclusive_range_syntax in compile-fail test suite | Nikhil Shagrithaya | -0/+2 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -2/+0 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -28/+0 |
| 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 |