index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_ide_api
/
src
/
hover.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-03
Represent unknown types as {unknown} instead of [unknown]
Florian Diebold
-1
/
+1
2019-03-02
Merge #908
bors[bot]
-8
/
+27
2019-03-02
rename syntax_mapping as well
Aleksey Kladov
-3
/
+3
2019-03-02
rename syntax-mapping -> source-map
Aleksey Kladov
-1
/
+1
2019-02-28
Update hover message since we do support globs
kjeremy
-1
/
+1
2019-02-28
Enable markup for hover on expressions which resolve using type_of
Ville Penttinen
-8
/
+27
2019-02-27
Enable hover support for NamedFieldDefs
Ville Penttinen
-3
/
+79
2019-02-27
Add support for hovering over the name of an item
Ville Penttinen
-1
/
+27
2019-02-26
Replace visit_fn with crate::completion::function_label
Ville Penttinen
-43
/
+2
2019-02-26
Add new type HoverResult to contain the results of hovering
Ville Penttinen
-14
/
+146
2019-02-26
Add support for showing fn signature when hovering
Ville Penttinen
-3
/
+43
2019-02-25
rename type to type_alias in the AST as well
Aleksey Kladov
-2
/
+2
2019-02-22
Merge #866
bors[bot]
-0
/
+20
2019-02-21
Implement basic support for Associated Methods and Constants
Ville Penttinen
-0
/
+20
2019-02-20
Fix handling of generics in tuple variants and refactor a bit
Florian Diebold
-0
/
+17
2019-02-12
Fix some typos
Pascal Hertleif
-2
/
+2
2019-02-08
reformat the world
Aleksey Kladov
-10
/
+4
2019-01-26
Make doc comments optional
Jeremy Kolb
-6
/
+1
2019-01-26
rename source_file -> parse
Aleksey Kladov
-3
/
+3
2019-01-26
rename FilesDatabase -> SourceDatabase
Aleksey Kladov
-1
/
+1
2019-01-26
fold syntax database into files database
Aleksey Kladov
-1
/
+1
2019-01-19
move rename to a new mod
gfreezy
-2
/
+1
2019-01-15
remove Canceled from API impl
Aleksey Kladov
-29
/
+19
2019-01-15
remove Cancelable from type inference
Aleksey Kladov
-1
/
+1
2019-01-15
remove Cancelable from funciton body
Aleksey Kladov
-1
/
+1
2019-01-15
remove Cancelable from source binders
Aleksey Kladov
-1
/
+1
2019-01-14
Fix type inference for raw (byte) strings
Marcus Klaas de Vries
-3
/
+2
2019-01-13
Remove duplication
Jeremy Kolb
-74
/
+23
2019-01-13
Add visibility to hover
Jeremy Kolb
-9
/
+41
2019-01-13
Tweak message shown for query fallback
Pascal Hertleif
-1
/
+5
2019-01-13
Add an explanatory message when we use the Query fallback
DJMcNab
-4
/
+11
2019-01-11
rename TreePtr -> TreeArc
Aleksey Kladov
-2
/
+2
2019-01-11
fix tests
Aleksey Kladov
-1
/
+1
2019-01-11
envapsulate navigation target better
Aleksey Kladov
-2
/
+2
2019-01-08
Fix typo defenition -> definition
Marcus Klaas de Vries
-1
/
+1
2019-01-08
fix usages after rename
Aleksey Kladov
-0
/
+257