| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 | |
| Fixes #41701. | ||||
| 2017-08-22 | Introduce target feature crt_static_allows_dylibs | Samuel Holland | -2/+5 | |
| Most UNIX-like platforms do not allow shared libraries to statically link their own libc, as libc expects to have consistent process-global state. On those platforms, when we do not have a shared libc available, we must not attempt to link dylibs or cdylibs. On Windows, however, it is expected to statically link the CRT into dynamic libraries. This feature is only relevant for targets that support both fully-static and fully-dynamic linkage, such as musl on Linux. | ||||
| 2017-08-12 | Less cfg's | bjorn3 | -27/+4 | |
| 2017-08-11 | Remove some unused dependencies from rustc_trans_utils | bjorn3 | -10/+0 | |
| 2017-08-11 | Actually make rustc_driver compile without llvm | bjorn3 | -0/+217 | |
