about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-6/+6
2022-07-31linker: Update some outdated commentsVadim Petrochenkov-18/+18
2022-07-31Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisaDylan DPC-100/+123
2022-07-31Add issue referencebjorn3-1/+1
2022-07-30Limit symbols exported from proc macrosbjorn3-6/+6
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-9/+29
2022-07-29Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviperbors-81/+48
2022-07-28fix: remove fake no_dead_strip for osxcsmoe-3/+1
2022-07-28Introduce an ArchiveBuilderBuilderbjorn3-75/+124
2022-07-28Inline inject_dll_import_libbjorn3-24/+6
2022-07-28Move output argument from ArchiveBuilder::new to .build()bjorn3-19/+11
2022-07-27Also wait on other threads if a WorkerFatalError occursNikita Popov-5/+5
2022-07-27Reliably signal coordinator thread on panic during ongoing codegenNikita Popov-76/+43
2022-07-26Lib kind -l link-arg:Daniil Belov-9/+29
2022-07-26Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoeristerbors-8/+48
2022-07-26Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obkYuki Okushi-9/+3
2022-07-25Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3bors-5/+19
2022-07-25Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obkYuki Okushi-0/+1
2022-07-25feat: impl export-executable-symbolscsmoe-5/+19
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-15/+19
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-15/+19
2022-07-23Add `sign-ext` target feature to the WASM targetdAxpeDDa-0/+1
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-8/+48
2022-07-22simplify more, ret_deref -> has_derefouz-a-2/+1
2022-07-22simplify some code that depend on Derefouz-a-8/+3
2022-07-22Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiserDylan DPC-5/+2
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-4/+22
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+2
2022-07-21Auto merge of #93718 - thomcc:used-macho, r=pnkfelixbors-1/+3
2022-07-20various nits from reviewRalf Jung-1/+4
2022-07-20add range metadata to alignment loadsRalf Jung-2/+7
2022-07-20Move vtable_size and vtable_align impls to cg_ssabjorn3-0/+10
2022-07-20consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)Ralf Jung-3/+3
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-16/+0
2022-07-18Add support for MIPS VZ ISA extensionjam1garner-2/+5
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-5/+4
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+16
2022-07-14Use constant eval to do strict validity checks5225225-5/+4
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-25/+3
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-44/+43
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-1/+1
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-1/+1
2022-07-12add new rval, pull deref earlyouz-a-0/+6
2022-07-11Keep unstable target features for asm feature checkingAmanieu d'Antras-1/+1
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-07-09review feedbackRalf Jung-1/+1
2022-07-09don't allow ZST in ScalarIntRalf Jung-0/+5
2022-07-08Auto merge of #98638 - bjorn3:less_string_interning, r=tmiaskobors-65/+58
2022-07-08Add `SourceScope::inlined_instance`Tomasz Miąsko-5/+2