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
Age
Commit message (
Expand
)
Author
Lines
2020-09-17
Optimize std_detect's caching (#908)
Thom Chiovoloni
-34
/
+47
2020-07-18
Update and revamp wasm32 SIMD intrinsics (#874)
Alex Crichton
-0
/
+3
2020-05-29
feature detection
Mahmut Bulut
-0
/
+4
2020-04-24
Unbreak non-x86 build on FreeBSD
Tobias Kortkamp
-1
/
+1
2020-04-24
Stabilize all remaining x86 features for feature detection
Amanieu d'Antras
-19
/
+27
2020-04-09
Use llvm_asm! instead of asm! (#846)
Amanieu d'Antras
-3
/
+3
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-03-29
Add crypto target feature detection to arm32 (#833)
Makoto Kato
-0
/
+18
2020-03-19
re-stabilize the AVX-512 features that were stabilized in Rust 1.27.0 (#842)
Jack O'Connor
-10
/
+14
2020-01-28
Fix race condition in feature cache on 32 platforms (#837)
Aleksey Kladov
-63
/
+36
2020-01-26
Add Icelake avx512 features (#838)
Luca Barbato
-0
/
+24
2019-12-27
Use issue = "none" instead of "0"
Yuki Okushi
-1
/
+1
2019-12-11
Run-time feature detection for Aarch64 on Windows.
Makoto Kato
-0
/
+58
2019-12-02
Add CRC32 detection to arm32
Makoto Kato
-1
/
+5
2019-10-10
Remove need for `#[macro_use]` with `cfg-if`
Alex Crichton
-14
/
+11
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
-8
/
+15
2019-09-17
Implement a fallback for the No-op Feature
Luca Barbato
-0
/
+7
2019-09-17
Move the tests away from the code
Luca Barbato
-143
/
+0
2019-09-17
Add a test for the env_override
Luca Barbato
-0
/
+26
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
/
+30
2019-09-17
Add a mean to unset a bit in the cache
Luca Barbato
-0
/
+19
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
/
+4
2019-09-16
Format
gnzlbg
-75
/
+86
2019-09-16
Enforce staged_api on a per-feature basis
gnzlbg
-67
/
+87
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-546
/
+295
2019-09-09
Factor out check_for
Luca Barbato
-63
/
+17
2019-09-06
Document how miri support works
Luca Barbato
-0
/
+5
2019-09-06
Minimal miri support
Luca Barbato
-1
/
+4
2019-05-25
add Hygon Dhyana CPU Vendor ID("HygonGenuine") checking
hygonsoc
-2
/
+12
2019-05-23
Fix build of auxvec.rs on FreeBSD/powerpc64
Tobias Kortkamp
-1
/
+1
2019-05-13
Fix detection of power8
MikaelUrankar
-1
/
+1
2019-05-09
Add std_detect for FreeBSD armv6, armv7 and powerpc64
miki
-0
/
+148
2019-05-09
Update f16c intrinsics to use the f16c target feature
gnzlbg
-1
/
+1
2019-05-09
Add runtime feature detection for F16C
gnzlbg
-1
/
+9
2019-04-25
add rtm cpu feature intrinsics
tyler
-0
/
+14
2019-04-17
Fix clippy issues
gnzlbg
-7
/
+4
2019-02-27
aarch64: escape square brackets in docs
myfreeweb
-1
/
+1
2019-02-19
Change imports in std_detect to edition-agnostic style
Taiki Endo
-8
/
+8
2019-02-18
A few cosmetic improvements.
Alexander Regueiro
-2
/
+2
2019-02-18
Various cosmetic improvements.
Alexander Regueiro
-6
/
+5
2019-02-16
Try to fix upstream
gnzlbg
-7
/
+7
2019-02-13
allow_internal_unstable requires feature names
gnzlbg
-7
/
+7
2019-02-09
Add cargo features to disable usage of file I/O and dlsym in std_detect
gnzlbg
-22
/
+62
2019-02-05
Remove const workaround in std_detect cache
gnzlbg
-2
/
+1
[prev]
[next]