about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-21Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnrJacob Pratt-0/+11
2025-08-21Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=dianqkJacob Pratt-59/+46
2025-08-21Rollup merge of #145604 - compiler-errors:static-closure, r=fmeaseJacob Pratt-22/+60
2025-08-21Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=davidtwcoJacob Pratt-130/+130
2025-08-21Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhprattJacob Pratt-34/+160
2025-08-21Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar...Jacob Pratt-0/+77
2025-08-22Add reborrow feature gate testAapo Alasuutari-0/+16
2025-08-21refactor rustdoc::invalid_html_tags tag parserbinarycat-19/+117
2025-08-21add regression test for #145529binarycat-1/+44
2025-08-21rustdoc-search: GUI tests check for `//` in URLMichael Howell-0/+7
2025-08-21next-solver fix const_trait_impl bootstraplcnr-0/+53
2025-08-21Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64WANG Rui-25/+1019
2025-08-21split up context.rsJana Dönszelmann-29/+29
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-104/+104
2025-08-21Consolidate panicking functions in `slice/index.rs`Karl Meakin-34/+160
2025-08-21Fix LoongArch C function ABI when passing/returning structs containing floatsWANG Rui-8/+222
2025-08-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi...Andrew Zhogin-61/+229
2025-08-21Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhprattbors-123/+292
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-123/+173
2025-08-21Rollup merge of #145642 - xizheyin:145611, r=lcnrJacob Pratt-0/+31
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-0/+36
2025-08-21Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiserJacob Pratt-0/+9
2025-08-21Rollup merge of #144915 - compiler-errors:tail-call-ret-ty-equality, r=Waffle...Jacob Pratt-0/+43
2025-08-21Handle `ReEarlyParam` in `type_name`.Nicholas Nethercote-1/+17
2025-08-21Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B...bors-81/+97
2025-08-20Add codegen regression testsokaneco-0/+182
2025-08-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-13/+34
2025-08-20Detect missing `if let` or `let-else`Esteban Küber-0/+63
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+20
2025-08-20Adjust test to still show miscompileNikita Popov-0/+3
2025-08-20Tell LLVM about read-only capturesNikita Popov-13/+31
2025-08-20Instantiate higher-ranked binder with erased when checking IntoIterator predi...Michael Goulet-0/+11
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+20
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-0/+36
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-123/+173
2025-08-20update some s390x codegen testsFolkert de Vries-59/+46
2025-08-20Do not use effective_visibilities query for Adt types of a local trait while ...xizheyin-0/+31
2025-08-20diagnostics :3lcnr-40/+28
2025-08-20handle opaque types before region inferencelcnr-108/+136
2025-08-20Rollup merge of #145626 - folkertdev:prefetch-fallback, r=AmanieuJacob Pratt-40/+32
2025-08-20Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiserJacob Pratt-0/+18
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-343/+388
2025-08-19Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxubors-46/+5
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-40/+32
2025-08-19Defer tail call ret ty equality to check_tail_callsMichael Goulet-0/+43
2025-08-19bless tests with new lint messagesKarol Zwolak-343/+343
2025-08-19mention lint group in default level lint noteKarol Zwolak-0/+45
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-318/+653
2025-08-19Pretty print the name of an future from calling async closureMichael Goulet-0/+18
2025-08-19Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxubors-144/+261