rust/crates/ide/src
2021-05-19 14:19:44 +02:00
..
diagnostics Add pub mod option for UnlinkedFile 2021-05-18 08:11:07 +09:00
display Check more carefully for cases where a rename can't be done 2021-04-25 14:08:56 -07:00
references Fix prepare_rename failing for modules 2021-05-19 14:19:44 +02:00
syntax_highlighting Merge #8853 2021-05-16 17:35:40 +00:00
typing feat: auto-indent use tree lists 2021-05-10 15:10:56 +02:00
annotations.rs
call_hierarchy.rs
diagnostics.rs Add pub mod option for UnlinkedFile 2021-05-18 08:11:07 +09:00
display.rs
doc_links.rs Enable OPTION::ENABLE_TASKLISTS in pulldown_cmark 2021-05-13 15:09:46 +02:00
expand_macro.rs Replace SyntaxRewriter with ted in exppand_macro::expand_macro_recur 2021-04-19 19:43:26 +02:00
extend_selection.rs
file_structure.rs
fixture.rs
fn_references.rs
folding_ranges.rs remove unneeded visited_where_clauses 2021-05-05 06:28:41 +02:00
goto_definition.rs internal: don't use #[should_panic] for tests 2021-04-13 12:21:59 +03:00
goto_implementation.rs
goto_type_definition.rs Support goto_type_definition for types 2021-05-06 17:05:49 +02:00
hover.rs Merge #8245 2021-04-05 12:30:20 +00:00
inlay_hints.rs Add basic support for array lengths in types 2021-05-11 05:25:19 -07:00
join_lines.rs Support length for ByteStrings 2021-05-12 21:22:46 -07:00
lib.rs Add pub mod option for UnlinkedFile 2021-05-18 08:11:07 +09:00
markdown_remove.rs
markup.rs
matching_brace.rs simplify 2021-05-15 17:22:39 +02:00
move_item.rs Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
parent_module.rs simplify 2021-05-15 17:22:39 +02:00
prime_caches.rs fix: don't duplicate Progerss::Finised for cache priming 2021-05-02 21:45:00 +03:00
references.rs Don't handle Self as a usage for TraitDefs 2021-05-08 23:35:18 +02:00
runnables.rs internal: fix naming polarity 2021-04-30 11:55:59 +03:00
ssr.rs Small fixes 2021-05-03 18:45:30 +03:00
status.rs
syntax_highlighting.rs
syntax_tree.rs
typing.rs feat: auto-insert } when typing { in use item 2021-05-09 22:12:58 +02:00
view_crate_graph.rs Move dot invocation to rust-analyzer crate 2021-05-12 00:14:59 +02:00
view_hir.rs