Skip to content

Commit cdf9d72

Browse files
authored
Merge pull request #1773 from Kobzol/rust-dev-tools-archived
Backport archived rust-dev-tools repos
2 parents c0f8a5d + 0e475fb commit cdf9d72

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-analysis"
3+
description = "Core functionality for handling rustc's save-analysis data"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-blacklist"
3+
description = "Blacklist of crates for the RLS to skip"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-data"
3+
description = "Data structures used by the RLS and Rust compiler"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-rustc"
3+
description = "A simple shim around rustc to allow using save-analysis with a stable toolchain"
4+
bots = []
5+
6+
[access.teams]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-dev-tools"
2+
name = "rls-span"
3+
description = "Types for identifying code spans/ranges."
4+
bots = []
5+
6+
[access.teams]

0 commit comments

Comments
 (0)