| Age | Commit message (Expand) | Author | Lines |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -1/+1 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -0/+1 |
| 2022-06-28 | Avoid unnecessary string interning for const_str | bjorn3 | -2/+1 |
| 2022-06-14 | Add llvm.type.checked.load intrinsic | flip1995 | -0/+8 |
| 2022-05-11 | Only compile #[used] as llvm.compiler.used for ELF targets | Thom Chiovoloni | -1/+3 |
| 2022-04-30 | Merge new_metadata into codegen_allocator | bjorn3 | -3/+1 |
| 2022-04-30 | Remove config parameter of optimize_fat and avoid interior mutability for module | bjorn3 | -2/+1 |
| 2022-04-30 | Let LtoModuleCodegen::optimize take self by value | bjorn3 | -1/+1 |
| 2022-04-30 | Rename run_lto_pass_manager to optimize_fat and remove thin parameter | bjorn3 | -6/+5 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -5/+7 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -0/+1 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -1/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -0/+1 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -0/+1 |
| 2022-02-27 | Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" | Erik Desjardins | -1/+1 |
| 2022-02-24 | Introduce Bx::switch_to_block | bjorn3 | -0/+2 |
| 2022-02-20 | Remove build_sibling_block | bjorn3 | -3/+0 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -4/+4 |
| 2022-01-24 | Merge landing_pad and set_cleanup into cleanup_landing_pad | bjorn3 | -7/+1 |
| 2022-01-24 | Merge add_handler into catch_switch | bjorn3 | -2/+1 |
| 2022-01-24 | Remove unused return values from resume and cleanup_ret | bjorn3 | -6/+2 |
| 2022-01-24 | Reorder unwinding related builder methods to differentiate between dwarf and ... | bjorn3 | -1/+5 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -2/+178 |
| 2022-01-18 | Improve documentation of splatted constants | Caleb Zulawski | -26/+28 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -10/+0 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -2/+176 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -4/+4 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -1/+1 |
| 2021-12-29 | Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -1/+1 |
| 2021-12-15 | Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju... | Matthias Krüger | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_codegen_ssa` | LegionMammal978 | -2/+2 |
| 2021-12-13 | Use `OutputFilenames` to generate output file for `-Zllvm-time-trace` | Tomasz Miąsko | -0/+1 |
| 2021-12-08 | Auto merge of #91604 - nikic:section-flags, r=nagisa | bors | -6/+0 |
| 2021-12-07 | Use object crate for .rustc metadata generation | Nikita Popov | -6/+0 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -0/+1 |
| 2021-11-23 | Feat: make cg_ssa get_param borrow the builder mutable | rdambrosio | -1/+1 |
| 2021-11-14 | Remove workaround for the forward progress handling in LLVM | Andreas Jonson | -4/+0 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -0/+22 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+4 |
| 2021-10-27 | Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieu | bors | -0/+1 |
| 2021-10-26 | Properly check `target_features` not to trigger an assertion | Yuki Okushi | -0/+1 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+4 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -2/+2 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -2/+7 |
| 2021-10-08 | Create more accurate debuginfo for vtables. | Michael Woerister | -2/+7 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -1/+2 |