-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
chapter: unsafetytracking issueA tracking issue for longer running itemsA tracking issue for longer running items
Description
The gist of why this issue exists is this:
The memory model for Rust is not yet complete. This means that what is considered UB in Unsafe Rust has not yet been 100% specified.
In this issue, I will try to keep an up-to-date list of:
- For which things in Unsafe Rust there is consensus of Undefined Behavior.
- What Open Questions remain about Unsafe Rust.
Both items will be most certainly incomplete. Help is appreciated!
I will also keep a list of:
- Important Discussions in this topic (blog posts, Zulip threads, etc)
- Ongoing Research aimed towards a complete memory model for Rust
- Sources of documentation about Unsafe Rust
- Tools for directly dealing with or diagnosing Unsafe Rust
(note: this is probably something where the Tooling Subcommittee has the jurisdiction)
Metadata
Metadata
Assignees
Labels
chapter: unsafetytracking issueA tracking issue for longer running itemsA tracking issue for longer running items