| Age | Commit message (Expand) | Author | Lines |
| 2021-01-28 | Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakis | bors | -2/+2 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -2/+92 |
| 2021-01-27 | Add big-endian and ILP32 AArch64 targets | Amanieu d'Antras | -0/+62 |
| 2021-01-27 | Fix ARM and AArch64 calling convention for passing small composite types | Amanieu d'Antras | -30/+3 |
| 2021-01-27 | Inline trivial implementation of rustc_target::abi::Align | Tomasz Miąsko | -2/+18 |
| 2021-01-26 | Use PassMode::Direct for Abi::Aggregate by default | bjorn3 | -2/+2 |
| 2021-01-26 | Revert "Wasm-bindgen abi compat using cast_to" | bjorn3 | -48/+8 |
| 2021-01-26 | Wasm-bindgen abi compat using cast_to | bjorn3 | -8/+48 |
| 2021-01-26 | Revert "Share wasm-bindgen compat abi selection code" | bjorn3 | -16/+4 |
| 2021-01-25 | Share wasm-bindgen compat abi selection code | bjorn3 | -4/+16 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -68/+178 |
| 2021-01-23 | Add some comments to PassMode | bjorn3 | -0/+6 |
| 2021-01-23 | Never create an temporary PassMode::Direct when it is not a valid pass mode f... | bjorn3 | -17/+31 |
| 2021-01-23 | Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return... | bjorn3 | -2/+8 |
| 2021-01-21 | Don't link with --export-dynamic on wasm32-wasi | Dan Gohman | -15/+24 |
| 2021-01-20 | Use a call probe on the x86_64-uefi target | Simonas Kazlauskas | -1/+3 |
| 2021-01-16 | Target stack-probe support configurable finely | Simonas Kazlauskas | -68/+176 |
| 2021-01-13 | Rollup merge of #80662 - rxrbln:master, r=estebank | Dylan DPC | -0/+16 |
| 2021-01-12 | Rollup merge of #80042 - sivadeilra:cold_bits, r=oli-obk | Yuki Okushi | -6/+20 |
| 2021-01-12 | Rollup merge of #79998 - devsnek:wasm32-bindgen-compat, r=alexcrichton | Yuki Okushi | -4/+5 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -10/+16 |
| 2021-01-11 | squash! fix wasi | Gus Caplan | -14/+5 |
| 2021-01-11 | new target | Gus Caplan | -6/+11 |
| 2021-01-11 | Use correct ABI for wasm32 by default | Gus Caplan | -1/+6 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -10/+16 |
| 2021-01-06 | Change related spec files to use the new enum | Lzu Tao | -37/+50 |
| 2021-01-06 | Prefer enum Endian in rustc_target::Target | Lzu Tao | -12/+48 |
| 2021-01-05 | Split a func into cold/hot parts, reducing binary size | Arlie Davis | -6/+20 |
| 2021-01-05 | Added support for i386-unknown-linux-gnu and i486-unknown-linux-gnu | René Rebe | -0/+16 |
| 2020-12-16 | Add support for target aliases | Jakub Kulik | -0/+18 |
| 2020-12-10 | Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov | Tyler Mandry | -29/+22 |
| 2020-12-10 | Use Symbol for inline asm register class names | Arlie Davis | -29/+22 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -4/+2 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -0/+67 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -0/+67 |
| 2020-11-30 | Add built-in support for the armv5te-unknown-linux-uclibceabi target | Ondrej Perutka | -0/+21 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -1/+35 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -115/+0 |
| 2020-11-21 | Replace sext() and zext() with single ext() method | bjorn3 | -15/+9 |
| 2020-11-21 | Rename prefix_chunk to prefix_chunk_size | bjorn3 | -6/+6 |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -5/+0 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -12/+19 |
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -7/+33 |
| 2020-11-15 | Rollup merge of #78993 - petrochenkov:specdash, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -12/+18 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -20/+19 |
| 2020-11-12 | Rollup merge of #78950 - khyperia:spirv-asm, r=Amanieu | Mara Bos | -0/+67 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -12/+18 |
| 2020-11-12 | rustc_target: Fix dash vs underscore mismatches in option names | Vadim Petrochenkov | -8/+8 |
| 2020-11-11 | Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-Simulacrum | Jonas Schievink | -7/+0 |