rust-analyzer/crates/ra_ide_api/src
2019-07-03 03:08:39 +09:00
..
completion Add completion for type aliases 2019-07-03 03:08:39 +09:00
display show macros in file structure 2019-06-29 00:08:02 +03:00
snapshots Highlight primitive types 2019-05-29 21:54:22 +03:00
assists.rs Rename source_edit to source_file_edit to match file_system_edit 2019-03-25 09:13:58 +02:00
call_info.rs rename XSignature -> XData 2019-06-18 20:20:08 +03:00
change.rs put source maps first for better stats 2019-06-30 16:35:40 +03:00
completion.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
db.rs collect more macros, they are heavy 2019-06-30 15:03:23 +03:00
diagnostics.rs Fix clippy::useless_format 2019-06-04 18:05:07 -04:00
display.rs Simpliy hover on ast::name 2019-06-11 01:18:32 +08:00
extend_selection.rs Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
folding_ranges.rs Fix clippy::into_iter_on_ref 2019-06-04 18:05:07 -04:00
goto_definition.rs move docs under code model 2019-06-11 18:28:51 +03:00
goto_type_definition.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
hover.rs Merge #1394 2019-06-11 17:24:28 +00:00
impls.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
join_lines.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
lib.rs print memory usage for queries 2019-06-30 14:49:45 +03:00
line_index.rs add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03:00
line_index_utils.rs Fix clippy::match_ref_pats 2019-06-04 18:05:07 -04:00
marks.rs update ra_ide_api to use builtins 2019-05-30 16:10:07 +03:00
matching_brace.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
mock_analysis.rs remove ignored macro tests 2019-02-19 20:06:53 +03:00
name_ref_kind.rs one macro def should be enough 2019-06-08 14:48:56 +03:00
parent_module.rs Move ra_ide_api unit tests 2019-03-25 21:03:32 +01:00
references.rs use Source for module, part 1 2019-06-11 18:28:51 +03:00
runnables.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
status.rs Move memory usage statistics to ra_prof 2019-06-30 13:30:17 +03:00
symbol_index.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
syntax_highlighting.rs update ra_ide_api to use builtins 2019-05-30 16:10:07 +03:00
syntax_tree.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
test_utils.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
typing.rs Fix clippy::identity_conversion 2019-06-04 18:05:07 -04:00