about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
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
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