| Age | Commit message (Expand) | Author | Lines |
| 2022-03-25 | Skip needless bitset for debuginfo | Jubilee Young | -0/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -1/+9 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-21 | debuginfo: Simplify TypeMap used during LLVM debuginfo generation. | Michael Woerister | -0/+4 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-18 | Use let_else in even more places | est31 | -0/+1 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -1/+0 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-15 | Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obk | Matthias Krüger | -1/+3 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -1/+0 |
| 2021-12-13 | Use `OutputFilenames` to generate output file for `-Zllvm-time-trace` | Tomasz Miąsko | -1/+3 |
| 2021-12-07 | Use object crate for .rustc metadata generation | Nikita Popov | -8/+0 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+25 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -0/+49 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -1/+1 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -3/+10 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -3/+10 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -1/+1 |
| 2021-08-31 | Include debug info for the allocator shim | Daniel Paoliello | -2/+3 |
| 2021-08-16 | Dispose LLVM context after TargetMachine | Nikita Popov | -1/+1 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -3/+1 |
| 2021-07-06 | Don't pass local_crate_name to link_binary separately | bjorn3 | -6/+1 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -1/+1 |
| 2021-06-04 | Remove unused imports | bjorn3 | -2/+2 |
| 2021-06-04 | Provide default MetadataLoader | bjorn3 | -4/+0 |
| 2021-06-04 | Provide a default provide* implementation for CodegenBackend | bjorn3 | -3/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -2/+1 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -9/+3 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -3/+4 |
| 2021-05-07 | Remove cg_llvm::metadata module | bjorn3 | -1/+0 |
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -1/+1 |
| 2021-05-02 | Move wasm_import_module_map provider to cg_ssa | bjorn3 | -7/+2 |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -2/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-20 | Move debuginfo docs from `doc.rs` module to `doc.md` file | Camelid | -0/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -6/+1 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -1/+1 |
| 2020-12-17 | Move some code out of CodegenBackend::{codegen_crate,link} | bjorn3 | -13/+11 |
| 2020-12-16 | cg_llvm: split dwarf filename and comp dir | David Wood | -1/+1 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -3/+9 |