about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-5028/+0
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-1/+1
2018-09-05Fix existing testEsteban Küber-24/+0
2018-08-19Suggest `try` if someone uses `do catch`Scott McMurray-0/+17
2018-08-19Put `try` in the reserved list, not the in-use listScott McMurray-1/+1
2018-08-19Add `try` to syntax_pos as an edition-2018-only keywordScott McMurray-0/+15
2018-08-17Rollup merge of #53373 - estebank:unclosed, r=petrochenkovkennytm-15/+0
2018-08-15Tweak unclosed delimiter parser errorEsteban Küber-15/+0
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-2/+27
2018-08-11Feature gate arbitrary tokens in non-macro attributes with a separate gateVadim Petrochenkov-1/+1
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-1/+1
2018-07-18Implement existential typesOliver Schneider-3/+6
2018-06-23structured suggestion and rewording for `...` expression syntax errorZack M. Davis-13/+12
2018-06-21Truncate errors to make tidy happyTaylor Cramer-6/+6
2018-06-21Fix parse-fail tests that now mention asyncTaylor Cramer-7/+7
2018-06-09Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)'Havvy-13/+0
2018-06-09Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkovbors-0/+20
2018-06-05Account for comma in suggestionEsteban Küber-1/+1
2018-06-04Added test case to make sure parsing of += is done correctly.U-COLORZ-STRIX\Crazycolorz5-0/+20
2018-05-26Fix testEsteban Küber-1/+1
2018-04-17Rollup merge of #49699 - zesterer:master, r=joshtriplettGuillaume Gomez-19/+0
2018-04-11Removed proc testJoshua Barretto-19/+0
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-3/+3
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-3/+3
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-2/+1
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+1
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-5/+4
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-78/+0
2018-03-15Stabilize `inclusive_range` library feature.kennytm-3/+3
2018-03-11in which some labels and notes are upgraded to structured suggestionsZack M. Davis-49/+0
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-7/+6
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-7/+6
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-18/+1
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-1/+1
2018-02-01Improve char escaping in lexer messagesRyan Cumming-1/+14
2018-01-30Fix a couple of testsMark Mansi-1/+1
2018-01-27Make `+` in `impl/dyn Trait` non-associativeVadim Petrochenkov-47/+0
2018-01-27Add testsVadim Petrochenkov-2/+49
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-1/+19
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-38/+1
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-0/+1
2018-01-07`struct` pattern parsing and diagnostic tweaksEsteban Küber-0/+1
2018-01-07Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakisbors-17/+0
2018-01-03Support `extern` in pathsVadim Petrochenkov-17/+0
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-3/+4
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-4/+6
2017-12-20Fix whitespacing issues in pretty-printing of boundsVadim Petrochenkov-5/+5
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-2/+2