about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect
AgeCommit message (Expand)AuthorLines
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-14/+11
2019-09-18Feature::from_str is not always neededgnzlbg-0/+1
2019-09-18These items do not need to be publicgnzlbg-8/+15
2019-09-17Implement a fallback for the No-op FeatureLuca Barbato-0/+7
2019-09-17Move the tests away from the codeLuca Barbato-143/+0
2019-09-17Add a test for the env_overrideLuca Barbato-0/+26
2019-09-17Make the test function smallerLuca Barbato-7/+6
2019-09-17Remove the FIXME about the cache size checksLuca Barbato-6/+2
2019-09-17Override the features detected using an env::varLuca Barbato-1/+30
2019-09-17Add a mean to unset a bit in the cacheLuca Barbato-0/+19
2019-09-17Try harder to error on usage of unstable featuresgnzlbg-1/+1
2019-09-17Remove staged_api from the allowed_internal_unstabled of the feature macrosgnzlbg-1/+1
2019-09-16Fix std_detect on targets without feature detectiongnzlbg-0/+4
2019-09-16Formatgnzlbg-75/+86
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-67/+87
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-546/+295
2019-09-09Factor out check_forLuca Barbato-63/+17
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-05-25add Hygon Dhyana CPU Vendor ID("HygonGenuine") checkinghygonsoc-2/+12
2019-05-23Fix build of auxvec.rs on FreeBSD/powerpc64Tobias Kortkamp-1/+1
2019-05-13Fix detection of power8MikaelUrankar-1/+1
2019-05-09Add std_detect for FreeBSD armv6, armv7 and powerpc64miki-0/+148
2019-05-09Update f16c intrinsics to use the f16c target featuregnzlbg-1/+1
2019-05-09Add runtime feature detection for F16Cgnzlbg-1/+9
2019-04-25add rtm cpu feature intrinsicstyler-0/+14
2019-04-17Fix clippy issuesgnzlbg-7/+4
2019-02-27aarch64: escape square brackets in docs myfreeweb-1/+1
2019-02-19Change imports in std_detect to edition-agnostic styleTaiki Endo-8/+8
2019-02-18A few cosmetic improvements.Alexander Regueiro-2/+2
2019-02-18Various cosmetic improvements.Alexander Regueiro-6/+5
2019-02-16Try to fix upstreamgnzlbg-7/+7
2019-02-13allow_internal_unstable requires feature namesgnzlbg-7/+7
2019-02-09Add cargo features to disable usage of file I/O and dlsym in std_detectgnzlbg-22/+62
2019-02-05Remove const workaround in std_detect cachegnzlbg-2/+1
2019-02-04Add detect macros should support trailing commas (Fix #443)Juan Aguilar Santillana-0/+21
2019-01-22Do not use Self constructorsgnzlbg-2/+4
2019-01-22Fix clippy issuesgnzlbg-1/+5
2019-01-22Refactor stdsimdgnzlbg-0/+2368