| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-12 | remove rls source from the repository | onur-ozkan | -116/+0 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-07-29 | Reformat `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-10 | Don't use serde-derive in the rls shim | Josh 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-16 | chore: 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-27 | Sunset RLS | Eric Huss | -0/+120 | |
| 2022-08-02 | Update rls | Eric Huss | -0/+0 | |
| 2022-07-14 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2022-06-25 | Bump RLS to latest master on rust-lang/rls | Mark 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-19 | fix tests including dead_code warnings | Takayuki Maeda | -0/+0 | |
| 2022-05-18 | Bump RLS to latest master | Mark Rousskov | -0/+0 | |
| 2022-04-08 | bump rls and racer | Pietro Albini | -0/+0 | |
| 2022-02-10 | Update rls | Eric Huss | -0/+0 | |
| 2022-01-16 | Use new Racer from crates.io | Igor Matuszewski | -0/+0 | |
| 2022-01-16 | Update RLS and drop rustc-ap-packages | Igor Matuszewski | -0/+0 | |
| 2021-09-07 | Bump RLS submodule | Mark Rousskov | -0/+0 | |
| 2021-07-21 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2021-06-07 | Update RLS | Igor 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-26 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2021-05-16 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2021-05-08 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2021-05-05 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2021-04-23 | Update cargo, rls | Eric Huss | -0/+0 | |
| 2021-04-12 | update RLS and rustfmt | Caleb Cartwright | -0/+0 | |
| 2021-03-11 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2021-02-09 | update RLS and rustfmt | Caleb Cartwright | -0/+0 | |
| 2021-01-15 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2020-12-06 | Bump Rustfmt to 1.4.29 | Igor Matuszewski | -0/+0 | |
| 2020-12-05 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2020-11-06 | Bump Rustfmt and RLS | Alessandro Ghedini | -0/+0 | |
| Should hopefully fix #78341 and #78340. | ||||
| 2020-10-12 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2020-10-05 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2020-10-01 | Update rls | Mark Rousskov | -0/+0 | |
| * https://github.com/rust-lang/rls/pull/1700 | ||||
| 2020-09-05 | Update RLS and Rustfmt | Caleb Cartwright | -0/+0 | |
| 2020-08-18 | Bump RLS | Igor Matuszewski | -0/+0 | |
| 2020-08-12 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2020-07-25 | Update rls | Tyler Mandry | -0/+0 | |
| Changes: - deps: update racer and cargo | ||||
| 2020-07-02 | Update rls | Eric Huss | -0/+0 | |
| 2020-06-19 | Bump Rustfmt and RLS | Igor Matuszewski | -0/+0 | |
| 2020-06-04 | Update `rls` submodule | marmeladema | -0/+0 | |
| 2020-05-28 | Update RLS to clippyup branch | flip1995 | -0/+0 | |
| 2020-05-28 | submodules: Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| 2020-05-05 | Update RLS | Igor 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-27 | Update RLS to unbreak toolstate | Igor Matuszewski | -0/+0 | |
| Breakage caused by https://github.com/rust-lang/rust/pull/71263. | ||||
| 2020-04-21 | Update cargo, rls | Eric Huss | -0/+0 | |
| 2020-04-15 | Bump rustfmt and rls | topecongiro | -0/+0 | |
| 2020-04-05 | submodules: Update RLS and Rustfmt to 1.4.13 | Igor Matuszewski | -0/+0 | |
| 2020-02-24 | submodules: update rls from 10bf331 to 5fde462 | Matthias Krüger | -0/+0 | |
| Changes: ```` Update cargo. ```` Fixes #69383 Fixes #69286 r? @Xanewok | ||||
| 2020-02-21 | submodules: update rls from 0100ac8 to 10bf331 | Matthias Krüger | -0/+0 | |
| Changes: ```` Update cargo ```` | ||||
| 2020-02-12 | Update RLS and Rustfmt | Igor Matuszewski | -0/+0 | |
| Bumps rustc-ap-* packages to v642. | ||||
| 2020-01-14 | Update cargo, rls | Eric Huss | -0/+0 | |
