about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
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-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
2022-09-27fix a ui testTakayuki Maeda-0/+2
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-3/+38
2022-09-26Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...Matthias Krüger-4/+45
2022-09-26Rollup merge of #102143 - Rageking8:fix-101540, r=TaKO8Kifee1-dead-0/+17
2022-09-25Recover some items that expect braces and don't take semicolonsMichael Goulet-4/+45
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-4/+4
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+1
2022-09-23Fix slight issues with stderrRageking8-2/+3
2022-09-23Change UI test stderrRageking8-4/+3
2022-09-22recover from struct nested in structRageking8-0/+17
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-4/+4
2022-09-16tweak suggestionyukang-1/+1
2022-09-15fix #101797: Suggest associated const for incorrect use of let in traitsyukang-0/+28
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-3/+3
2022-09-13Update parsing testEric Holk-3/+3
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-27/+18
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-23/+15
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-27/+18
2022-09-11fix #101626, suggest pub instead of public for const type itemyukang-0/+31
2022-09-09Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwUDylan DPC-88/+72
2022-09-09reviewlcnr-10/+10
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-108/+78
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+54
2022-09-08merge testslcnr-88/+72
2022-09-08update ui testslcnr-10/+10
2022-09-08fixes #101477: Recover from typo where == is used in place of =yukang-0/+54
2022-09-07Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-...Matthias Krüger-2/+13
2022-09-07do not suggest a semicolon for a macro without `!`Takayuki Maeda-2/+13