summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/link.rs
AgeCommit message (Expand)AuthorLines
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
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-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
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-7/+1
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-17/+2
2023-08-10Revert "make MCP510 behavior explicitly opt-in"Rémy Rakic-17/+2
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-15/+14
2023-07-20Add note about writing native-static-libs to fileDavid Tolnay-1/+6
2023-07-20Implement printing to file for link-args and native-static-libsDavid Tolnay-10/+22
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-3/+3
2023-07-16Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkovbors-0/+5
2023-07-12make MCP510 behavior explicitly opt-inRémy Rakic-2/+17
2023-07-12De-duplicate consecutive libs when printing native-static-libsUrgau-0/+5
2023-06-30refactor `add_gcc_ld_path` into its final formRémy Rakic-51/+63
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-1/+1
2023-06-15Remap dylib paths into the sysroot to be relative to the sysrootdanakj-16/+22
2023-06-14Move the comment on fixing paths to where it belongsdanakj-3/+2
2023-06-14Avoid absolute sysroot paths in the MSVC linker command linedanakj-2/+27
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-2/+22
2023-06-08Rollup merge of #112179 - tamird:no-empty-cpu-features, r=petrochenkovGuillaume Gomez-5/+7
2023-06-07Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkovbors-4/+34
2023-06-07Force all native libraries to be statically linked when linking a static binaryAmanieu d'Antras-4/+34
2023-06-06Write to stdout if `-` is given as output fileJing Peng-2/+22
2023-06-01Avoid passing --cpu-features when emptyTamir Duberstein-5/+7
2023-05-29rustc_target: Refactor linker flavor inferenceVadim Petrochenkov-40/+3
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+3
2023-05-21Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3bors-0/+2
2023-05-17Fix issue #111643 by adding the local used librariesUrgau-0/+2
2023-05-16Move DebuggerVisualizerFile types from rustc_span to rustc_middleMichael Woerister-1/+1
2023-05-10Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors-5/+70
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-4/+3
2023-04-30Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger-1/+78
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-4/+3
2023-04-27only error with +whole-archive,+bundle for rlibsBe Wilson-1/+4
2023-04-27Abstract `MultiByteToWideChar`Chris Denton-33/+57
2023-04-27Fix Unreadable non-UTF-8 output on localized MSVCChris Denton-1/+54
2023-04-19Support `--print native-static-libs` with rust dylibsbjorn3-5/+70
2023-04-10Fix typos in compilerDaniPopes-1/+1