about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-02-14Remove last mention of `stdsimd`daxpedda-8/+1
2024-01-05Fix std_detect not being an unstable crateAmanieu d'Antras-3/+3
2024-01-04Fix std build failure on non-x86 architecturesAmanieu d'Antras-1/+7
2024-01-02Fixes for use in the standard libraryAmanieu d'Antras-0/+1
2023-10-31std_detect: Add support for LoongArchZHAI Xiang-0/+1
2023-10-31Do not deny `clippy::missing_inline_in_public_items` in std_detectEduardo Sánchez Muñoz-1/+0
2023-10-29Fix various compilation errorsAmanieu d'Antras-0/+2
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-0/+2
2023-10-29Add tracking issues for feature detectionAmanieu d'Antras-3/+3
2023-08-29Add `#![allow(internal_unstable)]`Amanieu d'Antras-2/+0
2023-03-19Allow `internal_features`Nilstrieb-0/+3
2022-01-24Fix std_detect_file_ioAmanieu d'Antras-0/+5
2022-01-18Handle stabilization of vec_spare_capacityAmanieu d'Antras-6/+0
2021-12-19Remove asm feature which is now stable (#1269)Amanieu d'Antras-1/+0
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-0/+1
2021-04-23remove unused const_fn feature (#1140)Ralf Jung-1/+1
2021-04-07Deny 2018 idiom lints (#1108)Joshua Nelson-1/+3
2021-03-18Fix building std_detect as a dependency of std (#1089)Amanieu d'Antras-0/+1
2021-03-17Convert all uses of llvm_asm! to asm! (#1052)Amanieu d'Antras-1/+1
2021-02-14Turn std_detect into a no_std crate (#1005)Amanieu d'Antras-19/+6
2020-04-09Use llvm_asm! instead of asm! (#846)Amanieu d'Antras-1/+1
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-4/+1
2019-09-17Simplify the std importsLuca Barbato-12/+1
2019-09-17Override the features detected using an env::varLuca Barbato-1/+12
2019-07-09Update repo namegnzlbg-1/+0
2019-04-17Migrate clippy lints to tool lintsgnzlbg-5/+2
2019-02-14Fix wasm32 build jobgnzlbg-0/+2
2019-02-09Add cargo features to disable usage of file I/O and dlsym in std_detectgnzlbg-8/+21
2019-01-22Refactor stdsimdgnzlbg-0/+37