| Age | Commit message (Expand) | Author | Lines |
| 2020-11-02 | improve comments | Stephan | -2/+3 |
| 2020-11-02 | add blacklist for unsupported calling conventions | Stephan | -0/+9 |
| 2020-11-02 | add mipsel_unknown_none target | Stephan | -0/+33 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -48/+15 |
| 2020-10-24 | Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi... | Jonas Schievink | -0/+1 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -4/+1 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -7/+12 |
| 2020-10-15 | Use integer literals for builtin target_pointer_width fields | est31 | -151/+151 |
| 2020-10-14 | Rollup merge of #77765 - amshafer:master, r=petrochenkov | Dylan DPC | -0/+21 |
| 2020-10-13 | Add a target option for selecting a DWARF version | Austin Shafer | -0/+21 |
| 2020-10-13 | Auto merge of #75406 - mati865:mingw-aslr, r=Mark-Simulacrum | bors | -2/+12 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -39/+44 |
| 2020-10-10 | Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasper | bors | -667/+631 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+11 |
| 2020-10-07 | Revert "Allow dynamic linking for iOS/tvOS targets." | Francesca Lovebloom | -0/+1 |
| 2020-10-05 | rustc_target: Further simplify loading of built-in targets | Vadim Petrochenkov | -38/+13 |
| 2020-10-05 | rustc_target: Refactor away `TargetResult` | Vadim Petrochenkov | -630/+619 |
| 2020-10-04 | Support static linking with glibc and target-feature=+crt-static | Josh Triplett | -2/+2 |
| 2020-10-04 | Removes reg aliases since there are many ABIs: o32/n32/n64 | Lzu Tao | -32/+32 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -7/+12 |
| 2020-10-04 | mips32: Add f64 hard-float support | Lzu Tao | -1/+1 |
| 2020-10-02 | Returns values up to 2*usize by value | Jonas Schievink | -12/+0 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -128/+20 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -0/+157 |
| 2020-09-27 | Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov | bors | -4/+19 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+157 |
| 2020-09-27 | Auto merge of #76986 - jonas-schievink:ret-in-reg, r=nagisa | bors | -0/+12 |
| 2020-09-27 | Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov | Jonas Schievink | -6/+1 |
| 2020-09-26 | Return values up to 128 bits in registers | Jonas Schievink | -0/+12 |
| 2020-09-26 | might_permit_raw_init: also check aggregate fields | Ralf Jung | -4/+19 |
| 2020-09-25 | Defer Apple SDKROOT detection to link time. | Eric Huss | -128/+20 |
| 2020-09-25 | Link dynamic and static late_link_args before generic ones | Mateusz Mikuła | -6/+1 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-21 | fix typo in docs and comments | yuk1ty | -1/+1 |
| 2020-09-14 | librustc_target: Address comments | Alistair Francis | -1/+1 |
| 2020-09-14 | librustc_target: Initial support for riscv32gc_unknown_linux_gnu | Alistair Francis | -0/+26 |
| 2020-09-09 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2020-09-07 | Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi... | Dylan DPC | -0/+2 |
| 2020-09-05 | Disable atomics on avr target. | Mara Bos | -0/+2 |
| 2020-09-03 | Disable use of `--eh-frame-hdr` on wasm32. | Dan Gohman | -0/+1 |
| 2020-08-31 | Enable ASLR for windows-gnu | Mateusz Mikuła | -2/+12 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+13300 |