| Age | Commit message (Expand) | Author | Lines |
| 2022-08-02 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -1/+1 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -6/+6 |
| 2022-07-31 | linker: Update some outdated comments | Vadim Petrochenkov | -18/+18 |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -100/+123 |
| 2022-07-31 | Add issue reference | bjorn3 | -1/+1 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -6/+6 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -9/+29 |
| 2022-07-29 | Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviper | bors | -81/+48 |
| 2022-07-28 | fix: remove fake no_dead_strip for osx | csmoe | -3/+1 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -75/+124 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -24/+6 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -19/+11 |
| 2022-07-27 | Also wait on other threads if a WorkerFatalError occurs | Nikita Popov | -5/+5 |
| 2022-07-27 | Reliably signal coordinator thread on panic during ongoing codegen | Nikita Popov | -76/+43 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -9/+29 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -8/+48 |
| 2022-07-26 | Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obk | Yuki Okushi | -9/+3 |
| 2022-07-25 | Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3 | bors | -5/+19 |
| 2022-07-25 | Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obk | Yuki Okushi | -0/+1 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -5/+19 |
| 2022-07-24 | Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -15/+19 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -15/+19 |
| 2022-07-23 | Add `sign-ext` target feature to the WASM target | dAxpeDDa | -0/+1 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -8/+48 |
| 2022-07-22 | simplify more, ret_deref -> has_deref | ouz-a | -2/+1 |
| 2022-07-22 | simplify some code that depend on Deref | ouz-a | -8/+3 |
| 2022-07-22 | Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser | Dylan DPC | -5/+2 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -4/+22 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-21 | Auto merge of #93718 - thomcc:used-macho, r=pnkfelix | bors | -1/+3 |
| 2022-07-20 | various nits from review | Ralf Jung | -1/+4 |
| 2022-07-20 | add range metadata to alignment loads | Ralf Jung | -2/+7 |
| 2022-07-20 | Move vtable_size and vtable_align impls to cg_ssa | bjorn3 | -0/+10 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -3/+3 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -16/+0 |
| 2022-07-18 | Add support for MIPS VZ ISA extension | jam1garner | -2/+5 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -5/+5 |
| 2022-07-17 | Upgrade indexmap and thorin-dwp to use hashbrown 0.12 | Josh Stone | -1/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+16 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -5/+5 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -25/+3 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -44/+43 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -1/+1 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+6 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -1/+1 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 |
| 2022-07-09 | review feedback | Ralf Jung | -1/+1 |