about summary refs log tree commit diff
path: root/tests/ui/intrinsics
AgeCommit message (Expand)AuthorLines
2025-09-21Mark float intrinsics with no preconditions as safeltdk-3/+3
2025-09-08disable core dumps for panic-uninitialized-zeroedAriel Ben-Yehuda-1/+16
2025-08-22Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercotebors-40/+40
2025-08-15Sort mono items by symbol nameJakub Beránek-40/+40
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-4/+5
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-52/+52
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-38/+38
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-3/+3
2025-07-30Fix tests for big-endianEduard Stefes-4/+5
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+1
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-38/+38
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