rust/crates/ra_ide_api/src
bors[bot] f6340022c1 Merge #1429
1429: Add box postfix completion r=matklad a=kanru



Co-authored-by: Kan-Ru Chen <kanru@kanru.info>
2019-06-24 10:21:36 +00:00
..
completion Add box postfix completion 2019-06-23 22:18:25 +09:00
display move docs under code model 2019-06-11 18:28:51 +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 Add SourceRoot::is_library, in preparation for salsa's durability 2019-06-24 12:35:07 +03:00
completion.rs fix typos in mbe tests 2019-05-28 18:46:11 +03:00
db.rs check for cancellation when executing queries 2019-06-12 18:47:55 +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 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
line_index.rs add analysis-bench to benchmark incremental analysis 2019-06-16 19:45:05 +03: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 don't cache parses twice 2019-06-02 20:15:10 +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