about summary refs log tree commit diff
path: root/tests/ui/intrinsics
AgeCommit message (Expand)AuthorLines
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+1
2025-07-18Show the memory of uninit readsOli Scherer-0/+4
2025-07-08Remove `const_eval_select` hackOli Scherer-45/+20
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-5/+5
2025-06-09Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubileebors-20/+5
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-20/+5
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-3/+3
2025-06-07cci_inrinsic tets: do not use atomic intrinsicRalf Jung-29/+14
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-93/+106
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-3/+3
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-10/+10
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-14/+11
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-10/+10
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-14/+11
2025-06-02Add missing `dyn` keywords to tests that do not test for themLukas Wirth-1/+1
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-23/+23
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-6/+1
2025-04-16replace some #[rustc_intrinsic] usage with use of the libcore declarationsRalf Jung-49/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-06update/bless testsBennet Bleßmann-127/+165
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-10/+6
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-2/+2
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-11/+0
2025-02-09tests: error strings for ABI stability now matchJubilee Young-4/+4
2025-02-04intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr...Ralf Jung-11/+0
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-2/+2
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-5/+4
2025-01-23fix reify-intrinsic testRalf Jung-11/+11
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-5/+4
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-3/+2
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-3/+2
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+3
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-12-16add alignment info for testHenry Jiang-0/+1
2024-11-24changes old intrinsic declaration to new declarationaaishwarymishra@gmail.com-1/+1
2024-11-17Likely unlikely fixJiri Bobek-6/+6
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-56/+7
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-4/+4
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-5/+3
2024-11-04remove support for extern-block const intrinsicsRalf Jung-2/+2
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-3/+3
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-3/+3
2024-11-03Yeet effects featureMichael Goulet-60/+6
2024-10-28Hack out effects support for old solverMichael Goulet-6/+1
2024-10-25Re-do recursive const stability checksRalf Jung-3/+12
2024-10-15Fix most ui tests on emscripten targetHood Chatham-1/+0
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+42
2024-08-27interpret: add missing alignment check in raw_eqRalf Jung-1/+15
2024-08-23document & impl the transmutation modeled by `BikeshedIntrinsicFrom`Jack Wrenn-2/+2