rust/crates/rust-analyzer
bors[bot] f1d507270c
Merge #5526
5526: Handle semantic token deltas r=kjeremy a=kjeremy

This basically takes the naive approach where we always compute the tokens but save space sending over the wire which apparently solves some GC problems with vscode.

This is waiting for https://github.com/gluon-lang/lsp-types/pull/174 to be merged. I am also unsure of the best way to stash the tokens into `DocumentData` in a safe manner.

Co-authored-by: kjeremy <kjeremy@gmail.com>
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2020-08-06 01:44:38 +00:00
..
src Merge #5526 2020-08-06 01:44:38 +00:00
test_data Mark machine applicable fixes as preferred 2020-07-16 10:51:25 -04:00
tests/heavy_tests Run package-specific cargo check and test for all targets 2020-07-29 15:35:27 +03:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml Bump perf-event and rustc_lexer 2020-07-30 20:36:03 +03:00