| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-05-31 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -0/+16 | |
| This fixes (only for -crt-static) #36710. | ||||
| 2018-05-22 | Add -Z no-parallel-llvm flag | Nikita Popov | -2/+6 | |
| Codegen issues commonly only manifest under specific circumstances, e.g. if multiple codegen units are used and ThinLTO is enabled. However, these configuration are threaded, making the use of LLVM debugging facilities hard, as output is interleaved. This patch adds a -Z no-parallel-llvm flag, which allows disabling parallelization of codegen and linking, while otherwise preserving behavior with regard to codegen units and LTO. | ||||
| 2018-05-17 | Revert "musl: don't use the included startfiles with -crt-static" | Alex Crichton | -16/+0 | |
| This reverts commit a5a875d17b34b61326d803eb2edea526d3bd6914. | ||||
| 2018-05-17 | Revert "musl: link crt{begin,end}.o from the system compiler" | Alex Crichton | -11/+0 | |
| This reverts commit 6d9154a830dd9773fe8a4e34e1fc3dfb1ca6f935. | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+7429 | |
