about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-07-04 04:54:27 +0000
committerbors <bors@rust-lang.org>2020-07-04 04:54:27 +0000
commit0cd7ff7ddfb75a38dca81ad3e76b1e984129e939 (patch)
tree6c9b0805765a61b6ed95325a5168ba4dc548451c /src/tools
parentdbf3ae7c3beb5b493375bf76152e490b8cc81d1c (diff)
parent058c1b60a5407d1932babe2ee5c8b32e65868567 (diff)
Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrum
ship rust analyzer

This successfully  builds rust-analyzer as a part of rust repo. I haven't yet added required changes to dist.rs -- seems like I just have to copy-paste quite a bit of code I don't really understand :-)
Diffstat (limited to 'src/tools')
m---------src/tools/rust-analyzer27
-rw-r--r--src/tools/tidy/src/lib.rs1
2 files changed, 28 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer b/src/tools/rust-analyzer
new file mode 160000
+Subproject f5a4a4b46e706697abe4bd136503ecc09aa23b6
diff --git a/src/tools/tidy/src/lib.rs b/src/tools/tidy/src/lib.rs
index be1e598d8d4..b4aafb815fc 100644
--- a/src/tools/tidy/src/lib.rs
+++ b/src/tools/tidy/src/lib.rs
@@ -56,6 +56,7 @@ fn filter_dirs(path: &Path) -> bool {
         "src/tools/clippy",
         "src/tools/miri",
         "src/tools/rls",
+        "src/tools/rust-analyzer",
         "src/tools/rust-installer",
         "src/tools/rustfmt",
         "src/doc/book",