From d7a7cbc9f76525a072093d3b5482098a54e88cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 30 Apr 2025 15:02:07 +0200 Subject: [PATCH] Backport rust-lang-nursery repos (batch 2) --- repos/archive/rust-lang-nursery/portability-wg.toml | 6 ++++++ repos/archive/rust-lang-nursery/rustc-seme-regions.toml | 6 ++++++ repos/archive/rust-lang-nursery/wg-verification.toml | 6 ++++++ repos/rust-lang-nursery/lazy-static.rs.toml | 7 +++++++ 4 files changed, 25 insertions(+) create mode 100644 repos/archive/rust-lang-nursery/portability-wg.toml create mode 100644 repos/archive/rust-lang-nursery/rustc-seme-regions.toml create mode 100644 repos/archive/rust-lang-nursery/wg-verification.toml create mode 100644 repos/rust-lang-nursery/lazy-static.rs.toml diff --git a/repos/archive/rust-lang-nursery/portability-wg.toml b/repos/archive/rust-lang-nursery/portability-wg.toml new file mode 100644 index 000000000..4b334f7a6 --- /dev/null +++ b/repos/archive/rust-lang-nursery/portability-wg.toml @@ -0,0 +1,6 @@ +org = "rust-lang-nursery" +name = "portability-wg" +description = "Coordination repository of the portability Working Group (WG)" +bots = [] + +[access.teams] diff --git a/repos/archive/rust-lang-nursery/rustc-seme-regions.toml b/repos/archive/rust-lang-nursery/rustc-seme-regions.toml new file mode 100644 index 000000000..ca8536206 --- /dev/null +++ b/repos/archive/rust-lang-nursery/rustc-seme-regions.toml @@ -0,0 +1,6 @@ +org = "rust-lang-nursery" +name = "rustc-seme-regions" +description = "Single Entry Multiple Exit Regions -- A stepping stone for full NLL" +bots = [] + +[access.teams] diff --git a/repos/archive/rust-lang-nursery/wg-verification.toml b/repos/archive/rust-lang-nursery/wg-verification.toml new file mode 100644 index 000000000..aaded85d9 --- /dev/null +++ b/repos/archive/rust-lang-nursery/wg-verification.toml @@ -0,0 +1,6 @@ +org = "rust-lang-nursery" +name = "wg-verification" +description = "Verification working group" +bots = [] + +[access.teams] diff --git a/repos/rust-lang-nursery/lazy-static.rs.toml b/repos/rust-lang-nursery/lazy-static.rs.toml new file mode 100644 index 000000000..10b3d546c --- /dev/null +++ b/repos/rust-lang-nursery/lazy-static.rs.toml @@ -0,0 +1,7 @@ +org = "rust-lang-nursery" +name = "lazy-static.rs" +description = "A small macro for defining lazy evaluated static variables in Rust." +bots = [] + +[access.teams] +libs = "write"