| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -12/+34 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -5/+5 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -2/+2 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -1/+1 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -34/+12 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -2/+2 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+5 |
| 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/+5 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -17/+17 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -3/+3 |
| 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/+2 |
| 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 | Restore `#![no_builtins]` crates participation in LTO. | DianQK | -32/+4 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -5/+13 |
| 2023-10-08 | implement opt out `-Clink-self-contained=-linker` | Rémy Rakic | -3/+4 |
| 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-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-10 | Revert "make MCP510 behavior explicitly opt-in" | Rémy Rakic | -17/+2 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -15/+14 |
| 2023-07-20 | Add note about writing native-static-libs to file | David Tolnay | -1/+6 |
| 2023-07-20 | Implement printing to file for link-args and native-static-libs | David Tolnay | -10/+22 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -3/+3 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -0/+5 |
| 2023-07-12 | make MCP510 behavior explicitly opt-in | Rémy Rakic | -2/+17 |
| 2023-07-12 | De-duplicate consecutive libs when printing native-static-libs | Urgau | -0/+5 |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -51/+63 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -1/+1 |
| 2023-06-15 | Remap dylib paths into the sysroot to be relative to the sysroot | danakj | -16/+22 |
| 2023-06-14 | Move the comment on fixing paths to where it belongs | danakj | -3/+2 |
| 2023-06-14 | Avoid absolute sysroot paths in the MSVC linker command line | danakj | -2/+27 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -2/+22 |
| 2023-06-08 | Rollup merge of #112179 - tamird:no-empty-cpu-features, r=petrochenkov | Guillaume Gomez | -5/+7 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -4/+34 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -4/+34 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -2/+22 |