about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-27Merge pull request #1887 from madhav-madhusoodanan/intrinsic-test-argument-cl...Folkert de Vries-30/+32
2025-07-27feat: updated Argument<T> type for functional compatibility with otherMadhav Madhusoodanan-30/+32
2025-07-25Merge pull request #1863 from folkertdev/combine-rust-filesSayantan Chakraborty-258/+294
2025-07-25Merge pull request #1879 from heiher/loong-simd-unified-typesFolkert de Vries-4522/+4780
2025-07-25loongarch: Use unified data types for SIMD intrinsicsWANG Rui-4522/+4780
2025-07-24Merge pull request #1885 from 197g/maskmove-is-non-temporalSayantan Chakraborty-1/+10
2025-07-24Add non-temporal note for maskmoveu_si128Aurelia Molzer-1/+10
2025-07-23Merge pull request #1883 from Kobzol/pullFolkert de Vries-27727/+48038
2025-07-23Reformat codeJakub Beránek-5/+1
2025-07-23Merge ref '5a30e4307f05' from rust-lang/rustJakub Beránek-27727/+48042
2025-07-23Move `dist-apple-various` from x86_64 to aarch64Jake Goulding-1/+1
2025-07-23Prepare for merging from rust-lang/rustJakub Beránek-1/+1
2025-07-23Merge pull request #1882 from klensy/depsFolkert de Vries-64/+23
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-817/+377
2025-07-23bump serde_with. Weird that it works without std feature, butklensy-39/+23
2025-07-23remove unused depsklensy-25/+0
2025-07-23Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkovbors-1676/+1220
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-56/+83
2025-07-22Merge pull request #1880 from folkertdev/remove-lazy-static-depFolkert de Vries-10/+2
2025-07-22Embed auxv files directly into the test binaryJakub Beránek-12/+10
2025-07-22Improve error messages of auxv loadingJakub Beránek-10/+17
2025-07-22Remove licenses from std-detectJakub Beránek-226/+0
2025-07-22Bless bootstrap testsJakub Beránek-11/+11
2025-07-22Remove `std_detect` from stdarch's CIJakub Beránek-71/+2
2025-07-22Remove `std_detect` from stdarch examplesJakub Beránek-30/+18
2025-07-22Fix warningJakub Beránek-0/+10
2025-07-22Move tests around to appease `tidy`Jakub Beránek-262/+258
2025-07-22remove `lazy_static` dependency from `intrinsic-test`Folkert de Vries-10/+2
2025-07-22Update stdarch READMEJakub Beránek-9/+1
2025-07-22Reformat `std_detect`Jakub Beránek-182/+54
2025-07-22Allow platform-specific code in `std_detect`Jakub Beránek-0/+1
2025-07-22Make `std_detect` a direct dependency of `std`Jakub Beránek-16/+7
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+0
2025-07-22Merge pull request #1881 from folkertdev/s390x-project-simdSayantan Chakraborty-4/+10
2025-07-22work around not being able to project out of SIMD values any moreFolkert de Vries-4/+10
2025-07-22Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdevbors-5042/+4642
2025-07-22Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur...Guillaume Gomez-3/+20
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-36/+41
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-17/+22
2025-07-22Auto merge of #144294 - matthiaskrgr:rollup-ybvall3, r=matthiaskrgrbors-185/+3821
2025-07-22Auto merge of #144205 - hkBst:flt2dec, r=workingjubileebors-11/+7
2025-07-22Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obkMatthias Krüger-4/+36
2025-07-22Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=KobzolMatthias Krüger-8/+14
2025-07-22Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko...Matthias Krüger-4/+45
2025-07-22Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkovMatthias Krüger-20/+223
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-7/+2
2025-07-22Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=KobzolMatthias Krüger-142/+3434
2025-07-22Rollup merge of #142454 - tomtor:avr-update, r=tgross35Matthias Krüger-0/+67
2025-07-22Implement AST visitors using a derive macro.Camille GILLOT-1676/+1220
2025-07-21Auto merge of #144269 - jieyouxu:rollup-137ysl2, r=jieyouxubors-1165/+2119