Skip to content

add unsafe-code-guidelines directory #1

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
Feb 28, 2019
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 working-groups/unsafe-code-guidelines/NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This file will contain summaries from the meetings where the
unsafe-code-guidelines WG synchronizes with the lang team and broader
community. That hasn't happened yet. =)
31 changes: 31 additions & 0 deletions working-groups/unsafe-code-guidelines/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Unsafe Code Guidelines (UCG) Working Group
![working group status: active][status]

The goal of the Unsafe Code Guidelines (UCG) effort is to
collaboratively produce a "reference guide" for writing unsafe code
that what kinds of things unsafe code can and cannot do.

- **Leads:** [@nikomatsakis][nikomatsakis], [@avadacatavra][avadacatavra]
- **Meeting Notes:** [All](NOTES.md)
- **Dedicated repository:** [rust-lang/unsafe-code-guidelines][ucg]

[ucg]: https://github.com/rust-lang/unsafe-code-guidelines
[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge

# How can I get involved?

You will find complete instructions on how to participate in [the
rust-lang/unsafe-code-guidelines repository][ucg]. The conversation is
mostly taking place asynchronously over GitHub issues although we do
also have weekly synchronization meetings and the occasional video
chat.

- **Zulip stream:** [`#t-lang/wg-unsafe-code-guidelines`][zulip] on Zulip

[repo]: https://github.com/rust-lang/rust
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/122657-t-compiler.2Fwg-nll


[nikomatsakis]: https://github.com/nikomatsakis
[avadacatavra]: https://github.com/avadacatavra
[RalfJung]: https://github.com/RalfJung