-
Notifications
You must be signed in to change notification settings - Fork 58
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
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
Do the current nightly
std::ptr
docs violate provenance monotonicity?
#530
opened Sep 7, 2024 by
joshlf
What are the requirements for unloading a library (
dlclose
)?
#526
opened Aug 13, 2024 by
VorpalBlade
What do we say about the equality of pointers in constants, vtables, and function pointers?
#522
opened Aug 4, 2024 by
RalfJung
repr(C) does not always match the current target's C toolchain (when that target is windows-msvc)
#521
opened Aug 4, 2024 by
RalfJung
If a Pin is changed to point to a different location, what happens?
#519
opened Jul 31, 2024 by
theemathas
Should we / can we make MaybeUninit<T> always preserve all bytes of T?
#518
opened Jul 26, 2024 by
RalfJung
What are the validity requirements of wide pointers/references with
dyn Trait
tail?
#516
opened Jul 16, 2024 by
RalfJung
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.