about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-20Consider parent predicates in ImpossiblePredicates pass.Camille GILLOT-28/+39
2025-07-20tests: cover more `exported_private_dependencies` casesDavid Mládek-20/+223
2025-07-20Consider param-env for fast pathMichael Goulet-52/+52
2025-07-20Ban projecting into SIMD types [MCP838]Scott McMurray-32/+21
2025-07-20...and wasm tests tooScott McMurray-1/+3
2025-07-20So many test updates x_xScott McMurray-1037/+805
2025-07-20Don't consider unstable fields always-inhabitedNadrieril-94/+49
2025-07-20Rollup merge of #144190 - scottmcm:spanned-errors-in-mir-validation, r=RalfJungGuillaume Gomez-2/+2
2025-07-20Rollup merge of #144150 - Gelbpunkt:globalmerge, r=Mark-SimulacrumGuillaume Gomez-1/+1
2025-07-20Rollup merge of #144143 - Gelbpunkt:target-features-crt-static, r=RalfJungGuillaume Gomez-0/+32
2025-07-20Rollup merge of #143720 - scottmcm:rvalue-always-operand, r=lcnrGuillaume Gomez-0/+56
2025-07-20Lower extra lifetimes before normal generic params.Camille GILLOT-0/+20
2025-07-20Add test.Camille GILLOT-0/+12
2025-07-20Add testNadrieril-8/+71
2025-07-20Reject relaxed bounds inside associated type boundsLeón Orell Valerian Liehr-10/+26
2025-07-20Rollup merge of #144142 - compiler-errors:itib, r=fmeaseMatthias Krüger-0/+30
2025-07-20Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqkMatthias Krüger-4/+11
2025-07-20Rollup merge of #144078 - bjorn3:fix_test, r=compiler-errorsMatthias Krüger-1/+2
2025-07-20Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycatMatthias Krüger-8/+20
2025-07-20Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJungMatthias Krüger-57/+18
2025-07-20tests: debuginfo: Work around or disable broken tests on powerpcJens Reidel-2/+9
2025-07-19Split repeat-operand codegen testScott McMurray-11/+28
2025-07-19Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` tooScott McMurray-0/+39
2025-07-19add non-regression test for issue 144168Rémy Rakic-0/+97
2025-07-19Give a message with a span on validation errorScott McMurray-2/+2
2025-07-19tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)Martin Nordholts-82/+89
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-54/+1589
2025-07-19Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqkbors-10/+539
2025-07-19Rollup merge of #144108 - CaiWeiran:run-make_test, r=jieyouxuMatthias Krüger-0/+1
2025-07-19Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errorsMatthias Krüger-54/+69
2025-07-19Rollup merge of #144073 - erickt:ignore-test-on-fuchsia, r=lqdMatthias Krüger-0/+3
2025-07-19Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillotMatthias Krüger-0/+214
2025-07-19Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4Matthias Krüger-0/+1302
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-667/+806
2025-07-18add gpu offload codegen host side testManuel Drehwald-0/+80
2025-07-18fix `ui/rustc_public-ir-print` outputsMakai-3/+3
2025-07-18use `RustcPublic` instead of `StableMir`Makai-22/+22
2025-07-18rename `ui/stable-mir-print`Makai-0/+0
2025-07-18rename `ui-fulldeps/stable-mir`Makai-0/+0
2025-07-18tests: assembly: cstring-merging: Disable GlobalMerge passJens Reidel-1/+1
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-245/+247
2025-07-18Rollup merge of #144050 - JonathanBrouwer:cross-crate-reexport, r=jdonszelmannMatthias Krüger-0/+34
2025-07-18Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errorsMatthias Krüger-503/+502
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-103/+222
2025-07-18Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukangMatthias Krüger-61/+48
2025-07-19Add test demonstrating current beta `#[align]` name resolution regressionJieyou Xu-0/+43
2025-07-18tests: Skip supported-crate-types test on musl hostsJens Reidel-0/+5
2025-07-18tests: Add a regression test for crt-static with target featuresJens Reidel-0/+32
2025-07-18Add implicit sized bound to trait ascription typesMichael Goulet-0/+30
2025-07-18fix: don't panic on volatile access to nullLuigi Sartor Piucco-57/+18