about summary refs log tree commit diff
path: root/tests
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-13Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhprattbors-204/+211
2025-02-12Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddleJacob Pratt-0/+17
2025-02-12Rollup merge of #136217 - taiki-e:csky-asm-flags, r=AmanieuJacob Pratt-0/+24
2025-02-12Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errorsJacob Pratt-61/+85
2025-02-12Rollup merge of #135025 - Flakebi:alloca-addrspace, r=nikicJacob Pratt-0/+18
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-143/+67
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-12Rollup merge of #136761 - workingjubilee:specify-opt-level-for-codegen-tests,...Guillaume Gomez-291/+271
2025-02-12Rollup merge of #136758 - workingjubilee:specify-opt-level-for-tests, r=saethlinGuillaume Gomez-67/+83
2025-02-12Add regression test for #136899Guillaume Gomez-0/+17
2025-02-12Auto merge of #135336 - tshepang:patch-5, r=jieyouxubors-6/+4
2025-02-12Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomezbors-164/+134
2025-02-12Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obkGuillaume Gomez-9/+9
2025-02-12Rollup merge of #136829 - GuillaumeGomez:move-line-numbers-into-code, r=notri...Guillaume Gomez-151/+102
2025-02-12Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJungGuillaume Gomez-3/+3
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-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-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-233/+233
2025-02-11tests: simplify dont-shuffle-bswaps testJubilee Young-30/+10
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 #136786 - compiler-errors:de-de-duplicate-blocks, r=oli-obkMatthias Krüger-217/+0
2025-02-11Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...Matthias Krüger-0/+8
2025-02-11Add regression test for source line numbersGuillaume Gomez-0/+35
2025-02-11Update rustdoc testsGuillaume Gomez-151/+67
2025-02-11Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhprattbors-28/+69
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