| 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 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -9/+29 |
| 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-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -1/+1 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -27/+27 |
| 2020-04-01 | Rollup merge of #70547 - wesleywiser:extract_can_unwind, r=eddyb | Mazdak Farrokhzad | -0/+2 |
| 2020-04-01 | Rollup merge of #70605 - Amanieu:pthread_msvcrt, r=varkor | Dylan DPC | -0/+2 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -27/+27 |
| 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-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -13/+8 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -134/+133 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -134/+133 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -9/+0 |
| 2020-03-26 | Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcri... | Dylan DPC | -6/+0 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -12/+13 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -12/+13 |
| 2020-03-25 | add usize methods for Size getters | Ralf Jung | -0/+10 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -5/+6 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -1/+2 |
| 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-21 | Rollup merge of #70189 - RalfJung:is_signed, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | Abi::is_signed: assert that we are a Scalar | Ralf Jung | -1/+1 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -1/+4 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |