| Age | Commit message (Expand) | Author | Lines |
| 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-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+5 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+5 |
| 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-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -6/+6 |
| 2022-07-31 | linker: Update some outdated comments | Vadim Petrochenkov | -18/+18 |
| 2022-07-31 | Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisa | Dylan DPC | -100/+123 |
| 2022-07-31 | Add issue reference | bjorn3 | -1/+1 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -6/+6 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -9/+29 |
| 2022-07-29 | Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviper | bors | -27/+44 |
| 2022-07-28 | fix: remove fake no_dead_strip for osx | csmoe | -3/+1 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -75/+124 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -24/+6 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -19/+11 |
| 2022-07-27 | Also wait on other threads if a WorkerFatalError occurs | Nikita Popov | -5/+5 |
| 2022-07-27 | Reliably signal coordinator thread on panic during ongoing codegen | Nikita Popov | -22/+39 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -9/+29 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -8/+48 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -5/+19 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -8/+48 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -22/+3 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -39/+38 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -60/+55 |
| 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-06 | incr: cache dwarf objects in work products | David Wood | -24/+51 |
| 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 | -26/+6 |
| 2022-06-28 | Reduce usage of Symbol in the linker code | bjorn3 | -60/+55 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-24 | Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov | Yuki Okushi | -5/+14 |
| 2022-06-23 | Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkov | Michael Goulet | -1/+1 |
| 2022-06-23 | Session object: Set OS/ABI | Martin Kröning | -1/+9 |
| 2022-06-21 | Update Emscripten's no_default_libraries handling | Hood Chatham | -1/+1 |
| 2022-06-21 | Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister | bors | -24/+21 |
| 2022-06-19 | Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkov | Dylan DPC | -2/+0 |
| 2022-06-19 | Remove the source archive functionality of ArchiveWriter | bjorn3 | -3/+3 |
| 2022-06-19 | Fix "Remove src_files and remove_file" | bjorn3 | -3/+4 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -2/+0 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-18 | Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100 | Yuki Okushi | -2/+2 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -2/+2 |