rust/crates/ide/src
2023-06-01 07:45:55 +02:00
..
annotations
doc_links Propagating sysroot down + Refactoring 2023-05-02 17:08:56 +02:00
hover Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
inlay_hints fix: Don't duplicate sysroot crates in rustc workspace 2023-05-31 15:37:35 +02:00
prime_caches
syntax_highlighting MIR episode 6 2023-05-28 23:25:15 +03:30
typing
annotations.rs
call_hierarchy.rs Refactor symbol index 2023-05-02 12:11:42 +02:00
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 Spelling 2023-04-19 09:45:55 -04:00
fixture.rs Spelling 2023-04-19 09:45:55 -04:00
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 Fix tests 2023-03-14 19:55:20 +01:00
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 Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
matching_brace.rs
moniker.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
move_item.rs Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
navigation_target.rs Choose & over ref, make nav target's name more intuitive. 2023-05-26 13:24:44 +02:00
parent_module.rs
prime_caches.rs Add proof-of-concept QoS implementation 2023-05-20 22:29:32 +10:00
references.rs Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00
rename.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30
runnables.rs Auto merge of #14849 - alibektas:14557n, r=Veykril 2023-05-26 11:30:40 +00:00
shuffle_crate_graph.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
signature_help.rs Add signature help for tuple patterns and expressions 2023-06-01 07:45:55 +02:00
ssr.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
static_index.rs Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
status.rs Use triomphe Arc 2023-05-02 20:02:43 +03: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 Use triomphe Arc 2023-05-02 20:02:43 +03:00
view_hir.rs
view_item_tree.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
view_mir.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30