rust-analyzer/crates/ide/src
2023-08-16 10:07:18 +02:00
..
annotations Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
doc_links Support doc links that resolve to fields 2023-08-07 00:59:35 +09:00
hover start hovering default values of generic constants 2023-08-15 20:26:42 +04:00
inlay_hints Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting Remove suspicious unwrap 2023-08-02 12:18:10 +02:00
typing Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
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 internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
doc_links.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
expand_macro.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +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 internal: Add offset param to token descending API 2023-08-16 10:07:18 +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 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 internal: Add offset param to token descending API 2023-08-16 10:07:18 +02: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 fix: Fix only_types config filtering out traits from world symbols 2023-08-12 06:40:49 +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 internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
rename.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
runnables.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
shuffle_crate_graph.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
signature_help.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
ssr.rs Add SnippetEdit to be alongside source changes 2023-07-12 00:43:41 -04:00
static_index.rs Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
status.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
syntax_highlighting.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
syntax_tree.rs Support c string literals 2023-05-18 11:06:05 +02:00
typing.rs fix: Don't insert a semicolon when typing = if parse errors are encountered 2023-02-08 12:06:35 +01: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 Rework view memory layout tests to use expect_test and to_strings. 2023-07-09 16:11:15 -04:00
view_mir.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30