| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -4/+0 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -4/+0 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -11/+61 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -42/+103 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -18/+19 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -0/+75 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+75 |
| 2020-04-13 | Address review comments | Vadim Petrochenkov | -4/+1 |
| 2020-04-13 | rustc_target: Introduce `msvc_base` | Vadim Petrochenkov | -48/+59 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_gnu_base` from `windows_gnu_base` | Vadim Petrochenkov | -21/+13 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_msvc_base` from `windows_msvc_base` | Vadim Petrochenkov | -41/+9 |
| 2020-04-13 | rustc_target: Remove some useless imports | Vadim Petrochenkov | -25/+0 |
| 2020-04-13 | rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base` | Vadim Petrochenkov | -9/+9 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -3/+20 |
| 2020-04-13 | rustc_target: Move tests into a separate unconfigured file | Vadim Petrochenkov | -43/+48 |
| 2020-04-13 | rustc_target: Make sure lld-link is treated as link.exe by default | Vadim Petrochenkov | -62/+102 |
| 2020-04-13 | Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu | bors | -2/+2 |
| 2020-04-12 | [windows-gnu] Link pthread statically | Mateusz Mikuła | -2/+2 |
| 2020-04-09 | Fix staticlib name for *-pc-windows-gnu targets | Mateusz Mikuła | -2/+2 |
| 2020-04-06 | Rollup merge of #70704 - danielframpton:aarch64-windows-panic-unwind-default,... | Mazdak Farrokhzad | -8/+2 |
| 2020-04-04 | rustc_target: Rely on default value of `no_default_libraries` more | Vadim Petrochenkov | -4/+0 |
| 2020-04-03 | Make panic unwind the default for aarch64-*-windows-msvc targets | Daniel Frampton | -8/+2 |
| 2020-04-01 | Rollup merge of #70605 - Amanieu:pthread_msvcrt, r=varkor | Dylan DPC | -0/+2 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -2/+2 |
| 2020-03-31 | Add missing -lmsvcrt on mingw after -lpthread | Amanieu d'Antras | -0/+2 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -9/+0 |
| 2020-03-25 | Remove `TargetOptions::embed_bitcode`. | Nicholas Nethercote | -6/+0 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -13/+2 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -20/+6 |
| 2020-03-21 | don't convert results to options just for matching (clippy::if_let_some_result) | Matthias Krüger | -2/+2 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -11/+41 |
| 2020-03-12 | Auto merge of #68191 - simlay:add-tvSO-target, r=nagisa | bors | -21/+90 |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-03-05 | Link to libgcc dynamically on windows-gnu when using dylib crates | Amanieu d'Antras | -2/+41 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -9/+0 |
| 2020-02-28 | Improve MinGW detection when cross compiling | Mateusz Mikuła | -0/+2 |
| 2020-02-20 | fmt | Sebastian Imlay | -19/+17 |
| 2020-02-18 | Fix typo | Jonas Schievink | -1/+1 |
| 2020-02-17 | Don't eliminate frame pointers on thumb targets | Jonas Schievink | -0/+3 |
| 2020-02-14 | Merged apple_tvos_base and apple_ios_base into apple_sdk_base. | Sebastian Imlay | -150/+51 |
| 2020-02-14 | Merge branch 'master' of github.com:rust-lang/rust into add-tvSO-target | Sebastian Imlay | -48/+207 |
| 2020-02-12 | Properly use the darwin archive format on Apple targets | Anthony Ramine | -1/+1 |
| 2020-01-28 | Set lld flavor for MSVC to link.exe | John Kåre Alsaker | -2/+5 |
| 2020-01-22 | Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichton | Tyler Mandry | -1/+3 |
| 2020-01-19 | Add -Wl,-znotext to default linker flags to link with lld 9 on FreeBSD 13.0-C... | Tobias Kortkamp | -1/+3 |
| 2020-01-15 | add bare metal ARM Cortex-A targets to rustc | Jorge Aparicio | -0/+87 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -44/+105 |
| 2020-01-10 | Added tvOS as a backend | Sebastian Imlay | -0/+170 |
| 2020-01-10 | Allow specifying LLVM args in target specifications | Jethro Beekman | -0/+6 |
| 2020-01-07 | Update data layouts to include new X86 address spaces | Nikita Popov | -44/+105 |