rust/crates/rust-analyzer/src
Dawer 0ff271d38f fix completion handler trying to seek outside of character boundaries.
With this patch, in these examples
```rust
fn main() {
    "⊞$0";
}
```

```rust
struct S {
д$0 u8
}
```
entering ':' character in `$0` places shouldn't cause panics.
2021-09-17 23:04:20 +05:00
..
bin switch log crate to tracing 2021-08-30 15:11:42 +08:00
cli minor: improve readability 2021-08-31 15:46:00 +03:00
diagnostics Bless tests 2021-08-06 15:59:58 +02:00
caps.rs switch log crate to tracing 2021-08-30 15:11:42 +08:00
cargo_target_spec.rs internal: remove useless helpers 2021-08-09 15:58:21 +03:00
cli.rs internal: unify subcommand handling between ra and xtask 2021-08-10 12:49:55 +03:00
config.rs Merge #10005 2021-08-30 08:42:13 +00:00
diagnostics.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
diff.rs Split textDocument/formatting TextEdit with diff 2020-12-31 15:33:20 +01:00
dispatch.rs Merge #10080 2021-08-30 07:58:59 +00:00
from_proto.rs internal: deduplicate 2021-09-04 16:56:23 +03:00
global_state.rs Shuffle code around to avoid an allocation 2021-09-13 21:06:31 +03:00
handlers.rs fix completion handler trying to seek outside of character boundaries. 2021-09-17 23:04:20 +05:00
integrated_benchmarks.rs internal: simplify handling of the build scripts 2021-07-18 11:29:22 +03:00
lib.rs internal: optimize compile time 2021-08-15 13:24:37 +03:00
line_index.rs Fix bitrotted module name 2021-02-16 19:17:32 +03:00
lsp_ext.rs feat: gate custom clint-side commands behind capabilities 2021-07-30 19:16:33 +03:00
lsp_utils.rs internal: deduplicate 2021-09-04 16:56:23 +03:00
main_loop.rs Shuffle code around to avoid an allocation 2021-09-13 21:06:31 +03:00
markdown.rs Check for rust doc code attributes like rustdoc does 2021-04-19 13:32:52 +02:00
mem_docs.rs fix: correctly update diagnostics when files are opened and closed 2021-07-26 21:22:06 +03:00
op_queue.rs internal: simplify handling of the build scripts 2021-07-18 11:29:22 +03:00
reload.rs Merge #10199 2021-09-13 18:14:20 +00:00
semantic_tokens.rs semantic highlighting: add reference hlmod 2021-07-31 04:42:47 +00:00
thread_pool.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
to_proto.rs internal: deduplicate 2021-09-04 16:56:23 +03:00