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
/
completion_context.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-24
complete patterns
Aleksey Kladov
-0
/
+14
2019-02-24
complete struct literals
Aleksey Kladov
-0
/
+6
2019-02-17
Don't render `()` in calls to assoc functions
Aleksey Kladov
-6
/
+7
2019-02-08
reformat the world
Aleksey Kladov
-6
/
+2
2019-02-06
Some clippy cleanups
kjeremy
-6
/
+3
2019-02-01
Cleanup
Florian Diebold
-1
/
+1
2019-02-01
Use the new Resolver API in completion
Florian Diebold
-1
/
+4
2019-01-24
update ide_api to new hir
Aleksey Kladov
-1
/
+1
2019-01-23
fix completion bugs
gfreezy
-5
/
+3
2019-01-20
fix tests
gfreezy
-1
/
+1
2019-01-20
workaround for trigger character
gfreezy
-1
/
+5
2019-01-20
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
-1
/
+4
2019-01-19
refactor completions to use TextEdit instead of InsertText
gfreezy
-1
/
+5
2019-01-15
remove Canceled from impl of ra_ide_api
Aleksey Kladov
-5
/
+4
2019-01-15
remove Cancelable from source binders
Aleksey Kladov
-1
/
+1
2019-01-10
dont complete () if they are already there
Aleksey Kladov
-4
/
+10
2019-01-08
fix usages after rename
Aleksey Kladov
-0
/
+205