summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2021-07-02Updates to tests.Felix S. Klock II-10/+2
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-34/+0
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-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
2021-04-12add testb-naber-0/+58
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-34/+35
2021-04-10Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726bors-3/+42
2021-04-09Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verboseEsteban Küber-144/+18
2021-04-08Add unclosed brace in use tree testEsteban Küber-0/+165
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-1/+1
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-26/+4
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-12/+6
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+51
2021-03-18Auto merge of #76447 - pickfire:async-pub, r=estebankbors-17/+121
2021-03-17Add pub as optional check_front_matterIvan Tham-17/+22
2021-03-17Add help assertion for async pub testIvan Tham-0/+6
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-39/+132
2021-03-17Fix bad diagnostics for anon params with refYuki Okushi-0/+14
2021-03-13Improve the wording for the `can't reassign` errorYuki Okushi-0/+6
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-1/+1
2021-03-08Rollup merge of #82800 - jyn514:group-rustdoc-tests, r=Mark-SimulacrumMara Bos-0/+47
2021-03-08Move rustdoc UI tests into a subdirectoryJoshua Nelson-0/+47
2021-03-08Rollup merge of #82415 - petrochenkov:modin3, r=davidtwcoDylan DPC-11/+13
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-0/+12
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-25/+4
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+12
2021-03-06address commentsHenry Boisdequin-5/+2
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-11/+13
2021-03-03Detect match arm body without bracesEsteban Küber-0/+222
2021-03-03Fix diagnostic suggests adding type `[type error]`Henry Boisdequin-20/+2
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-9/+21
2021-02-27Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasperDylan DPC-0/+0
2021-02-26Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebankGuillaume Gomez-2/+4
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-1/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-9/+21
2021-02-25add helpful error notes and fix the false 'defined here' messagesHenry Boisdequin-1/+1