about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-native_link_modifiers_bundle.rs
AgeCommit message (Collapse)AuthorLines
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-5/+0
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-2/+2
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier ↵Vadim Petrochenkov-3/+0
specifically
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+8
This commit implements both the native linking modifiers infrastructure as well as an initial attempt at the individual modifiers from the RFC. It also introduces a feature flag for the general syntax along with individual feature flags for each modifier.