rust/crates/ide/src
2022-11-25 12:20:34 +05:30
..
annotations Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
doc_links
hover refactor hover 2022-11-19 21:22:10 +05:30
prime_caches
syntax_highlighting Fix operator highlighting tags applying too broadly 2022-09-20 14:33:44 +02:00
typing
annotations.rs Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
call_hierarchy.rs
doc_links.rs Fix go-to-def for #[doc = include_str!("path")] 2022-10-07 09:04:41 +00:00
expand_macro.rs
extend_selection.rs
file_structure.rs
fixture.rs
folding_ranges.rs
goto_declaration.rs
goto_definition.rs Fix tests that depended on loose visibility restriction 2022-11-11 20:31:46 +09:00
goto_implementation.rs
goto_type_definition.rs
highlight_related.rs Fix assertion failure in type inference (#13352) 2022-10-05 17:46:56 +02:00
hover.rs fix token method call 2022-11-25 12:20:34 +05:30
inlay_hints.rs Auto merge of #13572 - Veykril:cancellable, r=Veykril 2022-11-07 16:22:33 +00:00
join_lines.rs
lib.rs Auto merge of #13572 - Veykril:cancellable, r=Veykril 2022-11-07 16:22:33 +00:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs Remove code duplication 2022-11-07 15:49:26 +01:00
move_item.rs
navigation_target.rs
parent_module.rs fix: Fix DidSaveDocument requests blocking the server on startup 2022-10-20 19:55:04 +02:00
prime_caches.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
references.rs Deduplicate reference search results 2022-11-07 16:48:50 +01:00
rename.rs fix: Fix reference searching only accounting substrings instead of whole identifiers 2022-11-05 13:00:02 +01:00
runnables.rs
shuffle_crate_graph.rs
signature_help.rs Don't canonicalize self type when querying FnOnce signature 2022-11-08 18:05:07 +01:00
ssr.rs
static_index.rs Auto merge of #13570 - Veykril:dedup-crates-for, r=Veykril 2022-11-07 14:52:05 +00:00
status.rs fix: Fix formatting requests hanging when r-a is still starting 2022-10-17 18:21:18 +02:00
syntax_highlighting.rs Add config for macro bang token highlighting, disable by default 2022-08-23 14:05:56 +02:00
syntax_tree.rs
typing.rs
view_crate_graph.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
view_hir.rs
view_item_tree.rs