zed/crates/language/src
Antonio Scandurra 7a35ea7b25 Tolerate language servers reporting non-monotonic buffer versions
This isn't perfect but we'll retain up to 10 old versions just in case there
are race conditions in the language server. We haven't seen this in the wild
but we're concerned about diagnostic reporting racing with code action
resolution.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-02-07 16:29:05 +01:00
..
buffer.rs Tolerate language servers reporting non-monotonic buffer versions 2022-02-07 16:29:05 +01:00
diagnostic_set.rs Re-enable cargo check for rust-analyzer 2022-01-04 18:26:16 +01:00
highlight_map.rs Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
language.rs Add a ToPointUtf16 trait in text and multibuffer 2022-02-04 17:35:37 -08:00
outline.rs Use StringMatchCandidate::new to construct candidates more conveniently 2022-01-31 19:11:13 +01:00
proto.rs Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
tests.rs Adjust assertion to reflect rust grammar upgrade 2022-02-04 13:31:41 -08:00