about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2022-11-11Rollup merge of #104202 - camsteffen:103748, r=estebankDylan DPC-0/+59
2022-11-11Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebankbors-0/+154
2022-11-09Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile...Michael Goulet-0/+39
2022-11-09Add domain size check to fix ICECameron Steffen-0/+59
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-30/+30
2022-11-08Parser: Recover from using colon as path separator in importsBruno A. Muciño-0/+39
2022-11-08Rollup merge of #103521 - chenyukang:yukang/fix-103451-avoid-hang, r=jackh726...Manish Goregaokar-0/+37
2022-11-07Rollup merge of #103986 - compiler-errors:oh-no-bad-block-should-not-have-lab...Dylan DPC-0/+219
2022-11-07Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkovYuki Okushi-9/+21
2022-11-07Make underscore_literal_suffix a hard error.Nicholas Nethercote-9/+21
2022-11-06Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726bors-8/+8
2022-11-05Merge conflicts and rebase onto masterMichael Goulet-8/+8
2022-11-04Don't silently eat label before block in block-like exprMichael Goulet-0/+219
2022-11-04fake a base to suppress later extra error messageyukang-24/+21
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-30/+30
2022-11-04fix #102806, suggest use .. to fill in the rest of the fields of Structyukang-0/+73
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-59/+0
2022-10-26Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwcoDylan DPC-0/+44
2022-10-25Fix #103451, find_width_of_character_at_span return width with 1 when reachin...yukang-0/+37
2022-10-25Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiserYuki Okushi-0/+25
2022-10-24fix #103425, remove extra type error after missing semicolon erroryukang-0/+44
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-12/+112
2022-10-22Don't erroneously deny semicolons after closure expr within parentheses in a ...Michael Goulet-0/+14
2022-10-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-12/+112
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-59/+0
2022-10-20fix assertion failed for break_last_token and trailing tokenyukang-0/+25
2022-10-18Clean up query descriptionsnils-3/+3
2022-10-14Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkovDylan DPC-0/+7
2022-10-13Move some tests to more reasonable directoriesCaio-0/+7
2022-10-11Fix let removal suggestion in structMichael Goulet-6/+70
2022-10-10Rollup merge of #101789 - gimbles:let, r=estebankMatthias Krüger-2/+8
2022-10-10`let` is not allowed in struct field definitionsgimbles-2/+8
2022-10-10Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebankYuki Okushi-0/+17
2022-10-08Stabilize half_open_range_patternsUrgau-118/+114
2022-10-08fix #102182, recover from impl Trait in type param boundyukang-0/+17
2022-10-06Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwcoMatthias Krüger-27/+27
2022-10-05Delay function resolution error until typeckMichael Goulet-27/+27
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-14/+0
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-10/+10
2022-10-01Recover wrong cased keywords starting functionsMaybe Waffle-3/+129
2022-10-01recover wrong-cased `use`s (`Use`, `USE`, etc)Maybe Waffle-0/+28
2022-10-01bless ui testsMaybe Waffle-10/+10
2022-09-30Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-...Matthias Krüger-5/+7
2022-09-29improve E0585 helpRageking8-18/+18
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-17/+17
2022-09-27Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwcoMatthias Krüger-4/+31
2022-09-27Rework "inner attribute not permitted" errorsXiretza-1/+1
2022-09-27Migrate "invalid literal suffix" diagnostic to diagnostic structsXiretza-16/+16
2022-09-28improve errors for incomplete functions in struct definitionsTakayuki Maeda-5/+7
2022-09-27Structured suggestion for missing mut/const in pointerMichael Goulet-4/+31