about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
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-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-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-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
2025-04-06update/bless testsBennet Bleßmann-24/+19
2025-04-06Rollup merge of #139438 - Zalathar:fix-test-122600, r=scottmcmStuart Cook-0/+2
2025-04-05LLVM18 compatibility fixes in the testsScott McMurray-3/+6
2025-04-05Tell LLVM about impossible niche tagsScott McMurray-19/+437
2025-04-06Prevent a test from seeing forbidden numbers in the rustc versionZalathar-0/+2
2025-04-05Polymorphize `array::IntoIter`'s iterator implScott McMurray-1/+24
2025-04-05Update the minimum external LLVM to 19Josh Stone-111/+14
2025-04-05Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwcoMatthias Krüger-0/+19
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+19
2025-04-05Rollup merge of #138024 - reitermarkus:unicode-panic-optimization, r=ibraheemdevStuart Cook-0/+14
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-2/+118
2025-04-05Rollup merge of #136457 - calder:master, r=tgross35Stuart Cook-13/+207
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-13/+207
2025-04-04add new tests for autodiff batching and update old onesManuel Drehwald-2/+118
2025-04-03Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obkbors-16/+24
2025-04-03Remove `unsound-mir-opts` for `simplify_aggregate_to_copy`dianqk-16/+24
2025-04-03Rollup merge of #139145 - okaneco:safe_splits, r=AmanieuMatthias Krüger-0/+24
2025-04-01Rollup merge of #139188 - durin42:llvm-21-LintPass, r=dianqkMatthias Krüger-2/+2
2025-03-31PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...Augie Fackler-2/+2
2025-03-31Add tests for LLVM 20 slice bounds check optimizationreez12g-0/+37
2025-03-30codegen test for non-memcmp array comparisonScott McMurray-0/+12
2025-03-30slice: Remove some uses of unsafe in first/last chunk methodsokaneco-0/+24
2025-03-28Auto merge of #138503 - bjorn3:string_merging, r=tmiaskobors-24/+24
2025-03-28Avoid wrapping constant allocations in packed structs when not necessarybjorn3-24/+24