| Age | Commit message (Expand) | Author | Lines |
| 2022-01-07 | Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich... | Eric Huss | -14/+14 |
| 2022-01-07 | Consolidate checking for msvc when generating debuginfo | Wesley Wiser | -14/+14 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -15/+26 |
| 2022-01-03 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -6/+6 |
| 2022-01-01 | Auto merge of #92419 - erikdesjardins:coldland, r=nagisa | bors | -2/+17 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -1/+16 |
| 2021-12-30 | Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa | bors | -26/+39 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -1/+30 |
| 2021-12-29 | Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -2/+2 |
| 2021-12-20 | Load new pass manager plugins only if the new pm is actually used | Axel Cohen | -5/+5 |
| 2021-12-20 | rustc_codegen_llvm: move should_use_new_llvm_pass_manager function to llvm_util | Axel Cohen | -18/+19 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -12/+13 |
| 2021-12-18 | Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco | Matthias Krüger | -8/+19 |
| 2021-12-18 | Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwco | Matthias Krüger | -392/+429 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -3/+6 |
| 2021-12-16 | rustc_codegen_llvm: Give each codegen unit a unique DWARF name on all | Patrick Walton | -8/+19 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -392/+429 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -8/+8 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -3/+4 |
| 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 | -3/+7 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Rollup merge of #91855 - xfix:const_cstr_unchecked, r=dtolnay | Matthias Krüger | -1/+0 |
| 2021-12-13 | Revert "Produce .dwo file for Packed as well" | Andy Wang | -8/+11 |
| 2021-12-13 | Auto merge of #91654 - nikic:llvmbc-section-flags, r=nagisa | bors | -42/+60 |
| 2021-12-13 | Fix conditions for using legacy or new pm plugins | Axel Cohen | -1/+1 |
| 2021-12-13 | Use the existing llvm-plugins option for both legacy and new pm registration | Axel Cohen | -13/+19 |
| 2021-12-13 | Add a codegen option to allow loading LLVM pass plugins | Axel Cohen | -0/+6 |
| 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 | -3/+7 |
| 2021-12-12 | Auto merge of #90716 - euclio:libloading, r=cjgillot | bors | -9/+8 |
| 2021-12-11 | Remap path in MCOptions | Andy Wang | -1/+4 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -31/+27 |
| 2021-12-10 | Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandry | Matthias Krüger | -2/+2 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -5/+2 |
| 2021-12-09 | Remove redundant [..]s | est31 | -31/+27 |
| 2021-12-08 | Auto merge of #91604 - nikic:section-flags, r=nagisa | bors | -60/+1 |
| 2021-12-08 | Use module inline assembly to embed bitcode | Nikita Popov | -42/+60 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -5/+2 |
| 2021-12-07 | Use object crate for .rustc metadata generation | Nikita Popov | -60/+1 |
| 2021-12-07 | Remove redundant path join | Andy Wang | -7/+4 |
| 2021-12-06 | Produce .dwo file for Packed as well | Andy Wang | -11/+8 |
| 2021-12-06 | replace dynamic library module with libloading | Andy Russell | -9/+8 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+21 |
| 2021-12-05 | Apply path remapping to DW_AT_GNU_dwo_name | Andy Wang | -3/+6 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -2/+29 |
| 2021-12-03 | Adjust llvm wrapper for unwinding support for inlineasm | cynecx | -0/+3 |
| 2021-12-03 | code-cov: generate dead functions with private/default linkage | Wesley Wiser | -2/+2 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -4/+2 |