| Age | Commit message (Expand) | Author | Lines |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -14/+33 |
| 2021-08-26 | Adjust linking order of static nobundle libraries | 12101111 | -36/+33 |
| 2021-08-23 | Pass -fuse-ld=/path/to/ld64 if -Z gcc-ld and the lld_flavor for the target is... | Hans Kratz | -14/+33 |
| 2021-07-31 | Allow more "unknown argument" strings from linker | Michael Hackner | -10/+11 |
| 2021-07-18 | Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrum | bors | -1/+6 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -65/+49 |
| 2021-07-14 | Keep metadata when using gc-sections with profile-generate. | Jamie Cunliffe | -1/+6 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -25/+44 |
| 2021-07-06 | Fold LinkerInfo into CrateInfo | bjorn3 | -4/+8 |
| 2021-07-06 | Merge LinkerInfo::to_linker into get_linker | bjorn3 | -5/+7 |
| 2021-07-06 | Move get_linker to linker.rs | bjorn3 | -92/+1 |
| 2021-07-06 | Don't pass local_crate_name to link_binary separately | bjorn3 | -2/+6 |
| 2021-07-06 | Move LinkerInfo into CrateInfo | bjorn3 | -3/+3 |
| 2021-07-05 | Deduplicate info.used_crate_source indexing | bjorn3 | -2/+3 |
| 2021-07-05 | Remove LibSource | bjorn3 | -18/+29 |
| 2021-06-30 | Add suggestions for "undefined reference" link errors | Smitty | -5/+14 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -1/+30 |
| 2021-06-10 | Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov | Yuki Okushi | -9/+42 |
| 2021-06-09 | Make symbols stripping work on MacOS X | David Calavera | -9/+42 |
| 2021-06-07 | Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726 | Yuki Okushi | -11/+1 |
| 2021-06-07 | Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkov | Yuki Okushi | -1/+2 |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -1/+1 |
| 2021-06-06 | linker: Re-apply Solaris fixes for `-z ignore` | Vadim Petrochenkov | -5/+10 |
| 2021-06-06 | linker: Restore the old order of linking native libraries | Vadim Petrochenkov | -4/+12 |
| 2021-06-06 | linker: Reorder linker arguments | Vadim Petrochenkov | -117/+147 |
| 2021-06-06 | linker: Inline `fn link_local_crate_native_libs_and_dependent_crate_libs` | Vadim Petrochenkov | -57/+38 |
| 2021-06-06 | Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov | Yuki Okushi | -0/+2 |
| 2021-06-06 | Rollup merge of #85772 - luqmana:ignored-metadata, r=petrochenkov | Yuki Okushi | -3/+6 |
| 2021-06-05 | Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}. | Luqman Aden | -1/+2 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -6/+61 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+1 |
| 2021-06-05 | Remove get_install_prefix_lib_path completely | bjorn3 | -9/+0 |
| 2021-06-05 | Use sysroot instead of CFG_PREFIX for the rpath | bjorn3 | -3/+2 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -6/+61 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -43/+167 |
| 2021-06-04 | Move windows_subsystem field from CodegenResults to CrateInfo | bjorn3 | -1/+1 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -0/+2 |
| 2021-05-27 | Move metadata objects to before as-needed/zignore flags to make sure they are... | Luqman Aden | -3/+6 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+1 |
| 2021-05-22 | native lib: defer the duplicate check after relevant_lib check. | 12101111 | -6/+8 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -6/+1 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -1/+1 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -26/+47 |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -6/+1 |
| 2021-05-01 | Deduplicate native libs before they are passed to the linker | Chris Denton | -0/+8 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -8/+3 |
| 2021-04-03 | rm target specific logic in link_sanitizer_runtime | Simonas Kazlauskas | -22/+14 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -2/+2 |
| 2021-03-28 | linker: Use data execution prevention options by default when linker supports... | Vadim Petrochenkov | -0/+4 |
| 2021-03-28 | linker: Use `--as-needed` by default when linker supports it | Vadim Petrochenkov | -0/+6 |