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
/
completion
/
complete_dot.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-02
rename syntax_mapping as well
Aleksey Kladov
-2
/
+2
2019-03-02
rename syntax-mapping -> source-map
Aleksey Kladov
-1
/
+1
2019-02-24
move testing functions
Aleksey Kladov
-2
/
+1
2019-02-24
simplify
Aleksey Kladov
-4
/
+4
2019-02-24
move function rendering to presentation
Aleksey Kladov
-9
/
+2
2019-02-24
introduce completion presentation
Aleksey Kladov
-20
/
+4
2019-02-17
Unify with the autorefed/autoderefed receiver type during method resolution
Florian Diebold
-1
/
+1
2019-02-12
Filter attributes from the completion details/label
Laurențiu Nicola
-0
/
+20
2019-02-08
reformat the world
Aleksey Kladov
-3
/
+1
2019-01-25
Add docs to struct fields
Jeremy A. Kolb
-2
/
+6
2019-01-25
use positional ids for fields
Aleksey Kladov
-2
/
+2
2019-01-24
Merge #623
bors[bot]
-4
/
+5
2019-01-24
adapt ide_api to the new API
Aleksey Kladov
-17
/
+15
2019-01-24
new struct id
Aleksey Kladov
-15
/
+18
2019-01-24
Display type when completing tuples
Jeremy Kolb
-1
/
+15
2019-01-20
Merge #574
bors[bot]
-18
/
+27
2019-01-20
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
-5
/
+9
2019-01-20
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
-6
/
+10
2019-01-19
Implement beginnings of generics
Florian Diebold
-2
/
+4
2019-01-19
refactor completions to use TextEdit instead of InsertText
gfreezy
-13
/
+14
2019-01-15
remove Canceled from impl of ra_ide_api
Aleksey Kladov
-5
/
+3
2019-01-15
remove Cancelable from type inference
Aleksey Kladov
-10
/
+5
2019-01-15
remove Cancelable from Ty
Aleksey Kladov
-4
/
+3
2019-01-15
remove Cancelable from funciton body
Aleksey Kladov
-1
/
+1
2019-01-15
remove Cancelable from navigation target
Aleksey Kladov
-1
/
+1
2019-01-15
remove Cancelable from adt API
Aleksey Kladov
-1
/
+1
2019-01-12
args -> params
Florian Diebold
-1
/
+1
2019-01-12
Complete inherent methods
Florian Diebold
-3
/
+56
2019-01-10
dont complete () if they are already there
Aleksey Kladov
-1
/
+1
2019-01-09
show field types in completion
Aleksey Kladov
-7
/
+7
2019-01-08
fix usages after rename
Aleksey Kladov
-0
/
+121