Skip to content

reorganized active discussions #3

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

Merged
merged 1 commit into from
Aug 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The Unsafe Code Guidelines WG is in the process of being rebooted. We
expect to be holding regular meetings focused on particular topics.
Stay tuned for more announcements. -- @nikomatsakis

We follow the [Rust code of conduct](https://www.rust-lang.org/en-US/conduct.html).
Any concerns should be addressed to [the moderation team](https://www.rust-lang.org/team.html#Moderation-team) immediately.

## See also

The [Rustonomicon](https://doc.rust-lang.org/nightly/nomicon/) is a
Expand Down
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Projects related to Unsafe Code Guidelines

## Blogs and other related discussions
* [Stacked Borrows: An Aliasing Model for Rust](https://www.ralfj.de/blog/2018/08/07/stacked-borrows.html)
* [Two Kinds of Invariants: Safety and Validity](https://www.ralfj.de/blog/2018/08/22/two-kinds-of-invariants.html)
* [An alias-based formulation of the borrow checker](http://smallcultfollowing.com/babysteps/blog/2018/04/27/an-alias-based-formulation-of-the-borrow-checker/)


## Code and Tools

Any code projects related to the effort should be included here:
* [Miri](https://github.com/solson/miri)
* [unsafe-unicorn](https://github.com/avadacatavra/unsafe-unicorn): naive text-based analysis for unsafe usage