-
Notifications
You must be signed in to change notification settings - Fork 59
Issues: rust-lang/unsafe-code-guidelines
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Do the bytes of a pointer have to stay in the same order?
A-provenance
Topic: Related to when which values have which provenance (but not which alias restrictions follow)
#558
opened Feb 20, 2025 by
RalfJung
Copy propagation on "move" assignments introduces UB (using Miri/MiniRust semantics)
#556
opened Feb 13, 2025 by
RalfJung
Do typed copies of unions preserve "invalid" bytes?
A-unions
Topic: Related to unions
#555
opened Feb 6, 2025 by
jswrenn
How to explain linker symbols used as integers (and not pointers to an allocation)?
#554
opened Feb 4, 2025 by
ia0
"Any two types with size 0 and alignment 1 are ABI-compatible" vs the Windows ABI
#552
opened Jan 10, 2025 by
RalfJung
Does the Allocator API allow sending pointer ownership across an FFI boundary?
#550
opened Jan 3, 2025 by
not-an-aardvark
Our concurrency memory model (inherited from C++20) is incompatible with x86
#548
opened Dec 9, 2024 by
RalfJung
Where does one instance of the Rust Abstract Machine end and another one start?
#543
opened Oct 31, 2024 by
VorpalBlade
Will destructors create
&mut
references only when Drop::drop()
is called?
#542
opened Oct 30, 2024 by
theemathas
Stabilize having the concept of "validity invariant" and "safety invariant"? Under which name?
#539
opened Oct 18, 2024 by
RalfJung
How can I tell the Rust compiler
&mut [u8]
has changed after a DMA operation
#537
opened Oct 7, 2024 by
schultetwin1
What about: aliasing requirements for nested references?
A-aliasing-model
Topic: Related to the aliasing model (e.g. Stacked/Tree Borrows)
#532
opened Sep 28, 2024 by
oxalica
What are the requirements for unloading a library (
dlclose
)?
#526
opened Aug 13, 2024 by
VorpalBlade
Previous Next
ProTip!
Updated in the last three days: updated:>2025-02-18.