Skip to content

[WIP] Add all unmanaged repos #1762

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
19 changes: 19 additions & 0 deletions repos/archive/rust-analyzer/WG-rls2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
org = "rust-analyzer"
name = "WG-rls2.0"
description = "Home for rls2.0 working group"
bots = []

[access.teams]

[access.individuals]
rust-lang-owner = "admin"
Xanewok = "admin"
pnkfelix = "admin"
lnicola = "admin"
Veykril = "admin"
pietroalbini = "admin"
flodiebold = "admin"
matklad = "admin"
wesleywiser = "admin"
MissHolmes = "admin"
skade = "admin"
29 changes: 29 additions & 0 deletions repos/archive/rust-analyzer/lsp-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
org = "rust-analyzer"
name = "lsp-server"
description = ""
bots = []

[access.teams]
triage = "triage"

[access.individuals]
Xanewok = "admin"
dustypomerleau = "triage"
kiljacken = "triage"
JoshMcguigan = "triage"
lnicola = "admin"
bjorn3 = "triage"
pnkfelix = "admin"
SomeoneToIgnore = "triage"
rust-lang-owner = "admin"
Veykril = "admin"
kjeremy = "triage"
MissHolmes = "admin"
edwin0cheng = "triage"
wesleywiser = "admin"
matklad = "admin"
skade = "admin"
pietroalbini = "admin"
lf- = "triage"
Veetaha = "triage"
flodiebold = "admin"
19 changes: 19 additions & 0 deletions repos/archive/rust-analyzer/ra_vfs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
org = "rust-analyzer"
name = "ra_vfs"
description = "VFS used by rust-analyzer"
bots = []

[access.teams]

[access.individuals]
matklad = "admin"
pnkfelix = "admin"
flodiebold = "admin"
skade = "admin"
lnicola = "admin"
Veykril = "admin"
Xanewok = "admin"
pietroalbini = "admin"
MissHolmes = "admin"
wesleywiser = "admin"
rust-lang-owner = "admin"
19 changes: 19 additions & 0 deletions repos/archive/rust-analyzer/rust-project.json-example.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
org = "rust-analyzer"
name = "rust-project.json-example"
description = ""
bots = []

[access.teams]

[access.individuals]
Xanewok = "admin"
Veykril = "admin"
pietroalbini = "admin"
wesleywiser = "admin"
rust-lang-owner = "admin"
lnicola = "admin"
flodiebold = "admin"
matklad = "admin"
MissHolmes = "admin"
pnkfelix = "admin"
skade = "admin"
19 changes: 19 additions & 0 deletions repos/archive/rust-analyzer/salsa.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
org = "rust-analyzer"
name = "salsa"
description = "A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system."
bots = []

[access.teams]

[access.individuals]
wesleywiser = "admin"
rust-lang-owner = "admin"
pnkfelix = "admin"
skade = "admin"
lnicola = "admin"
flodiebold = "admin"
MissHolmes = "admin"
matklad = "admin"
pietroalbini = "admin"
Xanewok = "admin"
Veykril = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-analysis.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-analysis"
description = "Core functionality for handling rustc's save-analysis data"
bots = []

[access.teams]

[access.individuals]
marcoieni = "admin"
nrc = "admin"
pietroalbini = "admin"
Manishearth = "admin"
killercup = "admin"
Xanewok = "admin"
rust-lang-owner = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-blacklist.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-blacklist"
description = "Blacklist of crates for the RLS to skip"
bots = []

[access.teams]

[access.individuals]
pietroalbini = "admin"
Manishearth = "admin"
killercup = "admin"
rust-lang-owner = "admin"
nrc = "admin"
Xanewok = "admin"
marcoieni = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-data.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-data"
description = "Data structures used by the RLS and Rust compiler"
bots = []

[access.teams]

[access.individuals]
killercup = "admin"
nrc = "admin"
Manishearth = "admin"
Xanewok = "admin"
pietroalbini = "admin"
marcoieni = "admin"
rust-lang-owner = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-rustc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-rustc"
description = "A simple shim around rustc to allow using save-analysis with a stable toolchain"
bots = []

[access.teams]

[access.individuals]
rust-lang-owner = "admin"
nrc = "admin"
killercup = "admin"
pietroalbini = "admin"
Manishearth = "admin"
marcoieni = "admin"
Xanewok = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-span.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-span"
description = "Types for identifying code spans/ranges."
bots = []

[access.teams]

[access.individuals]
Xanewok = "admin"
marcoieni = "admin"
Manishearth = "admin"
rust-lang-owner = "admin"
pietroalbini = "admin"
nrc = "admin"
killercup = "admin"
15 changes: 15 additions & 0 deletions repos/archive/rust-dev-tools/rls-vfs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-dev-tools"
name = "rls-vfs"
description = "Virtual File System for the RLS"
bots = []

[access.teams]

