Skip to content
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
2 changes: 1 addition & 1 deletion repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libs-contributors = "write"
mods-venue = "write"
opsem = "write"
project-exploit-mitigations = "write"
project-stable-mir = "write"
project-rustc-public = "write"
release = "write"
rustdoc = "write"
rustfmt = "write"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
org = "rust-lang"
name = "project-stable-mir"
name = "rustc_public"
Comment thread
marcoieni marked this conversation as resolved.
description = "Define compiler intermediate representation usable by external tools"
bots = ["rustbot"]

[access.teams]
project-stable-mir = "write"
project-rustc-public = "write"

[[rulesets]]
pattern = "main"

[environments.github-pages]

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "project-stable-mir"
name = "project-rustc-public"
kind = "project-group"
subteam-of = "compiler"

Expand All @@ -19,10 +19,10 @@ alumni = [
]

[website]
name = "Stable MIR Project Group"
name = "Rustc Public Project Group"
description = "Define compiler intermediate representation usable by external tools"
repo = "https://github.com/rust-lang/project-stable-mir"
zulip-stream = "project-stable-mir"
repo = "https://github.com/rust-lang/rustc_public"
zulip-stream = "project-rustc-public"

[[github]]
orgs = ["rust-lang"]
Expand Down