rust/crates/ide/src
oxalica de1f766820
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-17 22:52:58 +08:00
..
annotations
doc_links
hover Replace x with it 2023-07-06 17:33:17 +03:30
inlay_hints Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
prime_caches
syntax_highlighting Fix highlighting of byte escape sequences 2023-07-17 22:52:58 +08:00
typing
annotations.rs
call_hierarchy.rs
doc_links.rs Format let-else 2023-07-03 20:34:09 +02:00
expand_macro.rs
extend_selection.rs
fetch_crates.rs
file_structure.rs
fixture.rs
folding_ranges.rs
goto_declaration.rs
goto_definition.rs
goto_implementation.rs
goto_type_definition.rs
highlight_related.rs
hover.rs
inlay_hints.rs
interpret_function.rs implement type_name intrinsic 2023-07-14 16:52:36 +03:30
join_lines.rs
lib.rs cleanup + docs + tests 2023-07-07 23:12:09 -04:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs Add library fixture meta 2023-06-28 22:34:14 +09:00
move_item.rs
navigation_target.rs Don't diagnose builtin derives 2023-07-03 14:23:36 +02:00
parent_module.rs
prime_caches.rs
references.rs fix: Fix nav target calculation discarding file ids from differing macro upmapping 2023-06-01 11:05:03 +02:00
rename.rs
runnables.rs Fix runnable detection for #[tokio::test] 2023-06-28 23:31:08 +03:30
shuffle_crate_graph.rs
signature_help.rs Insert missing expr/pat for leading comma tuples 2023-06-01 08:56:40 +02:00
ssr.rs
static_index.rs cleanup + docs + tests 2023-07-07 23:12:09 -04:00
status.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
syntax_highlighting.rs Fix highlighting of byte escape sequences 2023-07-17 22:52:58 +08:00
syntax_tree.rs
typing.rs
view_crate_graph.rs
view_hir.rs
view_item_tree.rs
view_memory_layout.rs Rework view memory layout tests to use expect_test and to_strings. 2023-07-09 16:11:15 -04:00
view_mir.rs