| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -96/+39 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -6/+0 |
| 2023-01-26 | Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 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-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 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 | -76/+80 |
| 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 | -75/+75 |
| 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-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-16 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 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-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -10/+6 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -10/+6 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -1/+1 |
| 2022-11-24 | rustc_codegen_ssa: write `.dwp` in a streaming fashion | Weihang Lo | -4/+5 |
| 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 | -8/+14 |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -8/+14 |
| 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-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+2 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -1/+2 |
| 2022-11-04 | UPDATE - address PR Comments | Jhonny Bill Mena | -2/+1 |
| 2022-11-04 | FIX - Migrate missing errors in link.rs | Jhonny Bill Mena | -4/+4 |
| 2022-11-04 | ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ... | Jhonny Bill Mena | -1/+1 |
| 2022-11-04 | UPDATE - Complete link.rs migration to new diagnostics infraestructure | Jhonny Bill Mena | -80/+43 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -5/+36 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -4/+9 |
| 2022-10-23 | Allow LTO for dylibs | bjorn3 | -2/+20 |
| 2022-10-20 | Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser | bors | -1/+1 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -8/+33 |
| 2022-10-15 | linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO | Vadim Petrochenkov | -1/+1 |
| 2022-10-15 | The illumos linker does not support --strip-debug | Andy Fiddaman | -8/+33 |
| 2022-10-07 | ADD - implement IntoDiagnostic for thorin::Error wrapper | Jhonny Bill Mena | -2/+1 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -8/+2 |