| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-05-22 | Rollup merge of #72304 - petrochenkov:sgxunwind, r=nikomatsakis,jethrogb,ding... | Ralf Jung | -3/+1 |
| 2020-05-22 | Rollup merge of #72133 - bdbai:master, r=joshtriplett | Ralf Jung | -0/+31 |
| 2020-05-20 | llvm: Expose tiny code model to users | Vadim Petrochenkov | -1/+1 |
| 2020-05-20 | rustc_target: Avoid an inappropriate use of `post_link_objects` | Vadim Petrochenkov | -3/+1 |
| 2020-05-20 | rustc_target: Add a target spec option for static-pie support | Vadim Petrochenkov | -0/+5 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -82/+290 |
| 2020-05-18 | Simplify register name output for x86 | Amanieu d'Antras | -8/+7 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -56/+2 |
| 2020-05-18 | The h modifier is only supported by reg_abcd | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -0/+1 |
| 2020-05-18 | Add notes about functions that are not currently used | Amanieu d'Antras | -6/+26 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -50/+138 |
| 2020-05-18 | Apply review feedback | Amanieu d'Antras | -59/+72 |