rust/crates/rust-analyzer/src
bors 99718d0c8b Auto merge of #15303 - oxalica:fix/byte-escape-highlight, r=lowr
Fix highlighting of byte escape sequences

Currently non-UTF8 escape sequences in byte strings and any escape sequences in byte literals are ignored.
2023-07-22 20:25:40 +00:00
..
bin Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
cli Pass TraitEnvironment into layout_ty and const_eval 2023-07-20 13:08:38 +03:30
config
diagnostics Refactor position 2023-05-06 00:52:32 -07:00
handlers change viewMemoryLayoutParams to be textPositionParams 2023-07-08 12:25:54 -04:00
caps.rs Make WideEncoding non-exhaustive 2023-05-06 00:49:23 -07:00
cargo_target_spec.rs Don't add --all-targets to runnables for no-std crates 2023-05-28 14:18:44 +02:00
cli.rs Split out project loading capabilities from rust-analyzer crate 2023-07-03 17:40:31 +02:00
config.rs Add analysis-stats flag to trigger some IDE features 2023-07-03 16:04:08 +02:00
diagnostics.rs Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00
diff.rs
dispatch.rs Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
from_proto.rs internal: remove spurious regex dependency 2023-06-18 13:59:32 +01:00
global_state.rs Split out project loading capabilities from rust-analyzer crate 2023-07-03 17:40:31 +02:00
integrated_benchmarks.rs Split out project loading capabilities from rust-analyzer crate 2023-07-03 17:40:31 +02:00
lib.rs internal: remove spurious regex dependency 2023-06-18 13:59:32 +01:00
line_index.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
lsp_ext.rs change viewMemoryLayoutParams to be textPositionParams 2023-07-08 12:25:54 -04:00
lsp_utils.rs internal: Less file parsing for symbol index generation 2023-05-18 08:25:06 +02:00
main_loop.rs implement first pass of memory layout viewer 2023-07-07 23:09:41 -04:00
markdown.rs fix(rustdoc): don't escape double hashes outside of Rust code blocks 2023-03-28 05:32:59 +07:00
mem_docs.rs
op_queue.rs Handle proc macro fetching via OpQueue 2023-03-26 09:33:41 +02:00
reload.rs Format let-else 2023-07-03 20:34:09 +02:00
semantic_tokens.rs Introduce invalidEscapeSequence semantic token type 2023-07-19 15:12:53 +08:00
task_pool.rs Revert "Add mandatory panic contexts to all threadpool tasks" 2023-06-04 09:30:21 +02:00
to_proto.rs Introduce invalidEscapeSequence semantic token type 2023-07-19 15:12:53 +08:00
version.rs