rust-analyzer/crates/ide/src
Matthias Krüger cad617bba0 some clippy::performance fixes
use vec![] instead of Vec::new() +  push()
avoid redundant clones
use chars instead of &str for single char patterns in ends_with() and starts_with()
allocate some Vecs with capacity to avoid unneccessary resizing
2021-03-15 10:19:59 +01:00
..
diagnostics Add module comment 2021-03-15 02:23:00 +01:00
display Don't show const items initializer expressions on hover 2021-03-09 16:33:23 +01:00
references Return original text range in PrepareRename responses when inside macro 2021-03-10 22:26:41 +01:00
syntax_highlighting Show whether a binding is mutable or not on hover 2021-03-09 17:18:50 +01:00
typing Use upstream cov-mark 2021-03-08 22:19:44 +02:00
annotations.rs Actually fix runnable order 2021-02-15 16:09:50 +02:00
call_hierarchy.rs Refactor reference searching to work with the ast 2021-02-12 18:58:28 +01:00
diagnostics.rs Redo it properly and add a quickfix 2021-03-15 01:39:41 +01:00
display.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
doc_links.rs Fix a few clippy::perf warnings 2021-02-16 10:55:34 -05:00
expand_macro.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
extend_selection.rs Remove documentation of obsolete extend selection command 2021-02-20 17:18:53 +02:00
file_structure.rs Move SymbolKind to ide_db 2021-01-20 15:25:34 +01:00
fixture.rs Cleanup tests 2021-02-09 18:13:11 +03:00
fn_references.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
folding_ranges.rs removed logging stuff 2021-02-13 17:50:52 +01:00
goto_definition.rs Fix a few clippy::perf warnings 2021-02-16 10:55:34 -05:00
goto_implementation.rs AdtDef -> Adt 2021-02-07 14:15:02 +03:00
goto_type_definition.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
hover.rs Show whether a binding is mutable or not on hover 2021-03-09 17:18:50 +01:00
inlay_hints.rs Allow comments between newlines in chaining hints 2021-02-17 00:09:56 +01:00
join_lines.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00
lib.rs Merge #7799 2021-03-13 13:50:35 +00: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 Use upstream cov-mark 2021-03-08 22:19:44 +02:00
parent_module.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
prime_caches.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
references.rs Update vscode README with a small features list 2021-03-01 11:08:26 +01:00
runnables.rs Don't drop type params in doc-test paths 2021-03-14 20:38:26 +01:00
ssr.rs add apply ssr assist 2021-03-10 06:02:15 -08:00
status.rs Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
syntax_highlighting.rs Increase Highlights highlight range to covering element 2021-02-04 11:37:14 +01:00
syntax_tree.rs Modernize tests 2021-02-09 17:23:35 +03:00
typing.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00
view_hir.rs Fix a few clippy::perf warnings 2021-02-16 10:55:34 -05:00