Amanieu d'Antras
|
63daa088fd
|
Move cfg!(target_feature) directly into is_*_feature_detected!() (#1141)
Fixes #1135
|
2021-04-24 08:02:24 +01:00 |
|
Aaron Hill
|
41bfaf89bf
|
Remove trailing semicolon from macro expression (#1080)
Unblocks https://github.com/rust-lang/rust/pull/83089
|
2021-03-13 19:51:54 +00:00 |
|
Yuki Okushi
|
c8c587d0cd
|
Use issue = "none" instead of "0"
|
2019-12-27 11:25:13 +01:00 |
|
gnzlbg
|
128aa330ea
|
Feature::from_str is not always needed
|
2019-09-18 12:09:07 +02:00 |
|
gnzlbg
|
88fe414dd3
|
These items do not need to be public
|
2019-09-18 12:09:07 +02:00 |
|
Luca Barbato
|
6420fa4fb0
|
Override the features detected using an env::var
Fixes: #804
|
2019-09-17 19:22:18 +02:00 |
|
gnzlbg
|
13fffd5fde
|
Try harder to error on usage of unstable features
|
2019-09-17 02:43:48 +02:00 |
|
gnzlbg
|
42b7041e94
|
Remove staged_api from the allowed_internal_unstabled of the feature macros
|
2019-09-17 01:35:26 +02:00 |
|
gnzlbg
|
4821a68959
|
Fix std_detect on targets without feature detection
|
2019-09-16 23:43:01 +02:00 |
|
gnzlbg
|
599bcf28ad
|
Enforce staged_api on a per-feature basis
|
2019-09-16 23:43:01 +02:00 |
|
gnzlbg
|
1f44c1407d
|
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)> API
|
2019-09-16 23:43:01 +02:00 |
|