You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustbot
added
O-android
Operating system: Android
O-apple
Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS)
O-hermit
Operating System: Hermit
O-itron
Operating System: ITRON
O-linux
Operating system: Linux
O-netbsd
Operating system: NetBSD
O-redox
Operating system: Redox, https://www.redox-os.org/
O-SGX
Target: SGX
O-solaris
Operating system: Solaris
O-solid
Operating System: SOLID
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
O-windows
Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
labels
Aug 9, 2026
nia-e
removed
O-windows
Operating system: Windows
O-linux
Operating system: Linux
O-android
Operating system: Android
O-netbsd
Operating system: NetBSD
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
O-redox
Operating system: Redox, https://www.redox-os.org/
O-solaris
Operating system: Solaris
O-SGX
Target: SGX
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-hermit
Operating System: Hermit
labels
Aug 9, 2026
nia-e
added
O-windows
Operating system: Windows
O-linux
Operating system: Linux
O-android
Operating system: Android
O-netbsd
Operating system: NetBSD
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
O-redox
Operating system: Redox, https://www.redox-os.org/
O-solaris
Operating system: Solaris
O-SGX
Target: SGX
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-hermit
Operating System: Hermit
O-itron
Operating System: ITRON
O-solid
Operating System: SOLID
O-apple
Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS)
and removed
O-itron
Operating System: ITRON
O-solid
Operating System: SOLID
O-apple
Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS)
labels
Aug 9, 2026
alloc is reasonable to start. a lot of std excepting os and sys would be actually doable manually. i'd also want a check-in from libs more broadly that we want to go this direction, so i'd let the idea cook for a bit before i'd want to merge anything
I feel like offering up a PR with just alloc would be a good test, since some folks mentioned it might increase noise, and it'd be a good example for people to play with and see if that's actually the case.
sys and os are substantially larger and messier, so, they'd probably be harder to gauge. There's already a lot of duplication we still need to scale back.
The reason will be displayed to describe this comment to others. Learn more.
This file is generated from windows-bindgen so shouldn't be edited. But the good news is that, since Default is now implemented on pointers, the unsafe will be going away in the next version of windows-bindgen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
O-androidOperating system: AndroidO-appleOperating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS)O-hermitOperating System: HermitO-itronOperating System: ITRONO-linuxOperating system: LinuxO-netbsdOperating system: NetBSDO-redoxOperating system: Redox, https://www.redox-os.org/O-SGXTarget: SGXO-solarisOperating system: SolarisO-solidOperating System: SOLIDO-unixOperating system: Unix-likeO-wasiOperating system: Wasi, Webassembly System InterfaceO-wasmTarget: WASM (WebAssembly), http://webassembly.org/O-windowsOperating system: WindowsT-libsRelevant to the library team, which will review and decide on the PR/issue.
6 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc @workingjubilee @joshtriplett, per discussion in Zulip.
this is... awful, but not as awful as expected :D it'd also cause a lot of conflicts. i'm scared of how many
CODEOWNERSmight be triggered