about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-11-05Tweak E0320 overflow error wordingEsteban Küber-15/+15
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-0/+71
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-239/+239
2024-11-05Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubileebors-198/+248
2024-11-04Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errorsJubilee-197/+128
2024-11-04Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errorsJubilee-1/+10
2024-11-04Rollup merge of #132025 - duncpro:E0027, r=compiler-errorsJubilee-0/+76
2024-11-04Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errorsJubilee-0/+34
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-0/+1180
2024-11-04when an intrinsic has a const-stable fallback body, we can easily expose it o...Ralf Jung-2/+24
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-15/+11
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-3/+3
2024-11-04remove support for extern-block const intrinsicsRalf Jung-182/+95
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-0/+71
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+116
2024-11-04Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errorsMatthias Krüger-0/+58
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-409/+409
2024-11-04Suggest creating unary tuplesmejrs-0/+116
2024-11-04Fix minicore, add tests based off of itMichael Goulet-129/+97
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-239/+239
2024-11-04find the generic container rather than simply looking up for the assoc with c...bohan-0/+58
2024-11-03Rollup merge of #132516 - taiki-e:asm-ui, r=workingjubileeJubilee-48/+1376
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-409/+409
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-24/+22
2024-11-03Yeet effects featureMichael Goulet-753/+277
2024-11-03Gate checking ~const bounds on const_trait_implMichael Goulet-181/+22
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-0/+13
2024-11-03Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errorsMatthias Krüger-0/+57
2024-11-03Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxuMatthias Krüger-1/+1
2024-11-03Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscvTaiki Endo-162/+168
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-1/+7
2024-11-02Add `--print host-triple`Noratrieb-1/+7
2024-11-02move deployment-target tests to print-requestNilstrieb-0/+0
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-197/+292
2024-11-02fix testsEsteban Küber-10/+11
2024-11-02Use opt functions to not ICE in fallback suggestionMichael Goulet-0/+13
2024-11-02Adjust tests to use minicore and reblessJieyou Xu-194/+178
2024-11-02Add bad-reg inline assembly ui test for RISC-V and s390xTaiki Endo-0/+1338
2024-11-02Added regression test for 117446ranger-ross-0/+57
2024-11-02NFC add known bug nr to testMatthias Krüger-1/+1
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-0/+1180
2024-11-02Auto merge of #132497 - matthiaskrgr:rollup-gaskcn0, r=matthiaskrgrbors-15/+101
2024-11-02Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxuMatthias Krüger-15/+24
2024-11-02Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errorsMatthias Krüger-0/+13
2024-11-02Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxuMatthias Krüger-0/+64
2024-11-02Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikicbors-0/+12
2024-11-02Remove or fix some FIXME(async_closure)Michael Goulet-15/+24
2024-11-02Account for negative bounds in E0277 note and suggestionEsteban Küber-18/+0
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-78/+88
2024-11-02Point at tail expression on rpit E0277Esteban Küber-21/+93