]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53870 - Xanewok:update-rls, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 4 Sep 2018 13:17:07 +0000 (13:17 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Sep 2018 13:17:07 +0000 (13:17 +0000)
commit1c2e17f4e3a2070a7f703f51e29c1c388ef703b6
tree75bd6dc73858d2f43261d34876d11b0cfd05baa0
parent4efc0a7811ee0e422dfc5d8a871b54160c18e35b
parentd5e5e76a7dad0c375fdcbaaec565ffb9f83dc313
Auto merge of #53870 - Xanewok:update-rls, r=oli-obk

Update RLS and Rustfmt

RLS
* Allow project model to download crates ([#1020](https://github.com/rust-lang-nursery/rls/pull/1020))
* Support simple external builds ([#988](https://github.com/rust-lang-nursery/rls/pull/988))
* Support using external Rustfmt ([#990](https://github.com/rust-lang-nursery/rls/pull/990))

Rustfmt (0.99.4)
* Format chains with comment ([#2899](https://github.com/rust-lang-nursery/rls/pull/2899))
* Do not show wildcard pattern in slice pattern ([#2912](https://github.com/rust-lang-nursery/rls/pull/2912))
* Impl only use ([#2951](https://github.com/rust-lang-nursery/rls/pull/2951))
* ... and [more](https://github.com/rust-lang-nursery/rustfmt/compare/5c9a2b6c13d3b6f8d3f9c02b130bb4b54fd489fb...1c408818c8a752dd584e7858b4afd3ceb011a7da)

Bumped in tandem to pull a single version of `rustc-ap-*` libs.

r? @nrc