| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Update powerpc64 data layout | Nikita Popov | -5/+5 |
| 2021-08-16 | Update wasm data layout | Nikita Popov | -4/+4 |
| 2021-08-16 | Generate an iOS LLVM target with a specific version | kit | -1/+13 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -0/+182 |
| 2021-08-14 | freebsd arm64 add supported sanitizers. | DC | -2/+8 |
| 2021-08-12 | Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb | Manish Goregaokar | -0/+45 |
| 2021-08-12 | Apply c_enum_min_bits = 8 to (arm|thumb)-none- platforms | Manish Goregaokar | -0/+14 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -0/+31 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+182 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+38 |
| 2021-08-09 | Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche... | bors | -0/+28 |
| 2021-08-09 | Add the aarch64-unknown-uefi target | unknown | -0/+28 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisa | bors | -1/+3 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-31 | netbsd x86_64 arch enable supported sanitizers. | David Carlier | -1/+3 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-25 | freebsd remove compiler workaround. | David Carlier | -2/+1 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -1/+1 |
| 2021-07-22 | Add support for powerpc-unknown-freebsd | Piotr Kubaj | -0/+28 |
| 2021-07-17 | Auto merge of #87124 - Andy-Python-Programmer:code_model_uefi_patch, r=petroc... | bors | -6/+2 |
| 2021-07-17 | Auto merge of #86062 - nagisa:nagisa/what-a-lie, r=estebank | bors | -0/+4 |
| 2021-07-17 | Use small code model for UEFI targets | Andy-Python-Programmer | -6/+2 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -7/+98 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -36/+116 |
| 2021-07-10 | Add AArch64 z* registers as aliases for v* registers | Amanieu d'Antras | -32/+32 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -4/+84 |
| 2021-07-08 | Do not allow JSON targets to set is-builtin: true | Simonas Kazlauskas | -0/+4 |
| 2021-07-07 | Update targets to use target_abi | Josh Triplett | -7/+92 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+6 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -427/+202 |
| 2021-06-30 | Add support for leaf fn frame pointer elimination | Simonas Kazlauskas | -33/+89 |
| 2021-06-23 | Point to the updated version of some dead links | Smitty | -1/+1 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -9/+9 |
| 2021-06-21 | Auto merge of #85775 - adamrk:warn-unused-target-fields, r=nagisa | bors | -86/+213 |
| 2021-06-17 | Emit warnings for unused fields in custom targets. | Adam Bratschi-Kaye | -86/+213 |
| 2021-06-17 | Auto merge of #83572 - pkubaj:patch-1, r=nagisa | bors | -0/+17 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -3/+3 |
| 2021-06-07 | Use `try_into` instead of asserting manually | LingMan | -10/+2 |
| 2021-06-06 | Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+259 |
| 2021-06-05 | Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievink | Guillaume Gomez | -0/+1 |
| 2021-06-04 | msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo... | William D. Jones | -0/+1 |
| 2021-06-05 | Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubilee | Yuki Okushi | -6/+0 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -6/+0 |
| 2021-06-03 | Rollup merge of #85706 - jrmuizel:fpe, r=nagisa | Yuki Okushi | -5/+1 |
| 2021-06-02 | Turn off frame pointer elimination on all Apple platforms. | Jeff Muizelaar | -5/+1 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+5 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -0/+1 |