index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
stdarch
/
crates
/
std_detect
/
src
/
detect
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-30
Add back `std_detect_env_override`
sayantn
-2
/
+59
2025-04-20
Remove `cupid` dependency and `env-override-no-avx` CI run
sayantn
-59
/
+2
2025-04-16
RISC-V: OS-independent implication logic
Tsukasa OI
-1
/
+1
2025-02-09
Apply missing_unsafe_on_extern
Eric Huss
-1
/
+1
2024-09-30
Minor linting
Yuri Astrakhan
-1
/
+1
2024-09-18
Use C string literal
Taiki Endo
-4
/
+5
2024-06-23
Added runtime detection
sayantn
-11
/
+19
2024-05-07
Remove libc dependency on Windows by using Win32 to get env vars
Daniel Paoliello
-9
/
+34
2023-10-31
Derive `Default` for `Initializer` in std_detect
Eduardo Sánchez Muñoz
-8
/
+3
2022-10-25
Fix dupe word typos (#1344)
Rageking8
-1
/
+1
2021-02-14
Turn std_detect into a no_std crate (#1005)
Amanieu d'Antras
-5
/
+12
2020-09-17
Optimize std_detect's caching (#908)
Thom Chiovoloni
-33
/
+46
2020-04-04
Replace all max/min_value() with MAX/MIN
Linus Färnstrand
-2
/
+2
2020-03-29
Replace module MIN/MAX and min/max_value() with assoc consts (#843)
Linus Färnstrand
-1
/
+1
2020-01-28
Fix race condition in feature cache on 32 platforms (#837)
Aleksey Kladov
-63
/
+36
2019-10-10
Remove need for `#[macro_use]` with `cfg-if`
Alex Crichton
-1
/
+1
2019-09-17
Make the test function smaller
Luca Barbato
-7
/
+6
2019-09-17
Remove the FIXME about the cache size checks
Luca Barbato
-6
/
+2
2019-09-17
Override the features detected using an env::var
Luca Barbato
-1
/
+24
2019-09-17
Add a mean to unset a bit in the cache
Luca Barbato
-0
/
+19
2019-04-17
Fix clippy issues
gnzlbg
-6
/
+3
2019-02-19
Change imports in std_detect to edition-agnostic style
Taiki Endo
-3
/
+3
2019-02-18
Various cosmetic improvements.
Alexander Regueiro
-1
/
+1
2019-02-09
Add cargo features to disable usage of file I/O and dlsym in std_detect
gnzlbg
-3
/
+3
2019-02-05
Remove const workaround in std_detect cache
gnzlbg
-2
/
+1
2019-01-22
Do not use Self constructors
gnzlbg
-2
/
+4
2019-01-22
Fix clippy issues
gnzlbg
-1
/
+5
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+162