rust/crates/ide/src
2023-03-15 10:17:30 +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 Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hover Add BindingId 2023-03-06 21:09:08 +03:30
inlay_hints Fix tests 2023-03-14 19:55:20 +01:00
prime_caches
syntax_highlighting Highlight unresolved derives as being unresolved 2023-03-08 13:51:14 +01: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 fmt 2022-12-03 01:20:27 +01:00
doc_links.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
expand_macro.rs remove needless borrows 2023-01-02 14:52:32 +00:00
extend_selection.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
file_structure.rs Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
fixture.rs
folding_ranges.rs
goto_declaration.rs fix indentation of unlinked_file quickfix 2023-01-12 11:24:44 +01:00
goto_definition.rs Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
goto_implementation.rs Fix tests 2023-03-14 19:55:20 +01:00
goto_type_definition.rs Add signature help for record struct patterns 2023-03-14 21:55:03 +01:00
highlight_related.rs Add BindingId 2023-03-06 21:09:08 +03:30
hover.rs beginning of MIR 2023-02-27 23:45:54 +03:30
inlay_hints.rs Properly use location links for type hints of impl Future and its assoc type 2023-02-07 22:42:03 +01:00
join_lines.rs collapse some nested blocks 2023-01-10 20:40:08 +00:00
lib.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30
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
moniker.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09: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 Add BindingId 2023-03-06 21:09:08 +03:30
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 Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
rename.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30
runnables.rs Support trait aliases in IDE where type support isn't needed 2023-03-04 00:24:08 +09:00
shuffle_crate_graph.rs Support UTF-32 position encoding 2023-02-14 01:09:50 +00:00
signature_help.rs Add signature help for tuple struct patterns 2023-03-15 10:17:30 +01:00
ssr.rs
static_index.rs beginning of MIR 2023-02-27 23:45:54 +03:30
status.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
syntax_highlighting.rs collapse some nested blocks 2023-01-10 20:40:08 +00:00
syntax_tree.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05: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 Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
view_hir.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
view_item_tree.rs
view_mir.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30