| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-25 | Fix error | bjorn3 | -2/+1 | |
| 2017-09-23 | Fix some tests with no llvm build | bjorn3 | -0/+19 | |
| 2017-09-23 | Fix tidy errors | bjorn3 | -2/+10 | |
| 2017-09-23 | Fix some nits | bjorn3 | -1/+0 | |
| 2017-09-23 | Fix for upstream changes | bjorn3 | -27/+28 | |
| 2017-09-23 | Merge rustc_trans_trait into rustc_trans_utils | bjorn3 | -2/+248 | |
| 2017-09-23 | Fix rustc_trans_utils::find_exported_symbols | bjorn3 | -1/+1 | |
| Fix denied warnings | ||||
| 2017-09-23 | Allow building stage 2 compiler libraries | bjorn3 | -1/+34 | |
| 2017-09-23 | Allow writing metadata without llvm | bjorn3 | -1/+75 | |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+2 | |
| 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 | |
