| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | Rollup merge of #80323 - camelid:codegen-base-docs, r=nagisa | Dylan DPC | -10/+9 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -8/+7 |
| 2020-12-28 | Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk | Dylan DPC | -13/+11 |
| 2020-12-22 | Update and improve `rustc_codegen_{llvm,ssa}` docs | Camelid | -10/+9 |
| 2020-12-17 | Revert "cg_llvm: `fewer_names` in `uncached_llvm_type`" | David Wood | -9/+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 | -7/+9 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -30/+87 |
| 2020-12-16 | cg_ssa: introduce `TargetMachineFactoryFn` alias | David Wood | -7/+10 |
| 2020-12-16 | llvm: update ffi bindings for split dwarf | David Wood | -1/+16 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -2/+3 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -2/+2 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -1/+1 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -2/+3 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -0/+19 |
| 2020-12-03 | Combination of commits | Rich Kadel | -10/+148 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -0/+4 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -0/+4 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -50/+55 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -125/+176 |
| 2020-11-25 | Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | Rich Kadel | -1/+1 |
| 2020-11-25 | replace assert with condition and `fatal` error | Rich Kadel | -1/+3 |
| 2020-11-25 | Improved version check | Rich Kadel | -7/+9 |
| 2020-11-24 | Apply suggestions from code review | Rich Kadel | -1/+1 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -2/+2 |
| 2020-11-23 | Updated links to LLVM 11 docs and types | Rich Kadel | -6/+6 |
| 2020-11-24 | Allow disabling TrapUnreachable via -Ztrap-unreachable=no | Dario Nieuwenhuis | -1/+2 |
| 2020-11-23 | Upgrades the coverage map to Version 4 | Rich Kadel | -114/+161 |
| 2020-11-23 | Use Option::map instead of open coding it | LingMan | -4/+1 |
| 2020-11-21 | Rename prefix_chunk to prefix_chunk_size | bjorn3 | -1/+1 |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -3/+6 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -42/+79 |
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -1/+19 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -3/+9 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -12/+4 |
| 2020-11-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -0/+10 |
| 2020-11-17 | Rollup merge of #78702 - wesleywiser:self_profile_cgu_sizes, r=Mark-Simulacrum | Mara Bos | -2/+4 |
| 2020-11-17 | Fix setting inline hint based on `InstanceDef::requires_inline` | Tomasz Miąsko | -12/+4 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -8/+8 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -8/+5 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -43/+4 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -3/+1 |
| 2020-11-13 | remove internal simd_size_and_ty from llvm backend | Ashley Mannix | -34/+17 |
| 2020-11-12 | Rollup merge of #78950 - khyperia:spirv-asm, r=Amanieu | Mara Bos | -1/+11 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -3/+1 |
| 2020-11-12 | fixed a re-format due to removed chain call | DevJPM | -5/+1 |
| 2020-11-12 | Dropped Support for Bidirectional Custom Target Definition Emulation | DevJPM | -12/+0 |
| 2020-11-12 | Removed an unused function now that LLVM 9 is the minimal supported version | DevJPM | -5/+0 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -24/+6 |
| 2020-11-11 | Change capitalization of Spirv to SpirV | khyperia | -4/+4 |