about summary refs log tree commit diff
path: root/src/tools/rls
AgeCommit message (Collapse)AuthorLines
2021-09-07Bump RLS submoduleMark Rousskov-0/+0
2021-07-21Update RLSIgor Matuszewski-0/+0
2021-06-07Update RLSIgor Matuszewski-0/+0
This bumps racer to 2.1.48, which bumps rustc-ap-* crates to v722 in order to unbreak the toolstate.
2021-05-26Update RLSIgor Matuszewski-0/+0
2021-05-16Update RLSIgor Matuszewski-0/+0
2021-05-08Update RLSIgor Matuszewski-0/+0
2021-05-05Update RLS and RustfmtIgor Matuszewski-0/+0
2021-04-23Update cargo, rlsEric Huss-0/+0
2021-04-12update RLS and rustfmtCaleb Cartwright-0/+0
2021-03-11Update RLSIgor Matuszewski-0/+0
2021-02-09update RLS and rustfmtCaleb Cartwright-0/+0
2021-01-15Update RLS and RustfmtIgor Matuszewski-0/+0
2020-12-06Bump Rustfmt to 1.4.29Igor Matuszewski-0/+0
2020-12-05Update RLS and RustfmtIgor Matuszewski-0/+0
2020-11-06Bump Rustfmt and RLSAlessandro Ghedini-0/+0
Should hopefully fix #78341 and #78340.
2020-10-12Update RLSIgor Matuszewski-0/+0
2020-10-05Update RLS and RustfmtIgor Matuszewski-0/+0
2020-10-01Update rlsMark Rousskov-0/+0
* https://github.com/rust-lang/rls/pull/1700
2020-09-05Update RLS and RustfmtCaleb Cartwright-0/+0
2020-08-18Bump RLSIgor Matuszewski-0/+0
2020-08-12Update RLS and RustfmtIgor Matuszewski-0/+0
2020-07-25Update rlsTyler Mandry-0/+0
Changes: - deps: update racer and cargo
2020-07-02Update rlsEric Huss-0/+0
2020-06-19Bump Rustfmt and RLSIgor Matuszewski-0/+0
2020-06-04Update `rls` submodulemarmeladema-0/+0
2020-05-28Update RLS to clippyup branchflip1995-0/+0
2020-05-28submodules: Update RLS and RustfmtIgor Matuszewski-0/+0
2020-05-05Update RLSIgor Matuszewski-0/+0
In addition to fixing the toolstate, this also changes the default compilation model to the out-of-process one, which should hopefully target considerable memory usage for long-running instances of the RLS.
2020-04-27Update RLS to unbreak toolstateIgor Matuszewski-0/+0
Breakage caused by https://github.com/rust-lang/rust/pull/71263.
2020-04-21Update cargo, rlsEric Huss-0/+0
2020-04-15Bump rustfmt and rlstopecongiro-0/+0
2020-04-05submodules: Update RLS and Rustfmt to 1.4.13Igor Matuszewski-0/+0
2020-02-24submodules: update rls from 10bf331 to 5fde462Matthias Krüger-0/+0
Changes: ```` Update cargo. ```` Fixes #69383 Fixes #69286 r? @Xanewok
2020-02-21submodules: update rls from 0100ac8 to 10bf331Matthias Krüger-0/+0
Changes: ```` Update cargo ````
2020-02-12Update RLS and RustfmtIgor Matuszewski-0/+0
Bumps rustc-ap-* packages to v642.
2020-01-14Update cargo, rlsEric Huss-0/+0
2020-01-04submodules: update rls from fed7a31 to 7c0489cMatthias Krüger-0/+0
Changes: ```` rustup https://github.com/rust-lang/rust/pull/67853 deps: update clippy Update Clippy Update cargo. Correct two links to the json-error-emitter ```` Fixes #67708
2019-12-14Update rls submoduleDavid Tolnay-0/+0
2019-12-10Update RLS and RustfmtIgor Matuszewski-0/+0
2019-11-25Update cargo, rls, books.Eric Huss-0/+0
2019-10-30submodules: Bump RLS to 58869107ec162a821a4bee53cdd3f51c84cda3eaIgor Matuszewski-0/+0
Most importantly it contains https://github.com/rust-lang/rls/commit/d267b49c2f7914f5b4bc94916dc56d64b37adf3a which fixes the RLS build whenever Clippy is built successfully in Rust CI.
2019-10-12Update RLS and RustfmtIgor Matuszewski-0/+0
This also bumps rustc-ap-* crates and fixes the relevant toolstate.
2019-10-01Update rls submoduleAlex Crichton-0/+0
2019-09-22Update rls to fix build errorLzu Tao-0/+0
2019-09-15Update RLSIgor Matuszewski-0/+0
2019-09-09Bump RLS and Rustfmt submodulesIgor Matuszewski-0/+0
2019-08-12Update RLSIgor Matuszewski-0/+0
This fixes handling default configuration for the `crate_blacklist` RLS configuration. Technically this isn't needed, as the VS Code extension can be configured to accept a predefined blacklist that's equal to the default one but it's best that it also lands so that we don't need to work around that. cc https://github.com/rust-lang/rust/pull/63472
2019-08-11Update RLSIgor Matuszewski-0/+0
This update includes the ability to warn on deprecated config keys. It's important to be able to warn the user whenever they're using an old configuration rather than giving them a cryptic "unknown configuration error" cc https://github.com/rust-lang/rls-vscode/issues/639 Since we removed a config value in the current nightly, it'd be very good if this change can make also make it before cutting the next release.
2019-08-05Update RLSIgor Matuszewski-0/+0
2019-08-03Update Rustfmt and RLSIgor Matuszewski-0/+0