about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/cache.rs
AgeCommit message (Expand)AuthorLines
2025-05-30Add back `std_detect_env_override`sayantn-2/+59
2025-04-20Remove `cupid` dependency and `env-override-no-avx` CI runsayantn-59/+2
2025-04-16RISC-V: OS-independent implication logicTsukasa OI-1/+1
2025-02-09Apply missing_unsafe_on_externEric Huss-1/+1
2024-09-30Minor lintingYuri Astrakhan-1/+1
2024-09-18Use C string literalTaiki Endo-4/+5
2024-06-23Added runtime detectionsayantn-11/+19
2024-05-07Remove libc dependency on Windows by using Win32 to get env varsDaniel Paoliello-9/+34
2023-10-31Derive `Default` for `Initializer` in std_detectEduardo Sánchez Muñoz-8/+3
2022-10-25Fix dupe word typos (#1344)Rageking8-1/+1
2021-02-14Turn std_detect into a no_std crate (#1005)Amanieu d'Antras-5/+12
2020-09-17Optimize std_detect's caching (#908)Thom Chiovoloni-33/+46
2020-04-04Replace all max/min_value() with MAX/MINLinus Färnstrand-2/+2
2020-03-29Replace module MIN/MAX and min/max_value() with assoc consts (#843)Linus Färnstrand-1/+1
2020-01-28Fix race condition in feature cache on 32 platforms (#837)Aleksey Kladov-63/+36
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-1/+1
2019-09-17Make the test function smallerLuca Barbato-7/+6
2019-09-17Remove the FIXME about the cache size checksLuca Barbato-6/+2
2019-09-17Override the features detected using an env::varLuca Barbato-1/+24
2019-09-17Add a mean to unset a bit in the cacheLuca Barbato-0/+19
2019-04-17Fix clippy issuesgnzlbg-6/+3
2019-02-19Change imports in std_detect to edition-agnostic styleTaiki Endo-3/+3
2019-02-18Various cosmetic improvements.Alexander Regueiro-1/+1
2019-02-09Add cargo features to disable usage of file I/O and dlsym in std_detectgnzlbg-3/+3
2019-02-05Remove const workaround in std_detect cachegnzlbg-2/+1
2019-01-22Do not use Self constructorsgnzlbg-2/+4
2019-01-22Fix clippy issuesgnzlbg-1/+5
2019-01-22Refactor stdsimdgnzlbg-0/+162