rust-analyzer/crates/ide/src
2022-05-31 10:13:03 +05:30
..
doc_links internal: Add more doc-link tests 2022-04-06 20:58:46 +02:00
hover fix: float display impl 2022-05-31 10:13:03 +05:30
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting feat: escape format specifier(close: #12258) 2022-05-22 15:32:24 +08: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 Make more precise range macro upmapping 2022-01-31 15:53:44 +01:00
doc_links.rs fix: special case base url of BuiltinType to core 2022-05-22 18:50:40 +09:00
expand_macro.rs fix: Insert whitespace into trait-impl completions when coming from macros 2022-05-24 22:56:33 +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 add some tests 2021-09-26 12:48:53 +03:30
fn_references.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
folding_ranges.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02: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 Don't show trait flyimports for impl trait and placeholders 2021-12-10 19:18:21 +01:00
highlight_related.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
hover.rs fix: When hovering macro inputs, don't show everything that was downmapped 2022-05-23 16:11:36 +02:00
inlay_hints.rs Add implicit static lifetime hints 2022-05-30 13:59:58 +02:00
join_lines.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
lib.rs Use char for trigger character 2022-05-30 14:17:58 +02:00
markdown_remove.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
markup.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
matching_brace.rs Matching brace prefers brace on cursor's right 2021-10-14 14:15:56 +08:00
moniker.rs Simplify 2022-04-10 20:02:06 +02:00
move_item.rs more clippy fixes 2021-10-16 12:32:55 +01:00
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 simplify 2021-05-15 17:22:39 +02:00
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 Teach Callable about closures properly 2022-05-19 18:53:08 +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 status: output all crates a file belongs to 2022-01-17 18:10:01 +01:00
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 Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
view_item_tree.rs Add a "Debug ItemTree" LSP request 2021-05-21 23:59:52 +02:00