rust/crates/ide/src
2022-05-16 15:23:25 +02:00
..
doc_links internal: Add more doc-link tests 2022-04-06 20:58:46 +02:00
hover Lower values of char and byte literals 2022-05-05 08:12:08 +03:00
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
typing Add scary warning to onEnter 2022-02-28 12:15:15 +02:00
annotations.rs internal: Remove redundant offset data in annotations 2022-05-12 13:06:49 +02:00
call_hierarchy.rs
doc_links.rs fix: add docs and remove unnecessary check 2022-05-05 13:41:33 +09:00
expand_macro.rs Disable rustfmt for expand_macro on wasm platforms 2022-04-17 14:00:19 +02:00
extend_selection.rs fix clippy::redundant_closure 2022-03-12 16:50:49 +01:00
file_structure.rs more clippy fixes: 2022-03-12 16:50:49 +01:00
fixture.rs
fn_references.rs
folding_ranges.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
goto_declaration.rs fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00
goto_definition.rs Resolve assoc. types of supertraits in the IDE layer 2022-05-09 17:30:49 +02:00
goto_implementation.rs internal: Refactor FamousDefs builtin crate search 2022-03-30 22:23:54 +02:00
goto_type_definition.rs
highlight_related.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
hover.rs minor: Remove pointless rebindings 2022-04-07 01:29:31 +02:00
inlay_hints.rs Add closing brace hints for macros 2022-05-16 15:23:25 +02:00
join_lines.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
lib.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
markdown_remove.rs
markup.rs
matching_brace.rs
moniker.rs Simplify 2022-04-10 20:02:06 +02:00
move_item.rs
navigation_target.rs feat: Attempt to format expand_macro output with rustfmt if possible 2022-04-17 13:33:39 +02:00
parent_module.rs
prime_caches.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
references.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
rename.rs Merge #11883 2022-04-12 15:17:00 +00:00
runnables.rs Revert "Correctly fix formatting doc tests with generics" 2022-04-27 15:30:54 +03:00
shuffle_crate_graph.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
signature_help.rs Include assoc. types in trait signature help 2022-05-10 16:54:31 +02:00
ssr.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
static_index.rs Show inlay hints after a } to indicate the closed item 2022-05-16 14:55:47 +02:00
status.rs
syntax_highlighting.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_tree.rs Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
typing.rs add docs 2022-04-14 13:23:19 +02:00
view_crate_graph.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
view_hir.rs
view_item_tree.rs