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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-14
Remove last mention of `stdsimd`
daxpedda
-8
/
+1
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-3
/
+3
2024-01-04
Fix std build failure on non-x86 architectures
Amanieu d'Antras
-1
/
+7
2024-01-02
Fixes for use in the standard library
Amanieu d'Antras
-0
/
+1
2023-10-31
std_detect: Add support for LoongArch
ZHAI Xiang
-0
/
+1
2023-10-31
Do not deny `clippy::missing_inline_in_public_items` in std_detect
Eduardo Sánchez Muñoz
-1
/
+0
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-0
/
+2
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-0
/
+2
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-3
/
+3
2023-08-29
Add `#![allow(internal_unstable)]`
Amanieu d'Antras
-2
/
+0
2023-03-19
Allow `internal_features`
Nilstrieb
-0
/
+3
2022-01-24
Fix std_detect_file_io
Amanieu d'Antras
-0
/
+5
2022-01-18
Handle stabilization of vec_spare_capacity
Amanieu d'Antras
-6
/
+0
2021-12-19
Remove asm feature which is now stable (#1269)
Amanieu d'Antras
-1
/
+0
2021-12-08
RISC-V feature and detect macro (#1263)
Luo Jia
-0
/
+1
2021-04-23
remove unused const_fn feature (#1140)
Ralf Jung
-1
/
+1
2021-04-07
Deny 2018 idiom lints (#1108)
Joshua Nelson
-1
/
+3
2021-03-18
Fix building std_detect as a dependency of std (#1089)
Amanieu d'Antras
-0
/
+1
2021-03-17
Convert all uses of llvm_asm! to asm! (#1052)
Amanieu d'Antras
-1
/
+1
2021-02-14
Turn std_detect into a no_std crate (#1005)
Amanieu d'Antras
-19
/
+6
2020-04-09
Use llvm_asm! instead of asm! (#846)
Amanieu d'Antras
-1
/
+1
2019-10-10
Remove need for `#[macro_use]` with `cfg-if`
Alex Crichton
-4
/
+1
2019-09-17
Simplify the std imports
Luca Barbato
-12
/
+1
2019-09-17
Override the features detected using an env::var
Luca Barbato
-1
/
+12
2019-07-09
Update repo name
gnzlbg
-1
/
+0
2019-04-17
Migrate clippy lints to tool lints
gnzlbg
-5
/
+2
2019-02-14
Fix wasm32 build job
gnzlbg
-0
/
+2
2019-02-09
Add cargo features to disable usage of file I/O and dlsym in std_detect
gnzlbg
-8
/
+21
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+37