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
/
hover.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clippy::new_without_default
Alan Du
2019-06-04
1
-0
/
+6
*
Sort hover results in tests
Laurențiu Nicola
2019-05-30
1
-2
/
+8
*
fix typos in mbe tests
Aleksey Kladov
2019-05-28
1
-2
/
+2
*
Fix hover on the beginning of a nested expression
Florian Diebold
2019-04-28
1
-7
/
+14
*
use really correct resolver for expressions
Aleksey Kladov
2019-04-12
1
-1
/
+1
*
rename
Aleksey Kladov
2019-04-11
1
-1
/
+1
*
introduce SourceAnalyzer
Aleksey Kladov
2019-04-11
1
-10
/
+8
*
Move display related things from hover to display
Ville Penttinen
2019-04-09
1
-107
/
+3
*
Move completion label functions to display
Ville Penttinen
2019-04-09
1
-1
/
+1
*
switch to new rowan
Aleksey Kladov
2019-04-01
1
-6
/
+8
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-1
/
+1
*
Remove the old variants replaced by Ty::Apply
Florian Diebold
2019-03-21
1
-16
/
+1
*
Replace Display by a pretty printing trait for Ty
Florian Diebold
2019-03-16
1
-2
/
+3
*
Remove superfluous semicolons
kjeremy
2019-03-08
1
-5
/
+5
*
Use ast::Name::text() instead of name().syntax().text()
Ville Penttinen
2019-03-07
1
-2
/
+2
*
Fix EnumVariants not showing properly when hovering
Ville Penttinen
2019-03-07
1
-2
/
+56
*
Add support for goto definition and hover on Self
Ville Penttinen
2019-03-07
1
-0
/
+58
*
Hover for associated items in patterns
kjeremy
2019-03-06
1
-0
/
+23
*
Use ImplItems instead of just Function
Jeremy Kolb
2019-03-04
1
-1
/
+1
*
Make goto definition/hover resolve constructors
kjeremy
2019-03-04
1
-0
/
+22
*
Represent unknown types as {unknown} instead of [unknown]
Florian Diebold
2019-03-03
1
-1
/
+1
*
Merge #908
bors[bot]
2019-03-02
1
-8
/
+27
|
\
|
*
Enable markup for hover on expressions which resolve using type_of
Ville Penttinen
2019-02-28
1
-8
/
+27
*
|
rename syntax_mapping as well
Aleksey Kladov
2019-03-02
1
-3
/
+3
*
|
rename syntax-mapping -> source-map
Aleksey Kladov
2019-03-02
1
-1
/
+1
*
|
Update hover message since we do support globs
kjeremy
2019-02-28
1
-1
/
+1
|
/
*
Enable hover support for NamedFieldDefs
Ville Penttinen
2019-02-27
1
-3
/
+79
*
Add support for hovering over the name of an item
Ville Penttinen
2019-02-27
1
-1
/
+27
*
Replace visit_fn with crate::completion::function_label
Ville Penttinen
2019-02-26
1
-43
/
+2
*
Add new type HoverResult to contain the results of hovering
Ville Penttinen
2019-02-26
1
-14
/
+146
*
Add support for showing fn signature when hovering
Ville Penttinen
2019-02-26
1
-3
/
+43
*
rename type to type_alias in the AST as well
Aleksey Kladov
2019-02-25
1
-2
/
+2
*
Merge #866
bors[bot]
2019-02-22
1
-0
/
+20
|
\
|
*
Implement basic support for Associated Methods and Constants
Ville Penttinen
2019-02-21
1
-0
/
+20
*
|
Fix handling of generics in tuple variants and refactor a bit
Florian Diebold
2019-02-20
1
-0
/
+17
|
/
*
Fix some typos
Pascal Hertleif
2019-02-12
1
-2
/
+2
*
reformat the world
Aleksey Kladov
2019-02-08
1
-10
/
+4
*
Make doc comments optional
Jeremy Kolb
2019-01-26
1
-6
/
+1
*
rename source_file -> parse
Aleksey Kladov
2019-01-26
1
-3
/
+3
*
rename FilesDatabase -> SourceDatabase
Aleksey Kladov
2019-01-26
1
-1
/
+1
*
fold syntax database into files database
Aleksey Kladov
2019-01-26
1
-1
/
+1
*
move rename to a new mod
gfreezy
2019-01-19
1
-2
/
+1
*
remove Canceled from API impl
Aleksey Kladov
2019-01-15
1
-29
/
+19
*
remove Cancelable from type inference
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from funciton body
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from source binders
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
Fix type inference for raw (byte) strings
Marcus Klaas de Vries
2019-01-14
1
-3
/
+2
*
Remove duplication
Jeremy Kolb
2019-01-14
1
-74
/
+23
*
Add visibility to hover
Jeremy Kolb
2019-01-14
1
-9
/
+41
*
Tweak message shown for query fallback
Pascal Hertleif
2019-01-13
1
-1
/
+5
[next]