about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2019-06-10Harden non-const items to not accept underscore names.Mazdak Farrokhzad-11/+122
2019-06-09Allow attributes in formal function parametersCaio-32/+32
2019-06-09Update tests since ? macro op is supported on 2015.Mazdak Farrokhzad-2/+2
2019-06-08Prohibit bare CRs in raw byte stringsIgor Matuszewski-4/+13
2019-06-08Validate and transcribe raw strings via unescape moduleIgor Matuszewski-4/+4
2019-06-03Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkorbors-1/+23
2019-06-01Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkovMazdak Farrokhzad-167/+104
2019-05-31fix tidyEsteban Küber-166/+103
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-31/+31
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-1/+23
2019-05-30Explicitly suggest 'type_ascription' featureJanusz Marcinkiewicz-1/+1
2019-05-28Update test/ui/parser for bare_trait_object warningsmemoryruins-12/+43
2019-05-25review comments: move back some methods and clean up wordingEsteban Küber-4/+4
2019-05-25Tweak `self` arg not as first argument of a method diagnosticEsteban Küber-0/+13
2019-05-24review commentsEsteban Küber-0/+0
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-0/+12
2019-05-24Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkovbors-3/+0
2019-05-24Update testsvarkor-3/+0
2019-05-24Rollup merge of #61056 - euclio:custom-discriminant-error, r=estebankMazdak Farrokhzad-10/+18
2019-05-23tweak discriminant on non-nullary enum diagnosticAndy Russell-10/+18
2019-05-23syntax: Some code cleanupVadim Petrochenkov-15/+17
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-16/+16
2019-05-23syntax: Return named errors from literal parsing functionsVadim Petrochenkov-3/+3
2019-05-20Reinstated shallow disallowing of maybe bounds in trait objects.Alexander Regueiro-2/+16
2019-05-20Update tests.Alexander Regueiro-17/+3
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-4/+4
2019-05-09Rollup merge of #60188 - estebank:recover-block, r=varkorMazdak Farrokhzad-8/+186
2019-05-02fix typoEsteban Küber-12/+12
2019-05-02introduce unescape moduleAleksey Kladov-77/+120
2019-04-30Reword ambigous parse error to fit with the current errorEsteban Küber-8/+8
2019-04-29Add test case for #47287Esteban Küber-1/+25
2019-04-29Identify when a stmt could have been parsed as an exprEsteban Küber-3/+157
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-3/+2
2019-04-23Remove unnecessary tidy ignore directivesvarkor-8/+5
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+2
2019-04-19Some cleanup to `maybe_parse_struct_expr`Vadim Petrochenkov-0/+1
2019-04-19Emit specific error for struct literal in conditionsEsteban Küber-156/+92
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-8/+6
2019-04-11review commentsEsteban Küber-2/+2
2019-04-10Recover from missing semicolon based on the found tokenEsteban Küber-0/+52
2019-04-01Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p...Mazdak Farrokhzad-0/+17
2019-03-31Rollup merge of #59572 - davidtwco:issue-59508, r=varkorMazdak Farrokhzad-5/+5
2019-03-31Only mention const generics if enabled.David Wood-5/+5
2019-03-30Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkovMazdak Farrokhzad-4/+124
2019-03-29revert change to test file as per review requestEsteban Küber-2/+1
2019-03-29Rollup merge of #59467 - hgallagher1993:local_branch, r=estebankMazdak Farrokhzad-2/+4
2019-03-28fix text after rebaseEsteban Küber-0/+8
2019-03-28Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obkMazdak Farrokhzad-71/+71
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-5/+118
2019-03-28Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavisMazdak Farrokhzad-18/+2