about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-59/+0
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-16/+16
2021-08-11Modify structured suggestion outputEsteban Küber-225/+227
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-16/+16
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-0/+132
2021-08-04Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitorbors-1/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-08-04Auto merge of #87026 - FabianWolff:issue-86948, r=estebankbors-17/+67
2021-08-03Use a multipart suggestion for the parenthesesFabian Wolff-3/+5
2021-08-03Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obkYuki Okushi-0/+28
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