| Age | Commit message (Expand) | Author | Lines |
| 2022-11-03 | Fix Access Violation when using lld & ThinLTO on windows-msvc | Wesley Wiser | -1/+3 |
| 2022-11-02 | asm: Work around LLVM bug on AArch64 | Amanieu d'Antras | -3/+54 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -5/+4 |
| 2022-10-30 | Auto merge of #103299 - nikic:usub-overflow, r=wesleywiser | bors | -5/+8 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -2/+5 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -1/+15 |
| 2022-10-23 | Allow LTO for dylibs | bjorn3 | -13/+4 |
| 2022-10-20 | Don't use usub.with.overflow intrinsic | Nikita Popov | -5/+8 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -2/+6 |
| 2022-10-15 | asm: Match clang behavior for inlateout fixed register operands | Amanieu d'Antras | -2/+11 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #103015 - whentojump:patch, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Add links to relevant pages to find constraint information | Guillaume Gomez | -0/+4 |
| 2022-10-14 | fix a typo | wtj | -1/+1 |
| 2022-10-09 | Pass 128-bit C-style enum enumerator values to LLVM | beetrees | -12/+9 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-05 | Auto merge of #98736 - alex:lipo-magic, r=bjorn3 | bors | -3/+64 |
| 2022-10-04 | resolve error when attempting to link a universal library on macOS | Alex Gaynor | -3/+64 |
| 2022-10-03 | Auto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwco | bors | -66/+65 |
| 2022-10-02 | Remove type argument of array_alloca and rename to byte_array_alloca | bjorn3 | -2/+3 |
| 2022-10-02 | Remove dynamic_alloca from BuilderMethods | bjorn3 | -5/+1 |
| 2022-10-02 | Auto merge of #102424 - sunfishcode:sunfishcode/hidden-main, r=nagisa | bors | -1/+11 |
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -28/+51 |
| 2022-10-01 | Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods | bjorn3 | -6/+0 |
| 2022-10-01 | Remove several unused methods from MiscMethods | bjorn3 | -24/+10 |
| 2022-10-01 | Remove unused Context assoc type from WriteBackendMethods | bjorn3 | -1/+0 |
| 2022-09-29 | Adjust the s390x data layout for LLVM 16 | Josh Stone | -0/+5 |
| 2022-09-28 | Change `declare_cfn` to use the C visibility for all C ABI functions. | Dan Gohman | -36/+15 |
| 2022-09-28 | Use the existing `set_visibility` function. | Dan Gohman | -7/+1 |
| 2022-09-28 | Declare `main` as visibility hidden on targets that default to hidden. | Dan Gohman | -9/+46 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -417/+18 |
| 2022-09-19 | Rename LLVM `optimize` functions | Josh Stone | -5/+5 |
| 2022-09-18 | Use LLVM C-API to build atomic cmpxchg and fence | Josh Stone | -37/+25 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -4/+0 |
| 2022-09-18 | Remove support for LLVM's legacy pass manager | Josh Stone | -417/+22 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+91 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa | bors | -0/+4 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+4 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+4 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -2/+6 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -13/+13 |
| 2022-09-07 | Rollup merge of #101484 - oli-obk:no_zst, r=eddyb | Yuki Okushi | -4/+0 |
| 2022-09-06 | Remove dead broken code from const zst handling in backends | Oli Scherer | -4/+0 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -1/+2 |