about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
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-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi...Andrew Zhogin-25/+187
2025-08-21Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhprattbors-120/+280
2025-08-21Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errorsJacob Pratt-120/+170
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 #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-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-2/+5
2025-08-20Detect missing `if let` or `let-else`Esteban Küber-0/+63
2025-08-20Adjust test to still show miscompileNikita Popov-0/+3
2025-08-20Tell LLVM about read-only capturesNikita Popov-2/+2
2025-08-20Instantiate higher-ranked binder with erased when checking IntoIterator predi...Michael Goulet-0/+11
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-120/+170
2025-08-20update some s390x codegen testsFolkert de Vries-9/+9
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 #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-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-135/+178
2025-08-19Gate static coroutines behind a parser featureMichael Goulet-22/+60
2025-08-19Rollup merge of #145568 - fee1-dead-contrib:push-uvsonuzxmkus, r=fmease许杰友 Jieyou Xu (Joe)-4/+3
2025-08-19Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=davidtwco许杰友 Jieyou Xu (Joe)-0/+99
2025-08-19Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann许杰友 Jieyou Xu (Joe)-312/+509
2025-08-19Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-6/+28
2025-08-19Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+17
2025-08-19Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr许杰友 Jieyou Xu (Joe)-0/+8
2025-08-19Rollup merge of #145099 - heiher:loong-32s, r=folkertdev许杰友 Jieyou Xu (Joe)-0/+1
2025-08-19Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu许杰友 Jieyou Xu (Joe)-118/+134
2025-08-19Rollup merge of #142079 - lcnr:opaque-types-universes, r=BoxyUwU许杰友 Jieyou Xu (Joe)-17/+10
2025-08-19Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco许杰友 Jieyou Xu (Joe)-0/+25
2025-08-19Auto merge of #142487 - estebank:serde-attr-5, r=petrochenkovbors-0/+15
2025-08-19Avoid using `()` in `derive(From)` output.Nicholas Nethercote-42/+2
2025-08-19Update uitestsJonathan Brouwer-312/+509
2025-08-19Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkovStuart Cook-15/+42
2025-08-19Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkovStuart Cook-24/+18
2025-08-19Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwUStuart Cook-44/+60
2025-08-19Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercoteStuart Cook-9/+115
2025-08-19Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errorsStuart Cook-39/+22
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-180/+474