| Age | Commit message (Expand) | Author | Lines |
| 2021-07-05 | Remove LibSource | bjorn3 | -32/+38 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -2/+2 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -2/+2 |
| 2021-07-01 | Rollup merge of #86558 - Smittyvb:link-error-sugg, r=petrochenkov | Guillaume Gomez | -5/+14 |
| 2021-06-30 | Add suggestions for "undefined reference" link errors | Smitty | -5/+14 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -1/+1 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -1/+30 |
| 2021-06-10 | Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov | Yuki Okushi | -13/+49 |
| 2021-06-09 | Make symbols stripping work on MacOS X | David Calavera | -13/+49 |
| 2021-06-07 | Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726 | Yuki Okushi | -36/+5 |
| 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 | -21/+2 |
| 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 | -146/+151 |
| 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 | -3/+7 |
| 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/+70 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+130 |
| 2021-06-05 | Remove get_install_prefix_lib_path completely | bjorn3 | -34/+4 |
| 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/+70 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -56/+194 |
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -5/+1 |
| 2021-06-04 | Move windows_subsystem field from CodegenResults to CrateInfo | bjorn3 | -15/+1 |
| 2021-06-04 | Remove unnecessary wasm_import_module_map provide | bjorn3 | -1/+0 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -3/+7 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -1/+1 |
| 2021-05-27 | Move metadata objects to before as-needed/zignore flags to make sure they are... | Luqman Aden | -3/+6 |
| 2021-05-23 | Pass target features to bpf-linker | Alessandro Decina | -0/+4 |
| 2021-05-23 | Fix formatting | Alessandro Decina | -1/+4 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+123 |
| 2021-05-22 | native lib: defer the duplicate check after relevant_lib check. | 12101111 | -6/+8 |
| 2021-05-18 | Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov | Jack Huey | -9/+10 |
| 2021-05-18 | Don't pass -pie to linker on windows targets. | Luqman Aden | -2/+5 |
| 2021-05-18 | Undo unnecessary changes. | Luqman Aden | -13/+4 |
| 2021-05-17 | Adjust linker_is_gnu branches for cases that don't work on windows. | Luqman Aden | -7/+16 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -23/+17 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -0/+72 |
| 2021-05-13 | Only pass --[no-]gc-sections if linker is GNU ld. | Luqman Aden | -4/+2 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -8/+6 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -8/+4 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -1/+1 |