about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorDustin Speckhals <dustin1114@gmail.com>2017-11-06 12:59:33 -0500
committerDustin Speckhals <dustin1114@gmail.com>2017-11-06 13:03:06 -0500
commitd0c1f36771744954f32d80bdade0e0bbd9fd6c23 (patch)
tree822ad5b3a234b4db5db30328fe8f606752a71d0d /src/tools
parent19402f11e12042367f2b711155cdde61a608b660 (diff)
downloadrust-d0c1f36771744954f32d80bdade0e0bbd9fd6c23.tar.gz
rust-d0c1f36771744954f32d80bdade0e0bbd9fd6c23.zip
tools: Fix rustfmt and the RLS
These tools have been corrected in their upstream repo's, and the
submodules have been updated here to reflect that. I also had to update
Cargo to match what the RLS is expecting.

The tool states for `rustfmt` and `rls` where both changed from "Broken"
to "Testing" in this commit, thus enabling testing and distribution
again.
Diffstat (limited to 'src/tools')
m---------src/tools/cargo0
m---------src/tools/rls0
m---------src/tools/rustfmt24
-rw-r--r--src/tools/toolstate.toml4
4 files changed, 7 insertions, 21 deletions
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject 859c2305b5d7ff820d7f7af158bbca999cbd8bf
+Subproject b83550edc300e3d80dd16d0440123ffc1ad77bb
diff --git a/src/tools/rls b/src/tools/rls
-Subproject 48fd42fe92175ce93a5b67f78c195254ee94493
+Subproject 9ad92e134ff56df52481cf19dc3da14b9e73506
diff --git a/src/tools/rustfmt b/src/tools/rustfmt
-Subproject cf0d494dda7447bacaab743a70c47e28bea55c6
+Subproject 51b03c3aaf5e69afbb7508e566c5da2bf0bc366
diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml
index 9dd420c1458..f1684f4c5ac 100644
--- a/src/tools/toolstate.toml
+++ b/src/tools/toolstate.toml
@@ -29,7 +29,7 @@ miri = "Broken"
 clippy = "Broken"
 
 # ping @nrc
-rls = "Broken"
+rls = "Testing"
 
 # ping @nrc
-rustfmt = "Broken"
+rustfmt = "Testing"