summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/hotplug_codegen_backend
AgeCommit message (Expand)AuthorLines
2022-03-24Add testbjorn3-2/+17
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-0/+1
2021-09-30Update run-make-fulldeps.Camille GILLOT-3/+4
2021-07-06Fix testbjorn3-3/+1
2021-06-04Update hotplug codegen backend testbjorn3-18/+3
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-13/+1
2021-05-13Use DefaultMetadataLoader in the hotplug_codegen_backend testbjorn3-13/+1
2021-05-02Fix hotplug codegen backend testbjorn3-1/+1
2020-10-10Fix hotplug_codegen_backend testbjorn3-32/+26
2020-07-10Avoid "whitelist"Tamir Duberstein-1/+1
2020-04-28Fix fulldeps tests.Camille GILLOT-1/+1
2020-04-05Fix test.Camille GILLOT-2/+1
2020-04-02fix fulldeps test falloutMazdak Farrokhzad-1/+2
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-6/+6
2020-03-24Mark hotplug_codegen_backend as ignore-stage1bjorn3-0/+2
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-21/+22
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-4/+5
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-4/+14
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-1/+2
2020-01-02fix src/test falloutMazdak Farrokhzad-2/+2
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-3/+3
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-4/+4
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-1/+0
2019-07-29rustc: Compile the `fmt_macros` crate as an rlibAlex Crichton-0/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-05-23Update wasm_import_module_map and target_features_whitelistJohn Kåre Alsaker-2/+2
2019-04-30Move metadata encoding earlier.Nicholas Nethercote-1/+3
2019-03-16Fix testbjorn3-7/+34
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2/+3
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-06codegen_utils, driver: fix clippy errorsljedrz-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-1/+1
2018-07-07Fix testbjorn3-5/+4
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-13/+13
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+104