about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-10/+13
2025-09-18Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...Matthias Krüger-18/+36
2025-09-15Bump rustfix 0.8.1 -> 0.8.7Jynn Nelson-2/+2
2025-09-13Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxuJacob Pratt-0/+17
2025-09-12Add test batch 3Oneirical-0/+17
2025-09-11c-variadic: allow trait methods to be c-variadicFolkert de Vries-8/+16
2025-09-11c-variadic: allow inherent methods to be c-variadicFolkert de Vries-10/+20
2025-09-10Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubileeMatthias Krüger-64/+111
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-31/+48
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-12/+42
2025-09-09Rollup merge of #145463 - jieyouxu:error-suffix, r=fmeaseMatthias Krüger-44/+304
2025-09-08c-variadic: reject non-extern functionsFolkert de Vries-4/+4
2025-09-08disallow c-variadic associated functions (for now)Folkert de Vries-18/+18
2025-09-08Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnrbors-67/+36
2025-09-05Auto merge of #146044 - estebank:issue-88727, r=chenyukangbors-7/+270
2025-09-03simplify `check_c_variadic_type`Folkert de Vries-67/+36
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-42/+42
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-42/+42
2025-09-02Suggest parentheses around if-expressionsEsteban Küber-2/+177
2025-08-31More targeted parentheses suggestion for match statement intended as expressionEsteban Küber-7/+88
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-3/+10
2025-08-29Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxuMatthias Krüger-0/+7
2025-08-28Update uitest stderrJonathan Brouwer-50/+4
2025-08-28Add another case to the bad-lit-suffixes testJonathan Brouwer-1/+23
2025-08-28Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxuStuart Cook-0/+2
2025-08-27Changes to the uitestsJonathan Brouwer-9/+35
2025-08-27Add test batch 1Oneirical-0/+7
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+2
2025-08-22Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmeaseJacob Pratt-4/+4
2025-08-22Rollup merge of #137396 - compiler-errors:param-default, r=fmeaseJacob Pratt-0/+19
2025-08-22Recover param: Ty = EXPRMichael Goulet-0/+19
2025-08-22Updated uitests for new parserJonathan Brouwer-34/+88
2025-08-22address review commentsDeadbeef-4/+4
2025-08-22don't print invalid labels with `r#`Deadbeef-2/+2
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-3/+3
2025-08-19bless tests with new lint messagesKarol Zwolak-3/+3
2025-08-19Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-6/+6
2025-08-18Turn invalid index suffixes into hard errorsJieyou Xu-123/+82
2025-08-18Add test coverage for proc-macro invalid tup index suffixesJieyou Xu-0/+98
2025-08-18Expand `tuple-index-suffix` test coverageJieyou Xu-19/+222
2025-08-18Rename and move tuple index suffix regression testJieyou Xu-0/+0
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-6/+139
2025-08-16Clean up parsers related to generic boundsLeón Orell Valerian Liehr-6/+6
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-6/+139
2025-08-14Add FnContext in parser for diagnosticxizheyin-28/+1
2025-08-14Add test suggest-self-in-bare-functionxizheyin-0/+87
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-0/+1
2025-08-11Tweak trait modifier errorsCameron Steffen-12/+12
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-5/+45
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-0/+1