rust-analyzer/crates/ra_ide/src
2020-07-31 21:45:29 +02:00
..
completion Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
display Rename 2020-07-31 20:23:52 +02:00
references Rename 2020-07-31 20:23:52 +02:00
syntax_highlighting Replace rand with oorandom 2020-07-29 19:49:10 +02:00
typing Continue non-doc comments with trailing space 2020-07-17 11:20:28 +02:00
call_hierarchy.rs Rename FnDef -> Fn 2020-07-30 15:16:05 +02:00
call_info.rs Fix out of bounds panic in active parameter 2020-07-17 15:44:37 +02:00
completion.rs Fix a typo in completion docs 2020-07-19 18:25:19 +02:00
diagnostics.rs Rename FieldDef -> Field 2020-07-30 16:49:13 +02:00
display.rs Use ty to access most TypeRefs 2020-07-30 21:02:55 +02:00
expand_macro.rs Update expand macro tests 2020-07-01 17:52:22 +02:00
extend_selection.rs Allign RecordPat with RecordExpr 2020-07-31 20:00:48 +02:00
file_structure.rs Rename 2020-07-31 20:23:52 +02:00
folding_ranges.rs Allign RecordPat with RecordExpr 2020-07-31 20:00:48 +02:00
goto_definition.rs Correctly resolve assoc. types in path bindings 2020-07-17 14:58:49 +02:00
goto_implementation.rs Finalize Trait grammar 2020-07-30 18:17:28 +02:00
goto_type_definition.rs Unclutter NavigationTarget API 2020-07-17 12:42:48 +02:00
hover.rs Finalize Trait grammar 2020-07-30 18:17:28 +02:00
inlay_hints.rs Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
join_lines.rs Simlify with matches!() 2020-06-28 04:03:59 +03:00
lib.rs SSR: Restrict to current selection if any 2020-07-29 15:06:58 +10:00
markup.rs Streamline 2020-07-09 10:19:37 +02:00
matching_brace.rs Fix matchig brace for pipes 2020-06-25 10:16:06 +02:00
mock_analysis.rs More Rustic API for Env 2020-07-21 17:17:21 +02:00
parent_module.rs Simplify 2020-06-24 12:01:17 +02:00
prime_caches.rs Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic 2020-06-23 12:13:50 -04:00
references.rs Rename BindPat -> IdentPat 2020-07-31 20:12:10 +02:00
runnables.rs Rename FnDef -> Fn 2020-07-30 15:16:05 +02:00
ssr.rs SSR: Rename position and lookup_context to resolve_context 2020-07-29 19:20:40 +10:00
status.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
syntax_highlighting.rs Rename DotDotPat -> RestPat 2020-07-31 21:45:29 +02:00
syntax_tree.rs Rename FnDef -> Fn 2020-07-30 15:16:05 +02:00
typing.rs Continue non-doc comments with trailing space 2020-07-17 11:20:28 +02:00