| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -8/+8 |
| 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 | -34/+40 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+26 |
| 2023-11-21 | convert ehcont-guard to an unstable option | Arlie Davis | -1/+1 |
| 2023-11-21 | Add support for generating the EHCont section | Arlie Davis | -0/+26 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -27/+26 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -0/+9 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -3/+3 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -0/+9 |
| 2023-11-09 | Remove `-Z strip`. | Nicholas Nethercote | -10/+2 |
| 2023-11-03 | Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy... | dianqk | -2/+8 |
| 2023-10-28 | Remove asmjs from compiler | Jubilee Young | -3/+3 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -0/+1 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -38/+93 |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -25/+31 |
| 2023-10-21 | Treat extern in compiler-builtins as `used` | DianQK | -3/+7 |
| 2023-10-18 | make `self_contained` return `LinkSelfContainedComponents` | Rémy Rakic | -50/+65 |
| 2023-10-18 | unify `LinkSelfContained` and `LinkSelfContainedDefault` | Rémy Rakic | -6/+6 |
| 2023-10-18 | limit `lld` flavors to the llvm backend | Rémy Rakic | -2/+21 |
| 2023-10-18 | allow target specs to declare self-contained linking components | Rémy Rakic | -9/+30 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -5/+13 |
| 2023-10-15 | Restore `#![no_builtins]` crates participation in LTO. | DianQK | -47/+5 |
| 2023-10-14 | Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errors | bors | -0/+9 |
| 2023-10-13 | linker: also pass debuginfo compression flags | Augie Fackler | -0/+9 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -5/+13 |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -6/+0 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -2/+0 |
| 2023-10-09 | Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse call | bjorn3 | -4/+0 |
| 2023-10-08 | implement opt out `-Clink-self-contained=-linker` | Rémy Rakic | -3/+4 |
| 2023-10-08 | Auto merge of #116514 - petrochenkov:nogccld, r=lqd | bors | -16/+7 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -16/+7 |
| 2023-10-06 | Fix sdkname for tvos simulator | Sebastian Imlay | -0/+1 |
| 2023-10-06 | rustc_codegen_ssa: use try_canonicalize in rpath | Tamir Duberstein | -8/+6 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -7/+1 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -1/+8 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -6/+4 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -3/+3 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+7 |
| 2023-08-21 | Always add LC_BUILD_VERSION for metadata object files | Keith Smiley | -17/+12 |
| 2023-08-18 | Fix ELF flag for RISC-V targets without explicit ABI | Gary Guo | -1/+1 |
| 2023-08-18 | Add comment explanining unstable_target_features | Gary Guo | -0/+1 |
| 2023-08-18 | Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc | Gary Guo | -17/+20 |
| 2023-08-15 | stabilize combining +bundle and +whole-archive link modifiers | Be Wilson | -7/+1 |
| 2023-08-15 | Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov | Guillaume Gomez | -17/+2 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -0/+8 |
| 2023-08-10 | Revert "make MCP510 behavior explicitly opt-in" | Rémy Rakic | -17/+2 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -13/+15 |