| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | Add the aarch64-apple-darwin target | Jake Goulding | -1/+35 |
| 2020-08-07 | rustc_target: Add a target spec option for disabling `--eh-frame-hdr` | Vadim Petrochenkov | -0/+20 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -10/+10 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -77/+85 |
| 2020-07-02 | Rollup merge of #73564 - petrochenkov:ehdr, r=Amanieu | Manish Goregaokar | -14/+2 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-27 | linker: Create GNU_EH_FRAME header by default when producing ELFs | Vadim Petrochenkov | -14/+2 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -2/+4 |
| 2020-06-26 | Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisa | Manish Goregaokar | -18/+62 |
| 2020-06-25 | Rollup merge of #73516 - Crabapple-iOS:feature/apple-dynamic-linking, r=nikom... | Dylan DPC | -1/+0 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -2/+4 |
| 2020-06-21 | Fix handling of reserved registers for ARM inline asm | Amanieu d'Antras | -18/+62 |
| 2020-06-19 | Allow dynamic linking for iOS/tvOS targets. | luxx4x | -1/+0 |
| 2020-06-19 | Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu | Manish Goregaokar | -0/+120 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -11/+16 |
| 2020-06-19 | Rollup merge of #70740 - haraldh:static-pie, r=petrochenkov | Ralf Jung | -0/+1 |
| 2020-06-17 | Auto merge of #69890 - lenary:lenary/riscv-frame-pointers, r=hanna-kruppe,Mar... | bors | -5/+0 |
| 2020-06-16 | Add initial asm!() support for hexagon | Brian Cain | -0/+120 |
| 2020-06-15 | Enable static-pie for the x86_64-unknown-linux-musl target | Harald Hoyer | -0/+1 |
| 2020-06-15 | Rollup merge of #73086 - trevyn:apple-a7, r=nikic | Ralf Jung | -3/+3 |
| 2020-06-13 | Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkov | Dylan DPC | -3/+4 |
| 2020-06-13 | Add/update comments about MinGW late_link_args | Mateusz Mikuła | -3/+4 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -0/+121 |
| 2020-06-09 | Reoder order in which MinGW libs are linked | Mateusz Mikuła | -1/+1 |
| 2020-06-09 | [AVR] Update ABI type classification logic to match the the AVR-Clang ABI | Dylan McKay | -5/+31 |
| 2020-06-09 | [AVR] Rename the 'none_base' target spec module to 'freestanding_base' | Dylan McKay | -2/+2 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+95 |
| 2020-06-08 | Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov | bors | -1/+2 |
| 2020-06-07 | Auto merge of #72904 - shepmaster:reduce-abi-symbol-hash-churn, r=jonas-schie... | bors | -4/+12 |
| 2020-06-07 | Enable LVI hardening for x86_64-fortanix-unknown-sgx | Jethro Beekman | -1/+2 |
| 2020-06-07 | Rename "cyclone" to "apple-a7" per changes in upstream LLVM | Eden | -3/+3 |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -4/+12 |
| 2020-06-06 | Rollup merge of #72708 - petrochenkov:linkhack, r=cuviper | Ralf Jung | -0/+5 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-03 | rustc_target: Remove `pre_link_args_crt` | Vadim Petrochenkov | -9/+1 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-31 | Auto merge of #72116 - petrhosek:fuchsia-ld-flags, r=tmandry | bors | -0/+7 |
| 2020-05-30 | [RISC-V] Do not force frame pointers | Sam Elliott | -5/+0 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -11/+16 |
| 2020-05-29 | Rollup merge of #72439 - westernmagic:master, r=Amanieu | Ralf Jung | -3/+75 |
| 2020-05-29 | Rollup merge of #71804 - petrochenkov:static-pie, r=cuviper | Ralf Jung | -0/+5 |
| 2020-05-28 | linker: Add a linker rerun hack for gcc versions not supporting -static-pie | Vadim Petrochenkov | -0/+5 |
| 2020-05-28 | update data layout for illumos x86 | Joshua M. Clulow | -1/+2 |
| 2020-05-26 | Export ZERO_AR_DATE for macos linker invocations | Alex Crichton | -0/+11 |
| 2020-05-24 | Added comment on there being no predefined registers | Michal Sudwoj | -0/+2 |
| 2020-05-24 | Deduplicated macro code | Michal Sudwoj | -27/+5 |
| 2020-05-24 | Minor fixes, as requested in PR review | Michal Sudwoj | -50/+27 |
| 2020-05-24 | Formatted correctly | Michal Sudwoj | -3/+1 |
| 2020-05-24 | NVPTX support for new asm! | Michal Sudwoj | -0/+117 |
| 2020-05-23 | Fix ice-72487 | Gary Guo | -13/+13 |