| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -1/+1 |
| 2021-03-11 | Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc... | hyd-dev | -2/+7 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-25 | Rollup merge of #82214 - est31:no_to_string, r=oli-obk | Dylan DPC | -5/+5 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -1/+1 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -0/+1 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -0/+1 |
| 2021-02-17 | Remove redundant to_string calls | est31 | -5/+5 |
| 2021-02-14 | Don't fail to remove files if they are missing | Simonas Kazlauskas | -4/+7 |
| 2021-02-07 | HWASan support | Tri Vo | -0/+3 |
| 2021-01-29 | Rollup merge of #80215 - visigoth:issue-80202-fix, r=estebank | Yuki Okushi | -2/+7 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -46/+38 |
| 2021-01-24 | Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa | Jonas Schievink | -7/+21 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -4/+2 |
| 2021-01-19 | Fix sysroot option not being honored across rustc | Ramon de C Valle | -7/+21 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -4/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -0/+1 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -0/+1 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -69/+146 |
| 2020-12-23 | Exclude unnecessary info from CodegenResults | Victor Ding | -2/+3 |
| 2020-12-19 | Use -target when linking binaries for Mac Catalyst | Shaheen Gandhi | -2/+7 |
| 2020-12-16 | compiletest: add split dwarf compare mode | David Wood | -0/+7 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -12/+88 |
| 2020-12-16 | cg_ssa: correct documentation comments | David Wood | -56/+49 |
| 2020-12-10 | rustfmt | Corey Farwell | -2/+1 |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -1/+2 |
| 2020-12-01 | Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisa | Guillaume Gomez | -9/+23 |
| 2020-11-30 | Warn if `dsymutil` returns an error code | J. Ryan Stinnett | -9/+23 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -1/+2 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -5/+5 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -45/+41 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -7/+3 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -55/+52 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -0/+86 |
| 2020-09-26 | Move add_apple_sdk out of add_pre_link_args. | Eric Huss | -1/+3 |
| 2020-09-25 | Defer Apple SDKROOT detection to link time. | Eric Huss | -0/+84 |
| 2020-09-25 | Link dynamic and static late_link_args before generic ones | Mateusz Mikuła | -3/+3 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -1/+1 |
| 2020-09-03 | Rollup merge of #76167 - mati865:mingw-self-contained-heuristic, r=petrochenkov | Dylan DPC | -92/+25 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -3/+3 |
| 2020-09-01 | Replace MinGW library hack with heuristic controlling link mode | Mateusz Mikuła | -92/+25 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -1/+1 |
| 2020-08-31 | Stabilise link-self-contained option | Mateusz Mikuła | -3/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2152 |