| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Move `std_detect` from `library/stdarch` to `library` | Jakub Beránek | -41/+0 | |
| 2025-06-09 | Remove `compiler-builtins` from `rustc-dep-of-std` dependencies | Trevor Gross | -2/+0 | |
| Since [1], this will come automatically from `rustc-std-workspace-core` and the crates.io dependency should no longer be specified. [1]: https://github.com/rust-lang/rust/pull/141993 | ||||
| 2025-05-30 | Add back `std_detect_env_override` | sayantn | -0/+1 | |
| 2025-04-20 | Remove `cupid` dependency and `env-override-no-avx` CI run | sayantn | -4/+0 | |
| 2025-02-09 | Update all crates to Rust 2024 | Eric Huss | -1/+1 | |
| 2024-04-22 | Don't depend on libc for cfg(windows) | Ben Kimock | -1/+3 | |
| 2023-10-10 | Remove the auxv dev dependency. | bjorn3 | -1/+0 | |
| It hasn't been used since roughly 2018. The latest published version of auxv has a less common license and doesn't specify any license in it's Cargo.toml file. | ||||
| 2022-10-25 | Edition 2021, apply clippy::uninlined_format_args fix (#1339) | Yuri Astrakhan | -1/+1 | |
| 2022-09-11 | Bump `cfg-if` dependency to 1.0 | Charles Lew | -1/+1 | |
| 2022-03-17 | Use SPDX license format and update packed_simd crate link (#1297) | Alex Touchet | -1/+1 | |
| 2021-08-12 | Remove references to the crates on crates.io. | Mara Bos | -1/+0 | |
| They haven't been published in years. This removes the suggestion that the crates on crates.io are actively updated/maintained. | ||||
| 2021-03-18 | Fix building std_detect as a dependency of std (#1089) | Amanieu d'Antras | -2/+12 | |
| 2019-10-10 | Remove need for `#[macro_use]` with `cfg-if` | Alex Crichton | -2/+2 | |
| Modernizes usage of `cfg_if!` slightly | ||||
| 2019-10-10 | Remove azure pipelines badges | Taiki Endo | -1/+0 | |
| 2019-09-18 | std_detect_env_override should be disabled by default | gnzlbg | -1/+1 | |
| 2019-09-17 | Override the features detected using an env::var | Luca Barbato | -2/+3 | |
| Fixes: #804 | ||||
| 2019-08-13 | Update badges | gnzlbg | -2/+1 | |
| 2019-07-09 | Update repo name | gnzlbg | -6/+6 | |
| 2019-04-17 | Bump patch versions | gnzlbg | -1/+1 | |
| 2019-02-23 | Test Rust2018 builds | gnzlbg | -0/+1 | |
| 2019-02-18 | Bump versions of core_arch and std_detect | gnzlbg | -1/+1 | |
| 2019-02-09 | Add cargo features to disable usage of file I/O and dlsym in std_detect | gnzlbg | -2/+7 | |
| 2019-01-30 | Fix docs.rs rustdoc arguments | gnzlbg | -1/+1 | |
| 2019-01-30 | Bump core_arch and std_detect versions | gnzlbg | -1/+1 | |
| 2019-01-30 | Update readme and dependencies | gnzlbg | -1/+1 | |
| 2019-01-30 | Remove core_arch dev-dependency of std_detect | gnzlbg | -1/+0 | |
| 2019-01-30 | Bump core_arch and std_detect patch version | gnzlbg | -2/+2 | |
| 2019-01-30 | Update description of core_arch and std_detect | gnzlbg | -1/+1 | |
| 2019-01-22 | Readme from std_detect | gnzlbg | -1/+1 | |
| 2019-01-22 | Update versions of core_arch and std_detect for release | gnzlbg | -2/+2 | |
| 2019-01-22 | Refactor stdsimd | gnzlbg | -0/+32 | |
| This commit: * renames `coresimd` to `core_arch` and `stdsimd` to `std_detect` * `std_detect` does no longer depend on `core_arch` - it is a freestanding `no_std` library that only depends on `core` - it is renamed to `std_detect` * moves the top-level coresimd and stdsimd directories into the appropriate crates/... directories - this simplifies creating crate.io releases of these crates * moves the top-level `coresimd` and `stdsimd` sub-directories into their corresponding crates in `crates/{core_arch, std_detect}`. | ||||
