about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2021-08-02Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwcoCameron Steffen-8/+12
2021-08-02Better message for invalid keyword placement in fnAlexis Bourget-0/+132
2021-07-31Require parentheses to avoid confusions around labeled break and loop express...Fabian Wolff-17/+65
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-8/+12
2021-07-31Fix a parser ICE on invalid `fn` bodyYuki Okushi-0/+28
2021-07-30Use multispan suggestions more oftenEsteban Küber-14/+29
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-59/+0
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-3/+16
2021-07-26Actually infer args in visitorskadmin-3/+16
2021-07-26Rollup merge of #87436 - ebobrow:suggest-semicolon, r=oli-obkGuillaume Gomez-7/+61
2021-07-25Add generic arg inferkadmin-2/+2
2021-07-24fix code to suggest `;` on parse errorElliot Bobrow-7/+61
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-1/+5
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-1/+5
2021-07-18Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebankbors-0/+20
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-0/+9
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-0/+9
2021-07-16Make GATs no longer incompleteJack Huey-21/+11
2021-07-14Suggest a path separator if a stray colon is found in a match armFabian Wolff-0/+134
2021-07-11Add diagnostics test for mistyped inclusive rangesinquisitivecrystal-0/+20
2021-07-08Rollup merge of #86932 - rylev:fix-ice-86895, r=estebankYuki Okushi-0/+11
2021-07-07Fix ICE when misplaced visibility cannot be properly parsedRyan Levick-0/+11
2021-07-02Recover from `&dyn mut ...` parse errorsFabian Wolff-0/+24
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+193
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-25Address PR feedbackRyan Levick-32/+32
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-32/+32
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-22Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...bors-10/+2
2021-06-20Update rustfix for compiletest.Eric Huss-9/+11
2021-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-40/+40
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-34/+0
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-40/+40
2021-06-05Fix handling of unmatched angle brackets in parserFabian Wolff-0/+73
2021-06-04Remove incorrect assertion in type parsing codeFabian Wolff-0/+62
2021-05-30Don't drop `PResult` without handling the errorLeSeulArtichaut-0/+34
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-28/+28
2021-05-11Recover from invalid `struct` item syntaxEsteban Küber-0/+162
2021-05-11Updates to tests.Felix S. Klock II-10/+2
2021-05-09remove const_fn feature gateRalf Jung-21/+20
2021-05-07Rollup merge of #84896 - estebank:issue-84772, r=jackh726Dylan DPC-0/+94
2021-05-06E0583: Include secondary path in error messageDeadbeef-3/+3
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-77/+139
2021-05-03Handle incorrect placement of parentheses in trait bounds more gracefullyEsteban Küber-0/+94
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-1/+73
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-26/+4
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+25
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+25
2021-04-16Fix testsRyan Levick-77/+139
2021-04-13Rollup merge of #84140 - b-naber:parser_past_eof, r=varkorDylan DPC-0/+58