Skip to content

Commit 9967da7

Browse files
authored
Unrolled build for rust-lang#126449
Rollup merge of rust-lang#126449 - ChrisDenton:windows-std-support, r=workingjubilee Fill out missing Windows support information All the Windows targets (including tier 3) currently have some level of std support.
2 parents bfa098e + efbfcdd commit 9967da7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc/src/platform-support.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ target | std | host | notes
259259
[`aarch64-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | ARM64 NetBSD
260260
[`aarch64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | ARM64 OpenBSD
261261
`aarch64-unknown-redox` | ? | | ARM64 Redox OS
262-
`aarch64-uwp-windows-msvc` | ? | |
262+
`aarch64-uwp-windows-msvc` | | |
263263
`aarch64-wrs-vxworks` | ? | |
264264
`aarch64_be-unknown-linux-gnu_ilp32` | ✓ | ✓ | ARM64 Linux (big-endian, ILP32 ABI)
265265
`aarch64_be-unknown-linux-gnu` | ✓ | ✓ | ARM64 Linux (big-endian)
@@ -300,8 +300,8 @@ target | std | host | notes
300300
[`i686-unknown-hurd-gnu`](platform-support/hurd.md) | ✓ | ✓ | 32-bit GNU/Hurd [^x86_32-floats-return-ABI]
301301
[`i686-unknown-netbsd`](platform-support/netbsd.md) | ✓ | ✓ | NetBSD/i386 with SSE2 [^x86_32-floats-return-ABI]
302302
[`i686-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | 32-bit OpenBSD [^x86_32-floats-return-ABI]
303-
`i686-uwp-windows-gnu` | ? | | [^x86_32-floats-return-ABI]
304-
`i686-uwp-windows-msvc` | ? | | [^x86_32-floats-return-ABI]
303+
`i686-uwp-windows-gnu` | | | [^x86_32-floats-return-ABI]
304+
`i686-uwp-windows-msvc` | | | [^x86_32-floats-return-ABI]
305305
[`i686-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 32-bit Windows 7 support [^x86_32-floats-return-ABI]
306306
`i686-wrs-vxworks` | ? | | [^x86_32-floats-return-ABI]
307307
[`loongarch64-unknown-linux-musl`](platform-support/loongarch-linux.md) | ? | | LoongArch64 Linux (LP64D ABI) with musl 1.2.3
@@ -362,7 +362,7 @@ target | std | host | notes
362362
[`sparc64-unknown-openbsd`](platform-support/openbsd.md) | ✓ | ✓ | OpenBSD/sparc64
363363
[`thumbv4t-none-eabi`](platform-support/armv4t-none-eabi.md) | * | | Thumb-mode Bare Armv4T
364364
[`thumbv5te-none-eabi`](platform-support/armv5te-none-eabi.md) | * | | Thumb-mode Bare Armv5TE
365-
`thumbv7a-pc-windows-msvc` | ? | |
365+
`thumbv7a-pc-windows-msvc` | | |
366366
`thumbv7a-uwp-windows-msvc` | ✓ | |
367367
`thumbv7neon-unknown-linux-musleabihf` | ? | | Thumb2-mode Armv7-A Linux with NEON, musl 1.2.3
368368
[`wasm32-wasip2`](platform-support/wasm32-wasip2.md) | ✓ | | WebAssembly

0 commit comments

Comments
 (0)