rust/crates/ide/src
2023-06-10 11:32:37 +03:30
..
annotations
doc_links
hover Fix panic in displaying unsized structs 2023-06-10 11:32:37 +03:30
inlay_hints Add enum, reference, array and slice to render_const_scalar 2023-06-02 13:47:02 +03:30
prime_caches
syntax_highlighting internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
typing
annotations.rs
call_hierarchy.rs
doc_links.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
expand_macro.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
extend_selection.rs Support c string literals 2023-05-18 11:06:05 +02:00
fetch_crates.rs Fix broken table 2023-05-08 21:27:35 +03:00
file_structure.rs
fixture.rs
folding_ranges.rs
goto_declaration.rs
goto_definition.rs Fix #14557. Docs aliases can now be detected and used in searching for workspace symbols 2023-05-24 23:57:24 +02:00
goto_implementation.rs
goto_type_definition.rs fix: don't try determining type of token inside macro calls 2023-05-26 16:46:45 +09:00
highlight_related.rs Fix preorder_expr skipping the else block of let-else statements 2023-05-18 18:30:27 -04:00
hover.rs Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
inlay_hints.rs Restructure InlayHint, no longer derive properties from its kind 2023-05-13 10:42:26 +02:00
interpret_function.rs MIR episode 5 2023-05-12 18:17:15 +03:30
join_lines.rs
lib.rs Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
move_item.rs
navigation_target.rs fix: Fix nav target calculation discarding file ids from differing macro upmapping 2023-06-01 11:05:03 +02:00
parent_module.rs
prime_caches.rs Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
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 Auto merge of #14849 - alibektas:14557n, r=Veykril 2023-05-26 11:30:40 +00:00
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 Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
status.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
syntax_highlighting.rs Support c string literals 2023-05-18 11:06:05 +02:00
syntax_tree.rs Support c string literals 2023-05-18 11:06:05 +02:00
typing.rs
view_crate_graph.rs
view_hir.rs
view_item_tree.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
view_mir.rs