about summary refs log tree commit diff
path: root/src/test/ui/native-library-link-flags/empty-kind-1.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2022-07-26Lib kind -l link-arg:Daniil Belov-1/+1
arbitrary link argument like -C link-arg, but respecting relative order to other `-l` options, unstable
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-1/+1
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+6
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.