| Age | Commit message (Expand) | Author | Lines |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -4/+4 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -3/+3 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+65 |
| 2024-02-27 | Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb | bors | -1/+1 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -12/+4 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -8/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -12/+4 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -8/+2 |
| 2024-02-24 | compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move | Martin Nordholts | -1/+1 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-02-20 | Rollup merge of #121291 - heiher:revert-medium-cmodel, r=Nilstrieb | Nilstrieb | -4/+3 |
| 2024-02-19 | Lower default Mac Catalyst deployment target to 13.1 | Mads Marquart | -1/+2 |
| 2024-02-19 | Merge deployment target variable loading on iOS and Mac Catalyst | Mads Marquart | -26/+21 |
| 2024-02-19 | Fix ld platform_version argument on Mac Catalyst | Mads Marquart | -29/+13 |
| 2024-02-19 | Make LLVM target contain correct deployment target info on Mac Catalyst | Mads Marquart | -16/+23 |
| 2024-02-19 | Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac Catalyst | Mads Marquart | -10/+4 |
| 2024-02-19 | target: Revert default to the medium code model on LoongArch targets | WANG Rui | -4/+3 |
| 2024-02-17 | Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub... | Matthias Krüger | -10/+15 |
| 2024-02-17 | Fix comment | Mads Marquart | -2/+6 |
| 2024-02-17 | Fix `cfg(target_abi = "sim")` on i386-apple-ios | Mads Marquart | -8/+9 |
| 2024-02-15 | Update aarch64 target feature docs to match LLVM | Adam Gemmell | -4/+4 |
| 2024-02-14 | Allow targets to override default codegen backend | Maybe Waffle | -0/+9 |
| 2024-02-13 | Added sahf feature to windows targets | CKingX | -5/+5 |
| 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 |