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
Age
Commit message (
Expand
)
Author
Lines
2019-03-03
Add optional range parameter to SyntaxTreeParams
Ville Penttinen
-3
/
+9
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
remove second way to get the body
Aleksey Kladov
-1
/
+1
2019-03-02
rename syntax_mapping as well
Aleksey Kladov
-16
/
+15
2019-03-02
align lower module query names
Aleksey Kladov
-2
/
+1
2019-03-02
dont store body inside source map
Aleksey Kladov
-1
/
+1
2019-03-02
rename syntax-mapping -> source-map
Aleksey Kladov
-7
/
+7
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
Allow goto-definition to work for named fields in struct initializer
Ville Penttinen
-0
/
+45
2019-02-27
Add support for hovering over the name of an item
Ville Penttinen
-2
/
+28
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
-15
/
+148
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
-7
/
+7
2019-02-24
complete patterns
Aleksey Kladov
-0
/
+103
2019-02-24
Rename Type => TypeAlias
Florian Diebold
-4
/
+4
2019-02-24
move testing functions
Aleksey Kladov
-20
/
+14
2019-02-24
move the rest of presentation to presentation
Aleksey Kladov
-50
/
+20
2019-02-24
move more code to presentation
Aleksey Kladov
-88
/
+57
2019-02-24
move res completion to presentation
Aleksey Kladov
-41
/
+42
2019-02-24
simplify
Aleksey Kladov
-31
/
+31
2019-02-24
move enum-variants to presentation
Aleksey Kladov
-21
/
+21
2019-02-24
simplify
Aleksey Kladov
-35
/
+31
2019-02-24
move presentaion completion to presentation
Aleksey Kladov
-80
/
+80
2019-02-24
move function rendering to presentation
Aleksey Kladov
-24
/
+49
2019-02-24
introduce completion presentation
Aleksey Kladov
-32
/
+41
2019-02-24
complete fields in struct literals
Aleksey Kladov
-7
/
+16
2019-02-24
complete struct literals
Aleksey Kladov
-0
/
+72
2019-02-24
Assign IDs to assists
Aleksey Kladov
-4
/
+15
2019-02-23
Remove unnecessary to_nav_target
Ville Penttinen
-16
/
+12
2019-02-23
Add name_range field to FileSymbol
Ville Penttinen
-7
/
+17
2019-02-23
Fix NavigationTarget debug_render container_name output
Ville Penttinen
-1
/
+1
2019-02-23
Fix goto def not working when cursor was over the name of a def
Ville Penttinen
-4
/
+126
2019-02-22
Merge #866
bors[bot]
-0
/
+20
2019-02-22
Change resolve_path to return the fully resolved path or PerNs::none
Ville Penttinen
-2
/
+2
2019-02-21
Merge #864
bors[bot]
-0
/
+17
2019-02-21
kill utils module
Aleksey Kladov
-3
/
+2
2019-02-21
Implement basic support for Associated Methods and Constants
Ville Penttinen
-2
/
+22
2019-02-20
Fix handling of generics in tuple variants and refactor a bit
Florian Diebold
-0
/
+17
2019-02-19
remove ignored macro tests
Aleksey Kladov
-1
/
+1
2019-02-18
more compact edits in insta
Aleksey Kladov
-1161
/
+339
2019-02-18
Don't use additional_text_edits API internally
Aleksey Kladov
-378
/
+1274
2019-02-18
More orthogonal method naming
Aleksey Kladov
-9
/
+4
2019-02-18
More compact debug representation for completion
Aleksey Kladov
-1883
/
+610
2019-02-17
Don't render `()` in calls to assoc functions
Aleksey Kladov
-6
/
+42
2019-02-17
Merge #844
bors[bot]
-34
/
+94
2019-02-17
Remove leading ::
Ville Penttinen
-1
/
+1
[next]