rust-analyzer/crates/ide/src
2023-11-14 18:53:48 +01:00
..
annotations Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
doc_links Move doc comment handling into ide-db 2023-09-02 16:27:26 +02:00
hover feat: preview adt field when hover 2023-11-08 21:45:32 +08:00
inlay_hints Fix inlay-hint tests being invalidated by minicore chanes 2023-11-14 18:53:48 +01:00
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
typing Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
annotations.rs fix: Fix lens location "above_whole_item" breaking lenses 2023-09-13 22:01:04 +02:00
call_hierarchy.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
doc_links.rs Fix docs path for derive macros 2023-11-04 13:33:19 +02:00
expand_macro.rs Make Expand macro command title more explicit 2023-11-12 11:43:46 +02:00
extend_selection.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +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 feat: add fold range for multi line match arm list 2022-06-18 16:05:56 +08:00
goto_declaration.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_definition.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_implementation.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
goto_type_definition.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
highlight_related.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
hover.rs minor: hover_simple refactor 2023-09-24 22:47:29 +02:00
inlay_hints.rs Fix inlay-hint tests being invalidated by minicore chanes 2023-11-14 18:53:48 +01:00
interpret_function.rs implement type_name intrinsic 2023-07-14 16:52:36 +03:30
join_lines.rs collapse some nested blocks 2023-01-10 20:40:08 +00:00
lib.rs Auto merge of #15522 - SomeoneToIgnore:resolve-inlay-hints, r=Veykril 2023-09-08 11:12:27 +00:00
markdown_remove.rs REplace soft breaks in markdown with spaces 2023-01-23 12:21:23 +01:00
markup.rs Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
matching_brace.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
moniker.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +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 Move doc comment handling into ide-db 2023-09-02 16:27:26 +02:00
parent_module.rs fix: Fix DidSaveDocument requests blocking the server on startup 2022-10-20 19:55:04 +02:00
prime_caches.rs Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
references.rs fix: find Self reference 2023-11-10 19:54:43 +08:00
rename.rs v3 2023-09-10 23:19:58 +02:00
runnables.rs Recognize custom main function as binary entrypoint for runnables 2023-10-04 12:07:41 +02:00
shuffle_crate_graph.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
signature_help.rs Remove markdown module from rust-analyzer crate 2023-09-02 17:27:52 +02:00
ssr.rs Add SnippetEdit to be alongside source changes 2023-07-12 00:43:41 -04:00
static_index.rs Resolve inlay hint data 2023-09-02 18:28:35 +03:00
status.rs Shrink some stuff 2023-09-10 08:24:26 +02:00
syntax_highlighting.rs Remove repetitive words 2023-10-05 19:40:41 +08:00
syntax_tree.rs Support c string literals 2023-05-18 11:06:05 +02:00
typing.rs Documentation: Add parenthesis to the list of on-typing assists. 2023-09-21 14:58:24 -04:00
view_crate_graph.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
view_hir.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
view_item_tree.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
view_memory_layout.rs Update rustc_abi dependency 2023-10-15 18:57:40 +02:00
view_mir.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30