about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2022-09-06change stdlib circular dependencies handlingDaniil Belov-102/+8
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-14/+18
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-26/+22
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-1/+2
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=...Ralf Jung-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-11/+7
2022-08-28Fix handling of rust_eh_personality in reachable_non_genericsAmanieu d'Antras-11/+7
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-1/+1
2022-08-24Rollup merge of #99993 - petrochenkov:linkdated, r=bjorn3Matthias Krüger-18/+18
2022-08-19use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa-17/+8
2022-08-15errors: move translation logic into moduleDavid Wood-9/+11
2022-08-12rustc_target: Update some old naming around self contained linkingVadim Petrochenkov-24/+26
2022-08-11Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkovMatthias Krüger-4/+16
2022-08-10Fix flags when using clang as linker for FuchsiaTyler Mandry-4/+16
2022-08-09Add support for link-flavor rust-lld for macOSMary-1/+7
2022-08-06Change implementation of `-Z gcc-ld` and `lld-wrapper` againVadim Petrochenkov-14/+18
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+5
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+5
2022-08-04Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgrbors-7/+10
2022-08-03Add support for link-flavor rust-lld for iOS, tvOS and watchOSmary-7/+10
2022-08-02Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-1/+1
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-27/+44
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-22/+39
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-25feat: impl export-executable-symbolscsmoe-5/+19
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-8/+48
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+2
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-22/+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-39/+38
2022-07-08Auto merge of #98638 - bjorn3:less_string_interning, r=tmiaskobors-60/+55
2022-07-06ssa: abort if dwarf packaging failsDavid Wood-0/+1
2022-07-06ssa: remove dwo of metadata and allocator moduleDavid Wood-14/+18
2022-07-06incr: cache dwarf objects in work productsDavid Wood-24/+51
2022-07-02import all necessary parts of rustc_metadata::fsYoshiki Matsuda-3/+4
2022-07-02fix a typoYoshiki Matsuda-1/+1