| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -6/+15 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -3/+11 |
| 2023-02-17 | Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r... | Matthias Krüger | -24/+26 |
| 2023-02-16 | Default repr(C) enums to c_int size | Jubilee Young | -24/+26 |
| 2023-02-15 | Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ... | Dylan DPC | -2/+1 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -46/+2 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -3/+11 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -6/+15 |
| 2023-02-12 | Enable #[thread_local] on armv6k-nintendo-3ds | Ian Chamberlain | -2/+1 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -14/+31 |
| 2023-02-09 | XRay support flag in TargetOptions | Oleksii Lozovskyi | -0/+15 |
| 2023-02-02 | Auto merge of #106925 - imWildCat:imWildCat/remove-hardcoded-ios-macbi-target... | bors | -3/+3 |
| 2023-01-26 | Remove hardcoded clang target: ios13 or ios14 for Mac Catalyst [fixed] | imWildCat | -3/+3 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -8/+8 |
| 2023-01-23 | Rollup merge of #106796 - vadorovsky:revert-105708-enable-atomic-cas-bpf, r=b... | Yuki Okushi | -1/+1 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -5/+5 |
| 2023-01-22 | rustc_abi: remove Primitive::{is_float,is_int} | Erik Desjardins | -3/+3 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -46/+2 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -2/+6 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -11/+11 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -11/+11 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | BPF: Disable atomic CAS | Michal Rostecki | -1/+1 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -5/+1 |
| 2023-01-10 | Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandry | Yuki Okushi | -1/+7 |
| 2023-01-10 | Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisa | Yuki Okushi | -1/+5 |
| 2023-01-09 | Add issue number to FIXMEs | Tyler Mandry | -2/+2 |
| 2023-01-09 | Accept old spelling of Fuchsia target triples | David Koloski | -1/+7 |
| 2023-01-09 | Rollup merge of #106061 - ilovepi:fuchsia-scs, r=oli-obk | fee1-dead | -1/+3 |
| 2023-01-06 | Enable Shadow Call Stack for Fuchsia on AArch64 | Paul Kirth | -1/+3 |
| 2023-01-06 | Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3 | bors | -6/+1 |
| 2023-01-06 | Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisa | bors | -4/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -40/+40 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -4/+4 |
| 2023-01-04 | cleanup: handle -Zmutable-noalias like -Zbox-noalias | Erik Desjardins | -6/+1 |
| 2023-01-03 | Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser | bors | -0/+42 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+1 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -7/+2 |
| 2022-12-14 | Added PlayStation Vita support | Andrés Martínez | -0/+42 |
| 2022-12-14 | Enable atomic cas for bpf targets | Tomer Zeitune | -1/+5 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+0 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -3/+11 |
| 2022-12-09 | Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105468 - sunfishcode:sunfishcode/main-void-wasi, r=estebank | Matthias Krüger | -0/+4 |
| 2022-12-09 | Fix typo in apple_base.rs | Ikko Ashimine | -1/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -3/+11 |
| 2022-12-08 | Mangle "main" as "__main_void" on wasm32-wasi | Dan Gohman | -0/+4 |