about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-02-13Rework collapse method to work correctly with more complex supertrait graphsMichael Goulet-0/+219
2025-02-13Implement shadowing lintMichael Goulet-0/+100
2025-02-13Implement RFC 3624 supertrait_item_shadowingMichael Goulet-0/+79
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-36/+31
2025-02-13Use BikeshedGuaranteedNotDrop in unsafe binder type WF tooMichael Goulet-79/+38
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-2/+16
2025-02-13Use core stubs in some CMSE testsMichael Goulet-20/+19
2025-02-13Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhprattbors-201/+152
2025-02-13Improved named region errorsMichael Goulet-17/+33
2025-02-12Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errorsJacob Pratt-61/+85
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-140/+67
2025-02-12Use the right binder for rebinding PolyTraitRefMichael Goulet-0/+18
2025-02-12Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obkbors-1/+1
2025-02-12Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,...Guillaume Gomez-4/+4
2025-02-12Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmeaseGuillaume Gomez-0/+41
2025-02-12Auto merge of #135336 - tshepang:patch-5, r=jieyouxubors-6/+4
2025-02-12Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomezbors-10/+29
2025-02-12Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obkGuillaume Gomez-9/+9
2025-02-12Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwUGuillaume Gomez-1/+20
2025-02-12Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkinbors-5/+78
2025-02-12Auto merge of #136905 - matthiaskrgr:rollup-8zwcgta, r=matthiaskrgrbors-183/+223
2025-02-12Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqdMatthias Krüger-0/+18
2025-02-12Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwUMatthias Krüger-0/+32
2025-02-12Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwUMatthias Krüger-149/+54
2025-02-12Rollup merge of #136193 - oli-obk:pattern-type-ffi-checks, r=chenyukangMatthias Krüger-22/+83
2025-02-12Rollup merge of #135965 - estebank:shorten-ty-sugg, r=lcnrMatthias Krüger-12/+36
2025-02-11compiler: compare and hash ExternAbi like its stringJubilee Young-4/+4
2025-02-12Auto merge of #136074 - compiler-errors:deeply-normalize-next-solver, r=lcnrbors-3/+104
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-9/+9
2025-02-12clarifyTshepang Mbambo-3/+3
2025-02-12test cli functionality in all targetsTshepang Mbambo-3/+1
2025-02-12Fix diagnostic when using = instead of : in let bindingsyukang-0/+51
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-5/+78
2025-02-11Remove some the spans pointing at the enum in the path and its generic argsEsteban Küber-21/+18
2025-02-11Explain that in paths generics can't be set on both the enum and the variantEsteban Küber-19/+41
2025-02-11Check sig for errors before checking for unconstrained anonymous lifetimeMichael Goulet-0/+18
2025-02-11Always perform discr read for never pattern in EUVMichael Goulet-0/+16
2025-02-11Deeply normalize signature in new solverMichael Goulet-3/+54
2025-02-11Deeply normalize in impl headerMichael Goulet-0/+28
2025-02-11Deeply normalize args for implied boundsMichael Goulet-0/+22
2025-02-11Lower fn items as ZST valtrees and delay a bugMichael Goulet-0/+32
2025-02-11Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...Matthias Krüger-0/+8
2025-02-11Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhprattbors-28/+35
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-61/+85
2025-02-11Handle pattern types wrapped in `Option` in FFI checksOli Scherer-49/+3
2025-02-11Add a TyPat in the AST to reuse the generic arg lowering logicOli Scherer-149/+54
2025-02-11Correctly handle pattern types in FFI redeclaration lintsOli Scherer-30/+4
2025-02-11Correctly handle pattern types in FFI safetyOli Scherer-39/+9
2025-02-11Add ffi tests for pattern typesOli Scherer-22/+185
2025-02-11Rollup merge of #136837 - compiler-errors:contracts-body-lowering, r=celinvalJacob Pratt-0/+29