| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -161/+0 | |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -0/+30 | |
| If we fail to locate a native library that we are linking with, it could be the case the user entered a complete file name like `foo.lib` or `libfoo.a` when we expect them to simply provide `foo`. In this situation, we now detect that case and suggest the user only provide the library name itself. | ||||
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -4/+34 | |
| arbitrary link argument like -C link-arg, but respecting relative order to other `-l` options, unstable | ||||
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -8/+4 | |
| 2022-05-23 | rustc: Fix ICE in native library error reporting | Vadim Petrochenkov | -0/+11 | |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -23/+18 | |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier ↵ | Vadim Petrochenkov | -2/+54 | |
| specifically | ||||
| 2021-08-30 | Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibs | Wesley Wiser | -0/+31 | |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman 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. | ||||
