| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+3 |
| 2023-11-28 | Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch... | Matthias Krüger | -1/+27 |
| 2023-11-28 | Perform LTO optimisations with wasm-ld + -Clinker-plugin-lto | Cormac Relf | -1/+27 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -32/+38 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+21 |
| 2023-11-21 | Add support for generating the EHCont section | Arlie Davis | -0/+21 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -4/+4 |
| 2023-10-13 | linker: also pass debuginfo compression flags | Augie Fackler | -0/+9 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-07 | Review feedback: return empty iff !should_codegen, and use simpler unconditio... | Felix S. Klock II | -12/+5 |
| 2023-08-04 | special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s... | Felix S. Klock II | -3/+29 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -23/+23 |
| 2023-05-17 | Don't assume that `-Bdynamic` is the default linker mode | Amanieu d'Antras | -12/+12 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+4 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-23 | Adjust debug info stripping | Kai Luo | -2/+3 |
| 2023-03-23 | Fix copy-paste error | Kai Luo | -1/+1 |
| 2023-03-23 | Add AixLinker to support linking on AIX | Kai Luo | -0/+173 |
| 2023-03-09 | Add soon-to-be-default --no-undefined-version flag | Collin Baker | -0/+1 |
| 2023-02-21 | Linker: use -z <params> instead of -z<params> | Frank Denis | -8/+8 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -3/+3 |
| 2022-11-11 | Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -1/+7 |
| 2022-10-15 | The illumos linker does not support --strip-debug | Andy Fiddaman | -1/+7 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -3/+3 |
| 2022-10-07 | UPDATE - migrate linker.rs to new diagnostics infra | Jhonny Bill Mena | -18/+17 |
| 2022-10-07 | UPDATE - LibDefWriteFailure to accept type instead of formatted string | Jhonny Bill Mena | -6/+6 |
| 2022-10-07 | ADD - migrate lib.def write fatal error | Jhonny Bill Mena | -3/+4 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -45/+37 |
| 2022-09-29 | Only export `__tls_*` on wasm32-unknown-unknown. | Dan Gohman | -6/+9 |
| 2022-09-29 | Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa | Michael Howell | -6/+0 |
| 2022-09-28 | Don't export `__wasm_init_memory` on WebAssembly. | Dan Gohman | -6/+0 |
| 2022-09-27 | Don't export `__heap_base` and `__data_end` on wasm32-wasi. | Dan Gohman | -4/+6 |
| 2022-09-23 | Implement the `+whole-archive` modifier for `wasm-ld` | Alex Crichton | -2/+2 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -6/+12 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -2/+2 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -42/+0 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -12/+9 |
| 2022-07-31 | Add issue reference | bjorn3 | -1/+1 |
| 2022-07-30 | Limit symbols exported from proc macros | bjorn3 | -3/+1 |
| 2022-07-28 | fix: remove fake no_dead_strip for osx | csmoe | -3/+1 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -4/+13 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-06-28 | Reduce usage of Symbol in the linker code | bjorn3 | -49/+48 |
| 2022-06-21 | Update Emscripten's no_default_libraries handling | Hood Chatham | -1/+1 |