about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/link.rs
AgeCommit message (Expand)AuthorLines
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+3
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-3/+6
2024-02-26remove useless lifetime of ArchiveBuilder823984418-1/+1
2024-02-23rustc: Fix wasm64 metadata object filesAlex Crichton-3/+6
2024-02-22Replace unnecessary `abort_if_errors`.Nicholas Nethercote-6/+3
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-1/+3
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-15/+11
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-0/+1
2024-01-24linker: Fix Rust dylib crate extension on windows-msvcVadim Petrochenkov-1/+5
2024-01-24linker: Merge `link_staticlib_*` and `link_whole_staticlib_*`Vadim Petrochenkov-13/+5
2024-01-24linker: Do not collect search paths unless necessaryVadim Petrochenkov-10/+15
2024-01-24linker: Refactor APIs for linking static librariesVadim Petrochenkov-7/+7
2024-01-24linker: Refactor APIs for linking dynamic librariesVadim Petrochenkov-5/+12
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-1/+1
2024-01-13Auto merge of #119409 - Kobzol:rustc-codegen-ssa-query-instability, r=Nilstriebbors-2/+12
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-1/+1
2024-01-13rustc_codegen_ssa: Enforce `rustc::potential_query_instability` lintJakub Beránek-2/+12
2024-01-12Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"DianQK-12/+34
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-3/+3
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-14/+30
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+4
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-40/+40
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-5/+5
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-2/+2
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-1/+1
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-1/+1
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-34/+12
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-2/+2
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+5
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-1/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+5
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-17/+17
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+3
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
2023-11-03Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy...dianqk-2/+8
2023-10-28Remove asmjs from compilerJubilee Young-3/+3
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-38/+93
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-25/+2
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-50/+65
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-6/+6
2023-10-18limit `lld` flavors to the llvm backendRémy Rakic-2/+21
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-9/+30
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-32/+4
2023-10-13Format all the let chains in compilerMichael Goulet-5/+13
2023-10-08implement opt out `-Clink-self-contained=-linker`Rémy Rakic-3/+4
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-16/+7
2023-10-06Fix sdkname for tvos simulatorSebastian Imlay-0/+1