| Age | Commit message (Expand) | Author | Lines |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -1/+1 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-05 | linux x64: default to `-znostart-stop-gc` | Rémy Rakic | -0/+29 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -137/+81 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -137/+81 |
| 2025-02-26 | linker: Fix escaping style for response files on Windows | Vadim Petrochenkov | -2/+6 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -3/+56 |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -3/+56 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -19/+13 |
| 2025-02-20 | Rollup merge of #136608 - kulst:ptx_target_features, r=bjorn3 | Jubilee | -0/+6 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -0/+1 |
| 2025-02-16 | Pass through of target features to llvm-bitcode-linker and handling them | kulst | -0/+6 |
| 2025-02-11 | rustc_codegen_ssa: simplify test for incompatible dependency formats | Yotam Ofek | -15/+10 |
| 2025-02-11 | rustc_codegen_ssa: cleanup nested `if`s and a needless `match` | Yotam Ofek | -4/+3 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -0/+1 |
| 2025-01-24 | Silence progress messages from MSVC link.exe | jyn | -12/+29 |
| 2025-01-20 | Don't require `--verbose` to show linker stdout | jyn | -4/+7 |
| 2025-01-20 | make it possible to silence linker warnings with a crate-level attribute | jyn | -7/+14 |
| 2025-01-20 | show linker warnings even if it returns 0 | jyn | -2/+25 |
| 2025-01-13 | Fix emscripten-wasm-eh with unwind=abort | Hood Chatham | -3/+3 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -3/+5 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -3/+5 |
| 2025-01-04 | Auto merge of #133955 - bjorn3:cc_pass_arch_only, r=ChrisDenton | bors | -6/+2 |
| 2025-01-02 | Pass objcopy args for stripping on OSX | Noratrieb | -18/+7 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -6/+6 |
| 2024-12-20 | Review comments | bjorn3 | -3/+2 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -5/+5 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -2/+2 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -2/+2 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -21/+13 |
| 2024-12-10 | Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu | León Orell Valerian Liehr | -0/+9 |
| 2024-12-08 | Pass the arch rather than full target name to windows_registry::find_tool | bjorn3 | -6/+2 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -32/+24 |
| 2024-12-06 | Clarify comment | David Tenty | -2/+4 |
| 2024-12-06 | Pass -bnoipath when adding rust upstream dynamic crates | Kai Luo | -0/+7 |
| 2024-12-01 | Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-11-24 | Support rpath with -Clinker-flavor=ld | Mads Marquart | -2/+2 |
| 2024-11-23 | Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -10/+12 |
| 2024-11-21 | Change to pass "strip" options in an array of string slices and add option "-... | Xing Xue | -10/+12 |
| 2024-11-21 | aix: fix archive format | Henry Jiang | -1/+17 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -1/+1 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-11-09 | Pass owned CodegenResults to link_binary | bjorn3 | -4/+4 |
| 2024-11-08 | Use lld with non-LLVM backends | bjorn3 | -17/+0 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -8/+27 |
| 2024-11-05 | codegen_ssa: use `llvm-objcopy` for macOS strip | David Wood | -5/+17 |
| 2024-11-03 | Reduce dependence on the target name | bjorn3 | -5/+2 |