about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-12-30Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillotbors-0/+37
2023-12-30Update to bitflags 2 in the compilerNilstrieb-8/+8
2023-12-30Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgrbors-6/+29
2023-12-30Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=NilstriebMatthias Krüger-6/+29
2023-12-30Auto merge of #119377 - tmiasko:after, r=cjgillotbors-1/+1
2023-12-30Auto merge of #116012 - cjgillot:gvn-const, r=oli-obkbors-6/+0
2023-12-30Fix invalid check-cfg Cargo feature diagnostic helpUrgau-2/+1
2023-12-30Add check-cfg test for Cargo feature without valueUrgau-6/+30
2023-12-29Rollup merge of #119410 - est31:fix_if_guard_unused, r=NilstriebMatthias Krüger-2/+2
2023-12-29Rollup merge of #119406 - lqd:issue-114325, r=compiler-errorsMatthias Krüger-0/+55
2023-12-29Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillotMatthias Krüger-629/+29
2023-12-29Auto merge of #118911 - Young-Flash:fix_issue_118819, r=fmeasebors-4/+120
2023-12-29Rename testest31-2/+2
2023-12-29add non-regression test for issue 114325Rémy Rakic-0/+55
2023-12-29Also walk bindings created by if-let guardsest31-0/+23
2023-12-28rustc_lint: Prevent triplication of 'unknown lint' lintMartin Nordholts-369/+19
2023-12-28rustc_lint: Prevent multiple 'incompatible with previous forbid' lintsMartin Nordholts-203/+7
2023-12-28rustc_lint: Prevent multiple 'lint ignored' lintsMartin Nordholts-57/+3
2023-12-28Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkovMatthias Krüger-25/+25
2023-12-28Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkovMatthias Krüger-0/+33
2023-12-28Don't validate / lint MIR before each passTomasz Miąsko-1/+1
2023-12-28Don't expect bodyless arms if the pattern can never be a never patternLieselotte-25/+25
2023-12-28Add regression test for #106630Dominic-0/+33
2023-12-27Auto merge of #119105 - dtolnay:paren, r=WaffleLapkinbors-0/+60
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-111/+372
2023-12-27Auto merge of #117303 - sjwang05:issue-117245, r=estebankbors-0/+200
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-111/+372
2023-12-27Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkinMatthias Krüger-14/+33
2023-12-27fix broken CI and code reviewYoung-Flash-6/+53
2023-12-26Suggest `=>` --> `>=` in conditionssjwang05-0/+200
2023-12-26Suggest `=` to `==` in more cases, even in the face of reference mismatchEsteban Küber-1/+17
2023-12-26Auto merge of #118431 - sjwang05:issue-44695, r=estebankbors-54/+377
2023-12-26Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errorsbors-4/+71
2023-12-26Rollup merge of #119323 - lukas-code:test-never-to-infinite, r=compiler-errorsMichael Goulet-1/+31
2023-12-26Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkovMichael Goulet-0/+4
2023-12-26Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkovMichael Goulet-3/+2
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-0/+34
2023-12-26Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errorsbors-0/+37
2023-12-26add test for coercing never to infinite typeLukas Markeffsky-0/+30
2023-12-26rename testsLukas Markeffsky-1/+1
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-0/+19
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-51/+92
2023-12-26Don't drop a hir node after loweringNadrieril-0/+37
2023-12-26fallback `default` to `None` during ast-loweing for lifetime binderbohan-0/+37
2023-12-26Auto merge of #119258 - compiler-errors:closure-kind, r=eholkbors-4/+4
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-3/+2
2023-12-25Make closures carry their own ClosureKind, rather than deducing what it is fr...Michael Goulet-4/+4
2023-12-25Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillotbors-0/+59
2023-12-25Pass DeadItem and lint as consistent group in dead-code.Camille GILLOT-0/+4
2023-12-25Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Kibors-6/+154