[access.individuals]
marcoieni = "admin"
killercup = "admin"
pietroalbini = "admin"
rust-lang-owner = "admin"
Manishearth = "admin"
Xanewok = "admin"
nrc = "admin"
21 changes: 21 additions & 0 deletions repos/archive/rust-embedded/cortex-a.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
org = "rust-embedded"
name = "cortex-a"
description = "Low level access to Cortex-A processors"
bots = []

[access.teams]
triage = "write"
Cortex-A = "write"

[access.individuals]
jessebraham = "write"
rust-lang-owner = "admin"
nastevens = "admin"
nchong-at-aws = "write"
berkus = "write"
mathk = "write"
raw-bin = "write"
posborne = "admin"
jannic = "write"
adamgreig = "admin"
therealprof = "admin"
27 changes: 27 additions & 0 deletions repos/archive/rust-embedded/cortex-m-rt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
org = "rust-embedded"
name = "cortex-m-rt"
description = "Minimal startup / runtime for Cortex-M microcontrollers"
bots = []

[access.teams]
Cortex-M = "maintain"
Highfive = "write"
triage = "write"

[access.individuals]
thalesfragoso = "maintain"
rust-lang-owner = "admin"
therealprof = "admin"
adamgreig = "admin"
jessebraham = "write"
rust-highfive = "write"
nastevens = "admin"
posborne = "admin"
jannic = "write"
mathk = "write"
newAM = "maintain"

[[branch-protections]]
pattern = "master"
dismiss-stale-review = true
required-approvals = 0
27 changes: 27 additions & 0 deletions repos/archive/rust-embedded/cortex-m-semihosting.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
org = "rust-embedded"
name = "cortex-m-semihosting"
description = "Semihosting for ARM Cortex-M processors"
bots = []

[access.teams]
triage = "write"
Cortex-M = "maintain"
Highfive = "write"

[access.individuals]
nastevens = "admin"
therealprof = "admin"
thalesfragoso = "maintain"
adamgreig = "admin"
mathk = "write"
newAM = "maintain"
jessebraham = "write"
rust-lang-owner = "admin"
rust-highfive = "write"
jannic = "write"
posborne = "admin"

[[branch-protections]]
pattern = "master"
ci-checks = ["bors"]
dismiss-stale-review = true
15 changes: 15 additions & 0 deletions repos/archive/rust-embedded/docker-rust-cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
org = "rust-embedded"
name = "docker-rust-cross"
description = "Docker images for testing rust code on many versions and architecures (DEPRECATED)"
bots = []

[access.teams]
core-team = "write"

[access.individuals]
nastevens = "admin"
rust-embedded-bot = "write"
therealprof = "admin"
posborne = "admin"
rust-lang-owner = "admin"
adamgreig = "admin"
32 changes: 32 additions & 0 deletions repos/archive/rust-embedded/itm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
org = "rust-embedded"
name = "itm"
description = "Tool to parse and dump ITM packets"
bots = []

[access.teams]
Highfive = "write"
tools = "admin"
triage = "write"
Cortex-M = "maintain"

[access.individuals]
nastevens = "admin"
rust-lang-owner = "admin"
posborne = "admin"
rust-highfive = "write"
reitermarkus = "admin"
mathk = "write"
thalesfragoso = "maintain"
jannic = "write"
newAM = "maintain"
therealprof = "admin"
jessebraham = "write"
Emilgardis = "admin"
ryankurte = "admin"
adamgreig = "admin"
burrbull = "admin"

[[branch-protections]]
pattern = "master"
ci-checks = ["bors"]
dismiss-stale-review = true
27 changes: 27 additions & 0 deletions repos/archive/rust-embedded/panic-itm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
org = "rust-embedded"
name = "panic-itm"
description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)"
bots = []

[access.teams]
triage = "write"
Highfive = "write"
Cortex-M = "maintain"

[access.individuals]
jannic = "write"
newAM = "maintain"
thalesfragoso = "maintain"
nastevens = "admin"
therealprof = "admin"
adamgreig = "admin"
posborne = "admin"
rust-lang-owner = "admin"
jessebraham = "write"
mathk = "write"
rust-highfive = "write"

[[branch-protections]]
pattern = "master"
ci-checks = ["bors"]
dismiss-stale-review = true
27 changes: 27 additions & 0 deletions repos/archive/rust-embedded/panic-semihosting.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
org = "rust-embedded"
name = "panic-semihosting"
description = "Report panic messages to the host stderr using semihosting"
bots = []

[access.teams]
Highfive = "write"
triage = "write"
Cortex-M = "maintain"

[access.individuals]
posborne = "admin"
rust-lang-owner = "admin"
thalesfragoso = "maintain"
jannic = "write"
jessebraham = "write"
rust-highfive = "write"
mathk = "write"
nastevens = "admin"
newAM = "maintain"
adamgreig = "admin"
therealprof = "admin"

[[branch-protections]]
pattern = "master"
ci-checks = ["bors"]
dismiss-stale-review = true
Loading
Loading