| Age | Commit message (Expand) | Author | Lines |
| 2022-03-24 | Add test | bjorn3 | -2/+17 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2021-12-13 | Use `OutputFilenames` to generate output file for `-Zllvm-time-trace` | Tomasz Miąsko | -0/+1 |
| 2021-09-30 | Update run-make-fulldeps. | Camille GILLOT | -3/+4 |
| 2021-07-06 | Fix test | bjorn3 | -3/+1 |
| 2021-06-04 | Update hotplug codegen backend test | bjorn3 | -18/+3 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -13/+1 |
| 2021-05-13 | Use DefaultMetadataLoader in the hotplug_codegen_backend test | bjorn3 | -13/+1 |
| 2021-05-02 | Fix hotplug codegen backend test | bjorn3 | -1/+1 |
| 2020-10-10 | Fix hotplug_codegen_backend test | bjorn3 | -32/+26 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-04-28 | Fix fulldeps tests. | Camille GILLOT | -1/+1 |
| 2020-04-05 | Fix test. | Camille GILLOT | -2/+1 |
| 2020-04-02 | fix fulldeps test fallout | Mazdak Farrokhzad | -1/+2 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -6/+6 |
| 2020-03-24 | Mark hotplug_codegen_backend as ignore-stage1 | bjorn3 | -0/+2 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -21/+22 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -4/+5 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -4/+14 |
| 2020-01-05 | fix ui-fulldeps fallout | Mazdak Farrokhzad | -1/+2 |
| 2020-01-02 | fix src/test fallout | Mazdak Farrokhzad | -2/+2 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -3/+3 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -4/+4 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -1/+0 |
| 2019-07-29 | rustc: Compile the `fmt_macros` crate as an rlib | Alex Crichton | -0/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -2/+2 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -1/+3 |
| 2019-03-16 | Fix test | bjorn3 | -7/+34 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -2/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -1/+1 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -1/+1 |
| 2018-07-07 | Fix test | bjorn3 | -5/+4 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -13/+13 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+104 |