| Age | Commit message (Expand) | Author | Lines |
| 2023-01-16 | Append .dwp to the binary filename instead of replacing the existing extension. | Kyle Huey | -1/+2 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -6/+0 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -1/+7 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 2023-01-12 | riscv: Fix ELF header flags | Fawaz | -5/+17 |
| 2023-01-11 | Fix some typos in code comments. | Cedric | -9/+9 |
| 2023-01-09 | Fix aarch64-unknown-linux-gnu_ilp32 target | Amanieu d'Antras | -1/+7 |
| 2023-01-07 | Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -2/+2 |
| 2023-01-04 | Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiser | bors | -77/+81 |
| 2023-01-04 | Fix each_linked_rlib when the current crate has 0 crate types | bjorn3 | -0/+3 |
| 2023-01-02 | only specify --target by default for -Zgcc-ld=lld on wasm | Rémy Rakic | -1/+20 |
| 2022-12-28 | Explicitly pass in which crate type to use to each_linked_rlib | bjorn3 | -76/+76 |
| 2022-12-28 | Don't translate --print native-static-libs output | bjorn3 | -1/+2 |
| 2022-12-27 | UPDATE - migrate outstanding diagnostic in link.rs | Jhonny Bill Mena | -2/+2 |
| 2022-12-25 | Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc... | Matthias Krüger | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -7/+7 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -1/+1 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -2/+2 |
| 2022-12-16 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-14 | Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3 | bors | -36/+34 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | fix: remove hack from link.rs (moved to libc) | Daniil Belov | -9/+0 |
| 2022-12-03 | Avoid a temporary file when processing macOS fat archives | Alex Gaynor | -36/+34 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -2/+229 |
| 2022-12-03 | Make sure all input archives are unmapped before persisting the output archive | bjorn3 | -1/+7 |
| 2022-12-02 | Write to temp file before renaming to the final name | bjorn3 | -4/+22 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -11/+7 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -11/+7 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -45/+45 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -2/+205 |
| 2022-11-24 | rustc_codegen_ssa: write `.dwp` in a streaming fashion | Weihang Lo | -4/+5 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -1/+2 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -0/+3 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -15/+31 |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -15/+31 |
| 2022-11-12 | linker: Link `profiler_builtins` even if it's marked as `NotLinked` | Vadim Petrochenkov | -3/+4 |
| 2022-11-12 | linker: Support mixing crates built with different values of `-Zpacked_bundle... | Vadim Petrochenkov | -9/+7 |
| 2022-11-12 | linker: Move some inner functions to the outside | Vadim Petrochenkov | -133/+127 |
| 2022-11-12 | linker: Simplify linking of `compiler_builtins` and `profiler_builtins` | Vadim Petrochenkov | -68/+33 |
| 2022-11-12 | linker: Factor out native library linking to a separate function | Vadim Petrochenkov | -213/+207 |
| 2022-11-11 | Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-11 | Improve generating Custom entry function | Ayush Singh | -1/+2 |
| 2022-11-09 | Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>` | SLASHLogin | -2/+1 |
| 2022-11-09 | Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic` | SLASHLogin | -3/+1 |
| 2022-11-09 | Delay diagnostic translation in `rustc_codegen_ssa` | SLASHLogin | -9/+18 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+2 |