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
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-30
Add back `std_detect_env_override`
sayantn
-0
/
+8
2025-04-20
Remove `cupid` dependency and `env-override-no-avx` CI run
sayantn
-7
/
+0
2025-04-10
Disable cfg check for the recently-merged target features to allow stdarch up...
sayantn
-1
/
+1
2024-11-30
Fix the `features` macro.
Nicholas Nethercote
-1
/
+1
2024-11-30
Enable `without cfg check` test in `std_detect`
Urgau
-3
/
+2
2024-11-08
Add compile-time tests against unexpected target features cfgs
Urgau
-0
/
+24
2024-11-08
Add ability to declare a feature without cfg checking
Urgau
-1
/
+5
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-1
/
+1
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-3
/
+5
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-2
/
+10
2022-08-22
Allow internal use of stdsimd from detect_feature
Tomasz Miąsko
-0
/
+1
2022-07-02
Allow mapping a runtime feature to a set of target_features (#1311)
Adam Gemmell
-3
/
+15
2022-06-21
Fully qualify recursive macro calls (#1310)
Adam Gemmell
-4
/
+4
2022-04-29
Add stdsimd feature to allow_internal_unstable attribute in feature detect m...
Jane Lusby
-1
/
+1
2022-02-17
Avoid the use of #[cfg(doc)] in std_detect (#1283)
Amanieu d'Antras
-0
/
+50
2021-10-16
Fix error message of is_*_feature_detected on nort_feature (#1232)
Taiki Endo
-1
/
+1
2021-04-24
Move cfg!(target_feature) directly into is_*_feature_detected!() (#1141)
Amanieu d'Antras
-3
/
+3
2021-03-13
Remove trailing semicolon from macro expression (#1080)
Aaron Hill
-1
/
+1
2019-12-27
Use issue = "none" instead of "0"
Yuki Okushi
-1
/
+1
2019-09-18
Feature::from_str is not always needed
gnzlbg
-0
/
+1
2019-09-18
These items do not need to be public
gnzlbg
-3
/
+4
2019-09-17
Override the features detected using an env::var
Luca Barbato
-0
/
+6
2019-09-17
Try harder to error on usage of unstable features
gnzlbg
-1
/
+1
2019-09-17
Remove staged_api from the allowed_internal_unstabled of the feature macros
gnzlbg
-1
/
+1
2019-09-16
Fix std_detect on targets without feature detection
gnzlbg
-0
/
+1
2019-09-16
Enforce staged_api on a per-feature basis
gnzlbg
-4
/
+24
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-0
/
+74