about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-15Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errorsLeón Orell Valerian Liehr-12/+12
2025-03-15Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2025-03-15Rollup merge of #138460 - xizheyin:issue-138319, r=petrochenkovLeón Orell Valerian Liehr-0/+71
2025-03-15Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkovLeón Orell Valerian Liehr-16/+23
2025-03-14Fix typo in hir lowering lint diagYotam Ofek-12/+12
2025-03-14Rollup merge of #137619 - Pyr0de:issue_137249, r=fmeaseLeón Orell Valerian Liehr-0/+19
2025-03-14Rollup merge of #134720 - malezjaa:feat/crate-type-valid-values, r=jieyouxuLeón Orell Valerian Liehr-6/+12
2025-03-14Show valid crate types when the user passes unknown `--crate-type` valuemalezjaa-6/+12
2025-03-14Pass precise HirId when calling check_stabilityxizheyin-0/+71
2025-03-14Rollup merge of #138461 - WaffleLapkin:indate-comment, r=ehussJacob Pratt-1/+0
2025-03-14Rollup merge of #138442 - dianne:deref-pat-euv-fix, r=compiler-errorsJacob Pratt-0/+15
2025-03-14Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxuJacob Pratt-0/+21
2025-03-14rustc_target: Add target features for LoongArch v1.1WANG Rui-16/+23
2025-03-14Handle `_` properly in a couple of places.Nicholas Nethercote-1/+1
2025-03-13Remove an outdated line from a test commentWaffle Lapkin-1/+0
2025-03-13Rollup merge of #138399 - Bryanskiy:delegation-extern-fn, r=petrochenkovMatthias Krüger-0/+49
2025-03-13Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obkMatthias Krüger-0/+53
2025-03-13Provide helpful diagnostics for shebang lookalikesPyrode-0/+19
2025-03-13Delegation: allow foreign fns `reuse`Bryanskiy-0/+49
2025-03-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-0/+13
2025-03-13EUV: fix place of deref pattern's interior's scrutineedianne-0/+15
2025-03-13Auto merge of #138249 - compiler-errors:auto-self, r=lcnrbors-28/+3
2025-03-13Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearthbors-107/+198
2025-03-13Visit PatField when collecting lint levelsMichael Goulet-0/+21
2025-03-12Add an opt-out in pretty printing for RTN renderingMichael Goulet-0/+53
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-123/+91
2025-03-12Rollup merge of #138409 - xingxue-ibm:use-sigaction, r=compiler-errorsManish Goregaokar-24/+3
2025-03-12Rollup merge of #138407 - Bryanskiy:delegation-variadic, r=petrochenkovManish Goregaokar-11/+47
2025-03-12Rollup merge of #138403 - Bryanskiy:delegation-ice-2, r=petrochenkovManish Goregaokar-0/+34
2025-03-12Rollup merge of #138357 - lcnr:goodbye-TypeVerifier-rarw, r=compiler-errorsManish Goregaokar-8/+8
2025-03-12Rollup merge of #138259 - compiler-errors:disentangle-ribs, r=BoxyUwUManish Goregaokar-64/+74
2025-03-12Rollup merge of #138175 - sam-mccall:binobj, r=nnethercoteManish Goregaokar-0/+32
2025-03-12Rollup merge of #137314 - lcnr:cycles-with-unknown-kind, r=compiler-errorsMatthias Krüger-123/+91
2025-03-12Disentangle ForwardGenericParamBan and ConstParamTy ribsMichael Goulet-64/+74
2025-03-12Use sa_sigaction instead of sa_union.__su_sigaction for AIX.Xing Xue-24/+3
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-42/+87
2025-03-12Delegation: reject C-variadicsBryanskiy-11/+47
2025-03-12Delegation: one more ICE fix for `MethodCall` generationBryanskiy-0/+34
2025-03-12Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiserMatthias Krüger-62/+44
2025-03-12Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwUMatthias Krüger-5/+93
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-40/+624
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-62/+44
2025-03-11Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwUMatthias Krüger-0/+21
2025-03-11Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwUMatthias Krüger-0/+59
2025-03-11Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4Matthias Krüger-30/+74
2025-03-11Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwUMatthias Krüger-10/+470
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-2131/+2404
2025-03-11Migrate alloc to Rust 2024Eric Huss-20/+2
2025-03-11Migrate core to Rust 2024Eric Huss-33/+3
2025-03-11Add a test for new 2024 standard library behaviorEric Huss-0/+61