| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -6/+3 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -23/+27 |
| 2020-05-22 | Rollup merge of #72133 - bdbai:master, r=joshtriplett | Ralf Jung | -0/+1 |
| 2020-05-21 | Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov | Ralf Jung | -0/+49 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -3/+6 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -23/+24 |
| 2020-05-20 | Suggest installing VS Build Tools in more situations | Chris Denton | -0/+49 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -61/+86 |
| 2020-05-17 | Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-15 | Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink | Dylan DPC | -0/+25 |
| 2020-05-14 | Don't pass --dynamic-linker for Fuchsia dylibs | Tyler Mandry | -1/+1 |
| 2020-05-14 | linker: More systematic handling of CRT objects | Vadim Petrochenkov | -61/+86 |
| 2020-05-12 | Add target thumbv7a-uwp-windows-msvc | bdbai | -0/+1 |
| 2020-05-10 | Run rustfmt | Marko Mijalkovic | -6/+1 |
| 2020-05-10 | Renamed lld_link_script to link_script and support all GNU-like linkers | Marko Mijalkovic | -10/+9 |
| 2020-05-10 | Add lld_link_script to TargetOptions | Marko Mijalkovic | -0/+31 |
| 2020-05-10 | add linking option strip | YI | -2/+2 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -36/+35 |
| 2020-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -1/+3 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -20/+2 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -20/+2 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -1/+3 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -11/+2 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -17/+4 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -1/+1 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -17/+4 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -1/+1 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -1/+1 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -7/+2 |
| 2020-04-13 | rustc_target: Make sure lld-link is treated as link.exe by default | Vadim Petrochenkov | -2/+4 |
| 2020-04-07 | linker: Some minor code cleanup | Vadim Petrochenkov | -58/+38 |
| 2020-04-07 | linker: Factor out more parts of `linker_with_args` and add some docs | Vadim Petrochenkov | -121/+183 |
| 2020-04-07 | linker: Add more markup and comments to code producing linker arguments | Vadim Petrochenkov | -23/+61 |
| 2020-04-07 | linker: Factor out addition of pre-, post- and late link args | Vadim Petrochenkov | -35/+82 |
| 2020-04-07 | linker: Factor out linking of pre- and post-link objects | Vadim Petrochenkov | -23/+37 |
| 2020-04-07 | linker: Combine argument building into a single function | Vadim Petrochenkov | -98/+107 |
| 2020-04-07 | linker: Make argument building interface in `trait Linker` richer | Vadim Petrochenkov | -5/+4 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -16/+8 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-28 | Auto merge of #70095 - jsgf:link-native, r=nagisa | bors | -3/+10 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -3/+10 |
| 2020-03-27 | Rollup merge of #70068 - jclulow:illumos-gcc, r=cramertj | Dylan DPC | -1/+13 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -2/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -6/+6 |
| 2020-03-17 | review feedback: add a comment describing the situation | Joshua M. Clulow | -0/+6 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -5/+6 |
| 2020-03-16 | use "gcc" instead of "cc" on *-sun-solaris systems when linking | Joshua M. Clulow | -1/+7 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -6/+6 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -0/+14 |