| Age | Commit message (Expand) | Author | Lines |
| 2021-02-28 | Explicitly mark x86-interrupt ABI argument as byval | Nikita Popov | -0/+7 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -5/+5 |
| 2021-02-28 | Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkov | bors | -26/+0 |
| 2021-02-27 | Rollup merge of #82534 - nikic:musl-crtend, r=nagisa | Dylan DPC | -7/+14 |
| 2021-02-27 | Fixed support for macOS Catalyst for Apple Silicon | Benedikt Terhechte | -5/+3 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -26/+0 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-26 | Link crtbegin/crtend on musl to terminate .eh_frame | Nikita Popov | -7/+14 |
| 2021-02-23 | Rollup merge of #82166 - kaniini:s390x-musl-target, r=nagisa | Dylan DPC | -0/+25 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -5/+38 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -6/+61 |
| 2021-02-20 | iOS simulator: pick the target based on the environment variable | Jan-Erik Rediger | -6/+25 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -1/+37 |
| 2021-02-19 | add s390x-unknown-linux-musl target | Ariadne Conill | -0/+25 |
| 2021-02-16 | add specs for riscv32/riscv64 musl targets | Khem Raj | -0/+40 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-11 | Stack probes: fix error message | Miguel Ojeda | -1/+1 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+3 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -30/+65 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+1 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+3 |
| 2021-01-31 | Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichton | Jonas Schievink | -15/+24 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -2/+7 |
| 2021-01-29 | Auto merge of #81493 - JohnTitor:rollup-sa4m4zh, r=JohnTitor | bors | -2/+92 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -2/+92 |
| 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 |