Joshua Nelson
|
878cfb5a4a
|
Fix unknown-crate when using self-profile with rustdoc
... by removing a duplicate `crate_name` field in `interface::Config`,
making it clear that rustdoc should be passing it to `config::Options`
instead.
|
2020-12-01 12:54:03 -05:00 |
|
Camille GILLOT
|
41c44b498f
|
Move Steal to rustc_data_structures.
|
2020-11-14 01:30:56 +01:00 |
|
bjorn3
|
69f26b7761
|
Use fixed type for CodegenResults
This also moves the -Zno-link implementation to rustc_interface
|
2020-10-10 16:18:36 +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 |
|
bjorn3
|
69f45cd965
|
Move save_work_product_index call out of cg_llvm
|
2020-10-10 15:14:58 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|