about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-9/+9
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-9/+9
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-10/+10
2020-11-25add testsb-naber-10/+10
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-1/+1
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-6/+6
2020-11-17Fix ui tests for `fn`s with qualifiers in `extern` blocksThePuzzlemaker-21/+42
2020-11-16improve error message for const ty param mismatchBastian Kauschke-4/+0
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-10-30Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnayYuki Okushi-4/+10
2020-10-29Add regression testEsteban Küber-0/+6
2020-10-29Revert invalid `fn` return type parsing changeEsteban Küber-4/+4
2020-10-29Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnrYuki Okushi-6/+6
2020-10-28Adjust turbofish help message for const genericsvarkor-6/+6
2020-10-28Rollup merge of #78379 - estebank:fn-signature-parse, r=varkorDylan DPC-19/+30
2020-10-25Tweak invalid `fn` header and body parsingEsteban Küber-10/+9
2020-10-26Use ? in core/std macrosTaiki Endo-1/+1
2020-10-25Rely on regular "expected"/"found" parser error for `fn`Esteban Küber-13/+25
2020-10-22Bless testsSantiago Pastorino-2/+2
2020-10-17Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obkbors-2/+2
2020-10-16Add inline const testsSantiago Pastorino-30/+0
2020-10-16Parse inline const patternsSantiago Pastorino-2/+22
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+10
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+3
2020-10-15fix off-by-one in parameter spansAndy Russell-34/+34
2020-10-11rustc_parse: More precise spans for `tuple.0.0`Vadim Petrochenkov-5/+5
2020-10-07Detect blocks that could be struct expr bodiesEsteban Küber-0/+56
2020-10-06Fix tests from rebaseMatthew Jasper-0/+1
2020-10-05Fix span for unicode escape suggestion.Eric Huss-3/+3
2020-10-02Rollup merge of #77444 - estebank:pat-field-label, r=davidtwcoJonas Schievink-4/+10
2020-10-02Fix span for incorrect pattern field and add labelEsteban Küber-4/+10
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-47/+20
2020-09-26`char` not charvarkor-24/+24
2020-09-22Suggest async {} for async || {}Andy Weiss-12/+2
2020-09-22Bless testsDylan MacKenzie-20/+47
2020-09-15improve diagnostics for lifetime after `&mut`SNCPlay42-0/+74
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-0/+55
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-6/+6
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-9/+9
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-9/+9
2020-09-02Improve recovery on malformed format callSasha-2/+2
2020-09-02lexer: Tiny improvement to shebang detectionVadim Petrochenkov-8/+5
2020-09-01Clarify message about unresolved useKornel-6/+6
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-0/+18
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-5/+12
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-15/+15
2020-08-14Rollup merge of #75513 - estebank:confused-parser, r=davidtwcoTyler Mandry-17/+3
2020-08-14Tweak output of E0225Esteban Küber-15/+15