| Age | Commit message (Expand) | Author | Lines |
| 2025-06-08 | Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -10/+78 |
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -2/+0 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -4/+1 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -7/+30 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -3/+3 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -2/+2 |
| 2025-06-07 | Rollup merge of #141797 - workingjubilee:apple-likes-frame-pointers-but-not-t... | Jacob Pratt | -36/+23 |
| 2025-06-06 | compiler: set Apple frame pointers by architecture | Jubilee Young | -36/+23 |
| 2025-06-05 | compiler: Add track_caller to AbiMapping::unwrap | Jubilee Young | -0/+1 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -9/+77 |
| 2025-06-05 | Bump object | WANG Rui | -1/+1 |
| 2025-06-04 | Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubilee | bors | -22/+5 |
| 2025-06-04 | x86 (32/64): go back to passing SIMD vectors by-ptr | Ralf Jung | -22/+5 |
| 2025-06-04 | Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubilee | Matthias Krüger | -10/+16 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -268/+229 |
| 2025-06-03 | compiler: actually remove Conv now that it is irrelevant | Jubilee Young | -133/+0 |
| 2025-06-03 | compiler: simplify TargetOptions ABI functions | Jubilee Young | -108/+2 |
| 2025-06-03 | compiler: change Conv to CanonAbi | Jubilee Young | -6/+6 |
| 2025-06-03 | compiler: use CanonAbi for entry_abi | Jubilee Young | -21/+26 |
| 2025-06-03 | compiler: add AbiMap | Jubilee Young | -1/+190 |
| 2025-05-31 | compiler: add CanonAbi | Jubilee Young | -0/+6 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-30 | Add tls_model for cygwin and enable has_thread_local | Berrysoft | -1/+4 |
| 2025-05-24 | Enable xray support for Mac | quininer | -0/+2 |
| 2025-05-23 | Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point... | Matthias Krüger | -8/+46 |
| 2025-05-22 | aarch64-softfloat: forbid enabling the neon target feature | Ralf Jung | -5/+7 |
| 2025-05-19 | add s390x z17 target features | Folkert de Vries | -10/+16 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -22/+22 |
| 2025-05-18 | Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu | León Orell Valerian Liehr | -6/+1 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -22/+22 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -0/+32 |
| 2025-05-17 | aarch64-linux: Default to FramePointer::NonLeaf | Jubilee Young | -8/+46 |
| 2025-05-15 | [win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab... | Daniel Paoliello | -6/+1 |
| 2025-05-15 | Revert "Fix linking statics on Arm64EC #140176" | Jieyou Xu | -13/+1 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-12 | Use unreachable instead of panic | tiif | -1/+1 |
| 2025-05-11 | Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgr | bors | -1/+7 |
| 2025-05-11 | Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieu | bors | -7/+7 |
| 2025-05-09 | Enable non-leaf Frame Pointers for Arm64EC Windows | Daniel Paoliello | -1/+7 |
| 2025-05-09 | Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubilee | Stuart Cook | -1/+7 |
| 2025-05-09 | Partially stabilize LoongArch target features | WANG Rui | -7/+7 |
| 2025-05-09 | Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiser | bors | -1/+13 |
| 2025-05-08 | Enable non-leaf Frame Pointers for Arm64 Windows | Daniel Paoliello | -1/+7 |
| 2025-05-08 | Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxu | Matthias Krüger | -1/+6 |
| 2025-05-07 | [win][arm64] Disable MSVC Linker 'Arm Hazard' warning | Daniel Paoliello | -1/+6 |
| 2025-05-07 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -1/+13 |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -0/+1 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+1 |