| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-29 | Change the target data layout to specify more values | Lokathor | -1/+1 |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -4/+0 |
| 2020-07-22 | Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink | Manish Goregaokar | -0/+20 |
| 2020-07-22 | Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisa | Manish Goregaokar | -1/+35 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -4/+0 |
| 2020-07-22 | rustc_target: Add a target spec option for disabling `--eh-frame-hdr` | Vadim Petrochenkov | -0/+20 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -2/+3 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -3/+14 |
| 2020-07-20 | Add the aarch64-apple-darwin target | Jake Goulding | -1/+35 |
| 2020-07-19 | Rollup merge of #74419 - Lokathor:gba-target, r=jonas-schievink | Manish Goregaokar | -0/+63 |
| 2020-07-18 | remove unused imports | Lokathor | -1/+1 |
| 2020-07-18 | Resolve https://github.com/rust-lang/rust/pull/74419#issuecomment-660518936 | Lokathor | -14/+1 |
| 2020-07-17 | Make the new target a general thumbv4t target. | Lokathor | -13/+19 |
| 2020-07-17 | Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorino | Manish Goregaokar | -6/+0 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456139741 | Lokathor | -2/+0 |
| 2020-07-16 | resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456140272 | Lokathor | -3/+0 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456142514 | Lokathor | -3/+0 |
| 2020-07-16 | Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456141344 | Lokathor | -3/+0 |
| 2020-07-16 | fix the imports. | Lokathor | -1/+1 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Add to supported_targets list. | Lokathor | -0/+1 |
| 2020-07-16 | Docs clarifications. | Lokathor | -5/+5 |
| 2020-07-16 | fill in all those options. | Lokathor | -11/+61 |
| 2020-07-16 | Remove leftover from emscripten fastcomp support | bjorn3 | -6/+0 |
| 2020-07-16 | start GBA file. | Lokathor | -0/+30 |
| 2020-07-11 | don't mark linux kernel module targets as a unix environment | Alex Gaynor | -1/+0 |
| 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 |