about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/lib.rs
AgeCommit message (Expand)AuthorLines
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