| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-07 | ADD - initial port of link.rs | Jhonny Bill Mena | -52/+37 |
| 2022-10-07 | Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgr | bors | -2/+3 |
| 2022-10-06 | Warn about Visual Studio Code branding confusion | Kornel | -2/+3 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -30/+45 |
| 2022-09-20 | Update rustc's information on Android's sanitizers | Chris Wailes | -5/+6 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -9/+89 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -9/+89 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -17/+8 |
| 2022-09-06 | Fix CI failures on windows and aarch64-linux | Vadim Petrochenkov | -0/+8 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -60/+8 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -14/+18 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -14/+13 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -1/+2 |
| 2022-08-24 | Rollup merge of #99993 - petrochenkov:linkdated, r=bjorn3 | Matthias Krüger | -12/+12 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -17/+8 |
| 2022-08-12 | rustc_target: Update some old naming around self contained linking | Vadim Petrochenkov | -24/+26 |
| 2022-08-11 | Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkov | Matthias Krüger | -4/+16 |
| 2022-08-10 | Fix flags when using clang as linker for Fuchsia | Tyler Mandry | -4/+16 |
| 2022-08-09 | Add support for link-flavor rust-lld for macOS | Mary | -1/+7 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -14/+18 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -7/+10 |
| 2022-08-03 | Add support for link-flavor rust-lld for iOS, tvOS and watchOS | mary | -7/+10 |
| 2022-08-02 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -1/+1 |
| 2022-07-31 | linker: Update some outdated comments | Vadim Petrochenkov | -12/+12 |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -70/+111 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -9/+29 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -65/+109 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -1/+6 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -17/+9 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -9/+29 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -7/+20 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -1/+6 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -7/+20 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -20/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -12/+12 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -3/+6 |
| 2022-07-06 | ssa: abort if dwarf packaging fails | David Wood | -0/+1 |
| 2022-07-06 | ssa: remove dwo of metadata and allocator module | David Wood | -14/+18 |
| 2022-07-02 | import all necessary parts of rustc_metadata::fs | Yoshiki Matsuda | -3/+4 |
| 2022-07-02 | fix a typo | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -24/+5 |