est31
|
a0fc455d30
|
Replace absolute paths with relative ones
Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
|
2020-10-13 14:16:45 +02:00 |
|
bjorn3
|
b620e49cca
|
Remove dump_incremental_data
|
2020-10-12 10:34:30 +02:00 |
|
bjorn3
|
f141acf067
|
Move finalize_session_directory call out of cg_llvm
This causes it to be called even when passing `-Zno-link`, when linking
fails or when neither `--emit link` nor `--emit metadata` is used.
|
2020-10-10 15:20:35 +02:00 |
|
Victor Ding
|
c81b43d8ac
|
Add -Z combine_cgu flag
Introduce a compiler option to let rustc combines all regular CGUs into
a single one at the end of compilation.
Part of Issue #64191
|
2020-09-09 17:32:23 +10:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|