| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-23 | Reformat code | Jakub Beránek | -5/+1 | |
| 2025-07-22 | Remove `std_detect` from stdarch examples | Jakub Beránek | -4/+12 | |
| 2025-07-11 | connect5: clippy fixes | Marijn Schouten | -25/+12 | |
| 2025-06-02 | Stabilize AVX512 intrinsics | Amanieu d'Antras | -2/+2 | |
| FCP completed in tracking issue rust-lang/rust#111137 | ||||
| 2025-05-31 | stdarch_examples: Modernization of the coding style | Tsukasa OI | -24/+24 | |
| It modernizes the coding style of the crate stdarch_examples (an example "connect5") by fixing Clippy warnings (except clippy::manual_range_contains in which "fixing" the warning will complicate the code). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 6/6 | ||||
| 2025-05-20 | `avx512_target_feature` is now stable on nightly | Folkert de Vries | -1/+0 | |
| 2025-02-25 | Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in ↵ | Eduardo Sánchez Muñoz | -40/+54 | |
| examples | ||||
| 2025-02-09 | Format with style edition 2024 | Eric Huss | -5/+1 | |
| 2025-02-09 | Allow unsafe_op_in_unsafe_fn | Eric Huss | -0/+1 | |
| Because stdarch has a really large number of unsafe functions with single-line calls, `unsafe_op_in_unsafe_fn` would end up adding a lot of noise, so for now we will allow it to migrate to 2024. | ||||
| 2024-11-29 | Simplify some code in examples | Eduardo Sánchez Muñoz | -22/+8 | |
| 2024-10-01 | Clean up examples, make it more "Rusty" | Yuri Astrakhan | -42/+15 | |
| 2024-01-05 | Fix std_detect not being an unstable crate | Amanieu d'Antras | -2/+3 | |
| More fallout from #1486 | ||||
| 2023-11-18 | Remove unneeded borrows | Eduardo Sánchez Muñoz | -27/+27 | |
| 2023-10-29 | Fix various compilation errors | Amanieu d'Antras | -1/+3 | |
| 2023-10-29 | Cleanup last uses of the stdsimd feature | Amanieu d'Antras | -1/+1 | |
| 2023-07-30 | docs: Fix warnings and typos. | Bruce Mitchener | -1/+1 | |
| * Fix typo in HTML tag * Mark some things with backticks to fix warnings about unescaped square brackets. * Spell "initialize" correctly to fix typos. | ||||
| 2022-10-25 | Edition 2021, apply clippy::uninlined_format_args fix (#1339) | Yuri Astrakhan | -1/+1 | |
| 2021-01-04 | Avx512vbmi (#977) | minybot | -0/+1 | |
| 2020-12-25 | avx512f example (#952) | minybot | -0/+1271 | |
