about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/link.rs
AgeCommit message (Expand)AuthorLines
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-0/+1
2025-01-24Silence progress messages from MSVC link.exejyn-12/+29
2025-01-20Don't require `--verbose` to show linker stdoutjyn-4/+7
2025-01-20make it possible to silence linker warnings with a crate-level attributejyn-7/+14
2025-01-20show linker warnings even if it returns 0jyn-2/+25
2025-01-13Fix emscripten-wasm-eh with unwind=abortHood Chatham-3/+3
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-3/+5
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-3/+5
2025-01-04Auto merge of #133955 - bjorn3:cc_pass_arch_only, r=ChrisDentonbors-6/+2
2025-01-02Pass objcopy args for stripping on OSXNoratrieb-18/+7
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-6/+6
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-6/+6
2024-12-20Review commentsbjorn3-3/+2
2024-12-19Make DependencyList an IndexVecbjorn3-5/+5
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514Stuart Cook-2/+2
2024-12-14don't show the full linker args unless `--verbose` is passedjyn-2/+2
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-21/+13
2024-12-10Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxuLeón Orell Valerian Liehr-0/+9
2024-12-08Pass the arch rather than full target name to windows_registry::find_toolbjorn3-6/+2
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-32/+24
2024-12-06Clarify commentDavid Tenty-2/+4
2024-12-06Pass -bnoipath when adding rust upstream dynamic cratesKai Luo-0/+7
2024-12-01Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkovMatthias Krüger-2/+2
2024-11-24Support rpath with -Clinker-flavor=ldMads Marquart-2/+2
2024-11-23Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors许杰友 Jieyou Xu (Joe)-10/+12
2024-11-21Change to pass "strip" options in an array of string slices and add option "-...Xing Xue-10/+12
2024-11-21aix: fix archive formatHenry Jiang-1/+17
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-1/+1
2024-11-11Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxuMatthias Krüger-4/+4
2024-11-09Pass owned CodegenResults to link_binarybjorn3-4/+4
2024-11-08Use lld with non-LLVM backendsbjorn3-17/+0
2024-11-07Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiserJubilee-8/+27
2024-11-05codegen_ssa: use `llvm-objcopy` for macOS stripDavid Wood-5/+17
2024-11-03Reduce dependence on the target namebjorn3-5/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-5/+3
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-6/+7
2024-10-10Fix hardcoded strip path when cross-compiling from Linux to DarwinMads Marquart-1/+3
2024-10-02Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxuMatthias Krüger-7/+41
2024-09-29Document a bit more how the SDK version actually worksMads Marquart-7/+41
2024-09-27Only add an automatic SONAME for Rust dylibsJosh Stone-1/+1
2024-09-26Move Apple linker args from `rustc_target` to `rustc_codegen_ssa`Mads Marquart-1/+132
2024-09-24Test fixing raw-dylibDaniel Paoliello-8/+27
2024-09-24Fix up setting strip = true in Cargo.toml makes build scripts fail in release...monkeydbobo-3/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+8
2024-09-14Fix SDKROOT ignore on macOSMads Marquart-1/+1
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-18/+10
2024-09-11Also fix if in elseMichael Goulet-18/+10
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-3/+3