Skip to content

Add opsem team #926

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 2 commits into from
Feb 6, 2023
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
7 changes: 7 additions & 0 deletions repos/rust-lang/opsem-team.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
org = 'rust-lang'
name = 'opsem-team'
description = 'Home of the operational semantics team, used primarily for procedural items'
bots = []

[access.teams]
opsem = 'maintain'
7 changes: 7 additions & 0 deletions repos/rust-lang/unsafe-code-guidelines.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
org = 'rust-lang'
name = 'unsafe-code-guidelines'
description = "Forum for discussion about what unsafe code can and can't do"
bots = []

[access.teams]
opsem = 'maintain'
33 changes: 33 additions & 0 deletions teams/opsem.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name = "opsem"
subteam-of = "lang"

[people]
leads = ["JakobDegen", "RalfJung"]
members = [
"CAD97",
"digama0",
"JakobDegen",
"RalfJung",
"saethlin",
]
alumni = []

[website]
name = "Operational Semantics team"
description = "Working on deciding and specifying the semantics of Rust around unsafe code"
repo = "https://github.com/rust-lang/opsem-team"
zulip-stream = "t-opsem"

[rfcbot]
label = "T-opsem"
name = "Opsem"
ping = "rust-lang/opsem"

[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]

[[zulip-groups]]
name = "T-opsem"

[[zulip-groups]]
name = "T-opsem/meetings"