rust-analyzer/crates/ra_ide/src
bors[bot] a8e032820f
Merge #3955
3955: Align grammar for record patterns and literals r=matklad a=matklad

The grammar now looks like this

   [name_ref :] pat



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-04-11 22:01:22 +00:00
..
completion Align grammar for record patterns and literals 2020-04-12 00:00:15 +02:00
display Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
references Add test 2020-03-22 19:53:34 +08:00
snapshots Simplify HTML highlighter and add test case for highlight_injection logic 2020-04-06 23:00:09 +02:00
syntax_highlighting Merge #3826 2020-04-08 12:00:08 +00:00
typing Continue multiline non-doc comment blocks 2020-03-11 12:58:16 +01:00
assists.rs Simplify Assists interface 2020-02-09 16:03:54 +01:00
call_hierarchy.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
call_info.rs Remove #[should_panic] from call_info tests 2020-04-11 15:47:09 -04:00
completion.rs Better naming for scope completion 2020-04-07 13:20:41 +02:00
diagnostics.rs missing match arms diagnostic 2020-04-07 05:12:08 -07:00
display.rs Remove some unwraps 2020-03-28 12:27:54 +01:00
expand_macro.rs Generalise syntax rewriting infrastructure to allow removal of nodes 2020-03-24 17:14:33 +01:00
extend_selection.rs Use text_range::extend_to 2020-02-27 10:06:48 +08:00
folding_ranges.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
goto_definition.rs Always expand macros during analysis 2020-03-25 13:53:15 +01:00
goto_type_definition.rs Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
hover.rs Remove dat fixme 2020-03-16 14:13:50 +02:00
impls.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
inlay_hints.rs Hide parameter hints for single-argument functions with the same name 2020-04-09 21:47:04 +03:00
join_lines.rs When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
lib.rs Check for eprintln on CI 2020-04-06 17:00:18 +02:00
marks.rs Don't insert !() if there's already some 2020-04-07 16:37:33 +02:00
matching_brace.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
mock_analysis.rs Add ProcMacroClient 2020-03-26 03:29:45 +08:00
parent_module.rs Add ProcMacroClient 2020-03-26 03:29:45 +08:00
prime_caches.rs Prime open files on load 2020-03-05 13:40:53 +01:00
references.rs Simpler acessors for keywords 2020-04-09 23:42:01 +02:00
runnables.rs Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
source_change.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
ssr.rs Adds to SSR match for semantically equivalent call and method call 2020-04-02 20:18:44 +01:00
status.rs cleanup imports 2020-02-06 14:03:45 +01:00
syntax_highlighting.rs Merge #3826 2020-04-08 12:00:08 +00:00
syntax_tree.rs Rename some tokens 2020-04-10 17:07:09 +02:00
test_utils.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
typing.rs Semicolon token 2020-04-10 16:10:28 +02:00