| Age | Commit message (Expand) | Author | Lines |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -10/+10 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+2 |
| 2022-02-11 | Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=Amanieu | Matthias Krüger | -13/+67 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -10/+1 |
| 2022-02-10 | Split PAuth target feature | Adam Gemmell | -13/+67 |
| 2022-02-09 | Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress... | Matthias Krüger | -35/+146 |
| 2022-02-08 | debuginfo: Bring back DW_AT_containing_type for vtables -- address review com... | Michael Woerister | -1/+3 |
| 2022-02-06 | apply noundef explicitly in all cases instead of relying on dereferenceable i... | Erik Desjardins | -4/+0 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+9 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+6 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-04 | Rollup merge of #93630 - matthiaskrgr:clipperf, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #93402 - ehuss:llvm-dialog, r=michaelwoerister | Matthias Krüger | -0/+7 |
| 2022-02-03 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-02-03 | Only disable dialogs on CI. | Eric Huss | -1/+6 |
| 2022-02-03 | debuginfo: Bring back DW_AT_containing_type for vtables after it has accident... | Michael Woerister | -11/+90 |
| 2022-02-03 | debuginfo: Make some helper functions in rustc_codegen_llvm::debuginfo::metad... | Michael Woerister | -24/+54 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -17/+20 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -17/+20 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-28 | Auto merge of #93427 - matthiaskrgr:rollup-esd3ixl, r=matthiaskrgr | bors | -39/+39 |
| 2022-01-28 | Rollup merge of #93261 - bjorn3:cg_ssa_refactor6, r=cjgillot | Matthias Krüger | -39/+39 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -174/+238 |
| 2022-01-28 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Don't mark f... | Michael Woerister | -2/+2 |
| 2022-01-27 | Windows: Disable LLVM crash dialog boxes. | Eric Huss | -0/+2 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Change doc c... | Michael Woerister | -13/+13 |
| 2022-01-25 | Rollup merge of #93269 - jacobbramley:dev/pauth-option-1, r=petrochenkov | Matthias Krüger | -10/+67 |
| 2022-01-25 | Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandry | Matthias Krüger | -4/+13 |
| 2022-01-24 | Use error-on-mismatch policy for PAuth module flags. | Jacob Bramley | -10/+67 |
| 2022-01-24 | Merge landing_pad and set_cleanup into cleanup_landing_pad | bjorn3 | -16/+18 |
| 2022-01-24 | Merge add_handler into catch_switch | bjorn3 | -11/+10 |
| 2022-01-24 | Remove unused return values from resume and cleanup_ret | bjorn3 | -10/+9 |
| 2022-01-24 | Reorder unwinding related builder methods to differentiate between dwarf and ... | bjorn3 | -6/+6 |
| 2022-01-24 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: address revi... | Michael Woerister | -20/+19 |
| 2022-01-24 | [debuginfo] Fix and unify handling of fat pointers in debuginfo. | Michael Woerister | -174/+239 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+6 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -1/+2 |
| 2022-01-21 | Work around missing code coverage data causing llvm-cov failures | Wesley Wiser | -4/+13 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -27/+62 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -46/+159 |
| 2022-01-18 | Use let_else in even more places | est31 | -1/+2 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -4/+3 |
| 2022-01-17 | Update compiler/rustc_codegen_llvm/src/builder.rs | Caleb Zulawski | -3/+3 |
| 2022-01-17 | Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-Simulacrum | Matthias Krüger | -18/+0 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -4/+3 |
| 2022-01-17 | rustc_codegen_llvm: Remove (almost) unused span parameter from many functions... | Michael Woerister | -130/+51 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -114/+7 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2022-01-14 | Remove LLVMRustMarkAllFunctionsNounwind | Amanieu d'Antras | -18/+0 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -86/+34 |