| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | Prefer `min_exhaustive_patterns` in compiler | Nadrieril | -1/+2 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -1/+1 |
| 2024-02-09 | Possibly removed merge policy | Chiragroop | -3/+6 |
| 2024-02-09 | Update x86_64_uwp_windows_gnu.rs | CKingX | -1/+2 |
| 2024-02-09 | Update x86_64_pc_windows_msvc.rs | CKingX | -1/+1 |
| 2024-02-09 | Update x86_64_pc_windows_msvc.rs | CKingX | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-08 | As Windows 10 requires certain features like CMPXCHG16B and a few others and ... | CKingX | -0/+1 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+12 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+36 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-05 | Rollup merge of #120661 - xen0n:loong-medium-cmodel, r=heiher,Nilstrieb | Matthias Krüger | -3/+4 |
| 2024-02-05 | Rollup merge of #120518 - kxxt:riscv-split-debug-info, r=compiler-errors | Matthias Krüger | -5/+20 |
| 2024-02-05 | target: default to the medium code model on LoongArch targets | WANG Xuerui | -3/+4 |
| 2024-02-04 | Add an `armv8r-none-eabihf` target to support the Cortex-R52. | Chris Copeland | -0/+36 |
| 2024-02-03 | Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -25/+14 |
| 2024-01-31 | riscv only supports split_debuginfo=off for now | kxxt | -5/+20 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -25/+14 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -67/+1 |
| 2024-01-26 | i586_unknown_netbsd: use inline stack probes | Erik Desjardins | -1/+1 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-25 | Rollup merge of #120278 - djkoloski:remove_fatal_warnings_wasm, r=oli-obk | Matthias Krüger | -7/+1 |
| 2024-01-24 | Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | León Orell Valerian Liehr | -1/+67 |
| 2024-01-23 | Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiser | León Orell Valerian Liehr | -0/+3 |
| 2024-01-23 | Remove --fatal-warnings on wasm targets | David Koloski | -7/+1 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+67 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -0/+37 |
| 2024-01-22 | compiler: update freebsd and netbsd base specs. | David Carlier | -0/+3 |
| 2024-01-19 | Update more data layouts | Nikita Popov | -7/+7 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -80/+80 |
| 2024-01-17 | Rollup merge of #119855 - rellerreller:freebsd-static, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-01-17 | target: fix powerpc64-unknown-linux-musl datalayout | David Wood | -1/+1 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -7/+0 |
| 2024-01-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+12 |
| 2024-01-13 | Auto merge of #119927 - matthiaskrgr:rollup-885ws57, r=matthiaskrgr | bors | -5/+10 |
| 2024-01-13 | Rollup merge of #119587 - beepster4096:system_varargs, r=petrochenkov | Matthias Krüger | -5/+10 |
| 2024-01-12 | allow system abi to be variadic | beepster4096 | -5/+10 |
| 2024-01-13 | add avx512fp16 to x86 target features | usamoi | -0/+1 |
| 2024-01-12 | update paths in comments | joboet | -1/+1 |
| 2024-01-11 | Enable Static Builds for FreeBSD | Nathan Reller | -0/+1 |
| 2024-01-09 | Remove more needless leb128 coding for enum variants | Mark Rousskov | -7/+10 |
| 2024-01-08 | GNU/Hurd: unconditionally use inline stack probes | Erik Desjardins | -1/+1 |
| 2024-01-08 | Add riscv32imafc-esp-espidf target for the ESP32-P4. | Scott Mabin | -0/+32 |
| 2024-01-07 | Unions are not PointerLike | Michael Goulet | -2/+2 |
| 2024-01-06 | compiler: update Fuchsia sanitizer support. | David Carlier | -1/+2 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -2/+4 |
| 2024-01-04 | Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=Amanieu | Matthias Krüger | -14/+15 |
| 2024-01-04 | Rollup merge of #118521 - dpaoliello:asan, r=wesleywiser | Matthias Krüger | -2/+4 |