about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-0/+45
2025-04-24Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obkMatthias Krüger-1/+6
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-24/+34
2025-04-23wasm, arm, x86-without-SSE need simd to be explicitly enabledRalf Jung-23/+33
2025-04-21Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am...Chris Denton-7/+5
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-0/+57
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-0/+57
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-1/+1
2025-04-20stabilize `naked_functions`Folkert de Vries-7/+5
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-56/+50
2025-04-18Rollup merge of #139989 - durin42:llvm-21-issue-101082, r=cuviperMatthias Krüger-10/+2
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-1/+1
2025-04-17Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obkMatthias Krüger-0/+113
2025-04-17tests: adjust 101082 test for LLVM 21 fixAugie Fackler-10/+2
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-1/+1
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-3/+2
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-0/+19
2025-04-16passing test for dualvManuel Drehwald-0/+113
2025-04-16replace some #[rustc_intrinsic] usage with use of the libcore declarationsRalf Jung-3/+2
2025-04-16fix multiple `#[repr(align(N))]` on functionsFolkert de Vries-0/+19
2025-04-15Include optional dso_local marker for functions in `enum-match.rs`Christian Poveda-6/+6
2025-04-13Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm...Jacob Pratt-2/+2
2025-04-13Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDentonbors-5/+12
2025-04-13Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnayChris Denton-4/+4
2025-04-13Rollup merge of #139177 - fneddy:fix_s390x_codegen_bswap, r=Mark-SimulacrumChris Denton-1/+8
2025-04-13Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrumbors-0/+55
2025-04-12Extend the chaining logic to slices tooScott McMurray-6/+49
2025-04-13Move `select_unpredictable` to the `hint` moduleAmanieu d'Antras-4/+4
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-2/+2
2025-04-12add tests for merge_function handlingManuel Drehwald-0/+45
2025-04-11Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviperbors-3/+32
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-28/+39
2025-04-11didn't catch this test failure, whoopsPietro Albini-5/+5
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-1/+0
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-0/+75
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-45/+118
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-0/+75
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-0/+55
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-23/+34
2025-04-09PR feedbackScott McMurray-6/+12
2025-04-09skip `tests/codegen/swap-small-types` when debug assertions are onScott McMurray-0/+1
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-45/+117
2025-04-09Speed up `String::push` and `String::insert`lincot-0/+11
2025-04-08Rollup merge of #139098 - scottmcm:assert-impossible-tags, r=WaffleLapkinStuart Cook-19/+456
2025-04-07Address PR feedbackScott McMurray-0/+16
2025-04-07mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ...Ralf Jung-1/+6
2025-04-07Add codegen test to be sure we get rid of uneeded clones after monomorphizationSantiago Pastorino-0/+55
2025-04-07Rollup merge of #139465 - EnzymeAD:autodiff-sret, r=oli-obkStuart Cook-0/+45
2025-04-07move old tests, add sret testManuel Drehwald-0/+45
2025-04-07Use -C target-cpu=z13 on s390x vector testEduard Stefes-1/+8