rust/crates/ide/src
2022-06-18 16:05:56 +08:00
..
doc_links internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
hover feat: On assoc item name hover, render trait decl docs 2022-06-13 11:57:33 +02:00
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
typing
annotations.rs internal: Remove redundant offset data in annotations 2022-05-12 13:06:49 +02:00
call_hierarchy.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
doc_links.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
expand_macro.rs internal: Bump Dependencies 2022-06-10 17:30:02 +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 feat: add fold range for multi line match arm list 2022-06-18 16:05:56 +08:00
goto_declaration.rs minor: Freshen up goto feature docs 2022-05-27 15:47:31 +02:00
goto_definition.rs minor: Freshen up goto feature docs 2022-05-27 15:47:31 +02:00
goto_implementation.rs minor: Freshen up goto feature docs 2022-05-27 15:47:31 +02:00
goto_type_definition.rs
highlight_related.rs fix: Check for the correct proc-macro settings in missing proc-macro diagnostics 2022-06-14 11:00:06 +02:00
hover.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
inlay_hints.rs Hide param inlay hint when argument is fn-like macro with similar name 2022-06-08 14:37:57 +00:00
join_lines.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
lib.rs Show proc-macro loading errors in unresolved-proc-macro diagnostics 2022-06-15 17:34:01 +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 fix: When reference searching macro inputs, don't search everything that was downmapped 2022-05-23 16:09:56 +02:00
rename.rs fix(ide-db): correct single-file module rename 2022-05-28 15:07:22 +03: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 internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
ssr.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
static_index.rs fix: add an option to show inlay hint for return type of closures without block 2022-05-28 22:12:30 +08:00
status.rs
syntax_highlighting.rs minor: Simplify syntax-highlighting macro checks 2022-05-23 17:03:19 +02:00
syntax_tree.rs Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
typing.rs internal: Make autoclosing angle brackets configurable, disabled by default 2022-05-25 12:42:07 +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