index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_ide_api
/
src
/
display.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-4
/
+7
*
Simpliy hover on ast::name
Edwin Cheng
2019-06-10
1
-10
/
+0
*
Use classify_name_ref in hover
Edwin Cheng
2019-06-10
1
-0
/
+1
*
Use &str instread of Option<String>
Edwin Cheng
2019-06-09
1
-1
/
+1
*
Rename Description to ShortLabel
Edwin Cheng
2019-06-09
1
-2
/
+2
*
Change docs and description to getter method
Edwin Cheng
2019-06-09
1
-1
/
+1
*
Add display::Description
Edwin Cheng
2019-06-09
1
-0
/
+3
*
Remove node function in NavTarget
Edwin Cheng
2019-06-08
1
-3
/
+2
*
Fix doc comment
Ville Penttinen
2019-04-09
1
-1
/
+1
*
Move display related things from hover to display
Ville Penttinen
2019-04-09
1
-0
/
+27
*
Move FunctionSignature to display/function_signature
Ville Penttinen
2019-04-09
1
-100
/
+3
*
Make display modules private
Ville Penttinen
2019-04-09
1
-4
/
+5
*
Move structure to display/structure
Ville Penttinen
2019-04-09
1
-2
/
+4
*
Move navigation_target to display/navigation_target
Ville Penttinen
2019-04-09
1
-0
/
+4
*
Move completion label functions to display
Ville Penttinen
2019-04-09
1
-1
/
+27
*
Add FunctionSignature::from_hir
Ville Penttinen
2019-04-09
1
-0
/
+7
*
Normalize line-endings in display.rs
Ville Penttinen
2019-04-09
1
-112
/
+112
*
Move FunctionSignature creation to display
Ville Penttinen
2019-04-09
1
-0
/
+49
*
Move FunctionSignature to display, remove write_joined
Ville Penttinen
2019-04-09
1
-23
/
+35
*
Refactor CallInfo function signatures to new FunctionSignature type
Ville Penttinen
2019-04-09
1
-0
/
+51