| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -1/+5 | |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -3/+13 | |
| This avoids each tool having to separately find and call `self_profile_alloc_strings`. - Don't compute the global context if it hasn't yet been computed This avoids giving extraneous errors about unresolved names if an error occurs during parsing. | ||||
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -2/+2 | |
| 2020-12-28 | Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk | Dylan DPC | -0/+1 | |
| Move some more code out of CodegenBackend::{codegen_crate,link} Kind of a follow up to #77795 | ||||
| 2020-12-22 | Add some intra-doc links to compiler docs | Joshua Nelson | -1/+5 | |
| 2020-12-17 | Move some code out of CodegenBackend::{codegen_crate,link} | bjorn3 | -0/+1 | |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -7/+5 | |
| ... by removing a duplicate `crate_name` field in `interface::Config`, making it clear that rustdoc should be passing it to `config::Options` instead. | ||||
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -1/+1 | |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -1/+15 | |
| This also moves the -Zno-link implementation to rustc_interface | ||||
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -0/+8 | |
| 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 | Move save_work_product_index call out of cg_llvm | bjorn3 | -3/+11 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+397 | |
