about summary refs log tree commit diff
path: root/src/tools/rls
AgeCommit message (Collapse)AuthorLines
2025-03-12remove rls source from the repositoryonur-ozkan-116/+0
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-07-10Don't use serde-derive in the rls shimJosh Stone-5/+5
The already-small RLS shim can get a little smaller, and faster to build, if we drop the serde-derive dependency and decode the one "method" field it needs manually from `serde_json::Value`.
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-4/+0
Co-authored-by: Scott Schafer <schaferjscott@gmail.com> Co-authored-by: Eric Huss <eric@huss.org>
2022-08-27Sunset RLSEric Huss-0/+120
2022-08-02Update rlsEric Huss-0/+0
2022-07-14Update RLSIgor Matuszewski-0/+0
2022-06-25Bump RLS to latest master on rust-lang/rlsMark Rousskov-0/+0
Of primary interest, this merges rust-lang/rls@ece09b88c0365947af79c0ffdeea02bc6c1eec25 into rust-lang/rust, which brings in the changes that fix RLS tests broken by #97853. #97853 already introduced that commit's changes (under 27f4044df03d15c7c38a483c3e4635cf4f51807d) but without putting those changes on rust-lang/rls as a branch, so we ended up with an orphan commit that caused trouble when updating submodules in rust-lang/rust. This commit, once merged into rust-lang/rust, should continue to let RLS tests to pass on rust-lang/rust's side and move us back into a healthy state where tip of the submodule points to a valid master commit in the rust-lang/rls repository.
2022-06-19fix tests including dead_code warningsTakayuki Maeda-0/+0
2022-05-18Bump RLS to latest masterMark Rousskov-0/+0
2022-04-08bump rls and racerPietro Albini-0/+0
2022-02-10Update rlsEric Huss-0/+0
2022-01-16Use new Racer from crates.ioIgor Matuszewski-0/+0
2022-01-16Update RLS and drop rustc-ap-packagesIgor Matuszewski-0/+0
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