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