| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -2/+2 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -3/+1 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -2/+2 |
| 2019-02-24 | Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank | Mazdak Farrokhzad | -0/+72 |
| 2019-02-23 | Rollup merge of #58526 - pmccarter:master, r=estebank | Mazdak Farrokhzad | -0/+19 |
| 2019-02-23 | Improve parsing diagnostic for negative supertrait bounds | Hoàng Đức Hiếu | -0/+72 |
| 2019-02-22 | Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif... | Mazdak Farrokhzad | -4/+4 |
| 2019-02-16 | ui test for directed quote help suggestion #58436 | Patrick McCarter | -0/+19 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -21/+13 |
| 2019-02-07 | Suggest removing parentheses surrounding lifetimes | Igor Sadikov | -4/+4 |
| 2019-02-07 | Update tests | varkor | -57/+25 |
| 2019-02-07 | tweak wording based on in person feedback | Esteban Küber | -7/+5 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -25/+19 |
| 2019-01-27 | Update comment in test which has changed its purpose | Mark Rousskov | -4/+2 |
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -0/+4 |
| 2019-01-24 | Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis | Mazdak Farrokhzad | -4/+4 |
| 2019-01-24 | Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwco | Mazdak Farrokhzad | -34/+39 |
| 2019-01-21 | Accept more invalid code that is close to correct fields | Esteban Küber | -11/+3 |
| 2019-01-20 | Use structured suggestion in stead of notes | Esteban Küber | -4/+4 |
| 2019-01-21 | Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-01-21 | Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis | Mazdak Farrokhzad | -6/+6 |
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -19/+9 |
| 2019-01-21 | Fix tests | Yuki Okushi | -3/+3 |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -7/+30 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -43/+111 |
| 2019-01-20 | Remove whitespace | Yuki Okushi | -5/+4 |
| 2019-01-20 | Fix tests | Yuki Okushi | -96/+56 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -6/+6 |
| 2019-01-20 | [WIP] Fix tests | Yuki Okushi | -6/+91 |
| 2019-01-18 | Fix tests | Yuki Okushi | -4/+50 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -3/+11 |
| 2019-01-16 | Fix tests | Yuki Okushi | -24/+2 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -3/+11 |
| 2019-01-12 | Suggest correct location for lifetime parameters in use | Esteban Küber | -31/+30 |
| 2019-01-12 | Remove unrelated errors from parse stderr tests | Esteban Küber | -86/+28 |
| 2019-01-11 | Add label for invalid literal suffix | Esteban Küber | -6/+6 |
| 2019-01-11 | Tweak incorrect discriminator value variant error | Esteban Küber | -19/+40 |
| 2019-01-11 | Small tweaks to parser errors | Esteban Küber | -17/+19 |
| 2019-01-11 | Tweak type argument after assoc type error | Esteban Küber | -1/+1 |
| 2019-01-11 | Continue evaluating after finding incorrect .. in pattern | Esteban Küber | -8/+32 |
| 2019-01-11 | fix test | Esteban Küber | -0/+1 |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -11/+49 |
| 2019-01-11 | fix tests | Esteban Küber | -2/+3 |
| 2019-01-11 | Continue evaluating after type argument in where clause | Esteban Küber | -2/+10 |
| 2019-01-11 | Continue evaluating after missing `for` in `impl Trait for Foo` | Esteban Küber | -7/+28 |
| 2019-01-11 | Continue evaluating after parsing incorrect binary literal | Esteban Küber | -5/+18 |
| 2019-01-11 | Continue parsing after lifetime in incorrect location | Esteban Küber | -4/+48 |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -853/+735 |
| 2019-01-01 | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkov | bors | -0/+32 |
| 2018-12-31 | Do not use unicode character in diagnostic help | Esteban Küber | -3/+3 |