From c6193661f0c5abefed8538d81e38945c9e15d2fa Mon Sep 17 00:00:00 2001 From: Makai Date: Wed, 17 Jun 2026 08:18:10 +0800 Subject: [PATCH] rename project-stable-mir to project-rustc-public --- repos/rust-lang/rust.toml | 2 +- .../{project-stable-mir.toml => rustc_public.toml} | 5 ++--- ...{project-stable-mir.toml => project-rustc-public.toml} | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) rename repos/rust-lang/{project-stable-mir.toml => rustc_public.toml} (77%) rename teams/{project-stable-mir.toml => project-rustc-public.toml} (71%) diff --git a/repos/rust-lang/rust.toml b/repos/rust-lang/rust.toml index 70c098f78..9004c5ac6 100644 --- a/repos/rust-lang/rust.toml +++ b/repos/rust-lang/rust.toml @@ -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" diff --git a/repos/rust-lang/project-stable-mir.toml b/repos/rust-lang/rustc_public.toml similarity index 77% rename from repos/rust-lang/project-stable-mir.toml rename to repos/rust-lang/rustc_public.toml index 9ebc2e61d..2c73c3afb 100644 --- a/repos/rust-lang/project-stable-mir.toml +++ b/repos/rust-lang/rustc_public.toml @@ -1,13 +1,12 @@ org = "rust-lang" -name = "project-stable-mir" +name = "rustc_public" 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] - diff --git a/teams/project-stable-mir.toml b/teams/project-rustc-public.toml similarity index 71% rename from teams/project-stable-mir.toml rename to teams/project-rustc-public.toml index 4e6378a21..368448452 100644 --- a/teams/project-stable-mir.toml +++ b/teams/project-rustc-public.toml @@ -1,4 +1,4 @@ -name = "project-stable-mir" +name = "project-rustc-public" kind = "project-group" subteam-of = "compiler" @@ -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"]