about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/command.rs
AgeCommit message (Expand)AuthorLines
2025-09-12Add --print target-spec-json-schemaNoratrieb-1/+1
2025-03-14feat(linker): check ARG_MAX on Unix platformsWeihang Lo-7/+41
2025-03-14fix(linker): use arg list estimate on only WindowsWeihang Lo-1/+1
2025-03-14fix(linker): prevent overflow when estimating CLI arg list lengthWeihang Lo-1/+2
2025-03-12fix: remove the check of lld not supporting @response-fileWeihang Lo-7/+0
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-1/+16
2024-09-17Minimize visibilities.Nicholas Nethercote-13/+13
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-03-20Update comment and remove special-case for Wasm targets which is incompatible...Douglas Young-6/+0
2022-06-28Reduce usage of Symbol in the linker codebjorn3-6/+0
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-6/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-10-05Instruct lld that our @ files are posix-style, not WindowsMark Rousskov-0/+6
2020-08-30mv compiler to compiler/mark-0/+183