about summary refs log tree commit diff
path: root/src/test/ui/native-library-link-flags
AgeCommit message (Collapse)AuthorLines
2021-08-30Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibsWesley Wiser-0/+31
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+16
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.