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_path.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-24
Rename Type => TypeAlias
Florian Diebold
-1
/
+1
2019-02-24
move testing functions
Aleksey Kladov
-5
/
+2
2019-02-24
move res completion to presentation
Aleksey Kladov
-34
/
+5
2019-02-24
simplify
Aleksey Kladov
-31
/
+31
2019-02-24
move enum-variants to presentation
Aleksey Kladov
-21
/
+5
2019-02-24
simplify
Aleksey Kladov
-1
/
+1
2019-02-24
move function rendering to presentation
Aleksey Kladov
-8
/
+1
2019-02-12
Implement completion for associated items
Laurențiu Nicola
-1
/
+103
2019-02-11
fix regression in self-referential completion
Aleksey Kladov
-13
/
+23
2019-02-11
use extern prelude in Resolver
Aleksey Kladov
-0
/
+16
2019-02-08
reformat the world
Aleksey Kladov
-8
/
+4
2019-02-01
Some cleanup and additional tests
Florian Diebold
-0
/
+11
2019-02-01
Make the Resolution variants tuple variants
Florian Diebold
-2
/
+2
2019-02-01
Cleanup
Florian Diebold
-3
/
+3
2019-02-01
Use the new Resolver API in completion
Florian Diebold
-6
/
+6
2019-01-25
Add module documentation support
Jeremy A. Kolb
-0
/
+16
2019-01-25
EnumVariant details for completion
Jeremy A. Kolb
-1
/
+34
2019-01-25
pack enum variants into arena
Aleksey Kladov
-5
/
+5
2019-01-25
Migrate trait & type to new ids
Aleksey Kladov
-6
/
+1
2019-01-25
move consts&statics to new id
Aleksey Kladov
-0
/
+2
2019-01-24
adapt ide_api to the new API
Aleksey Kladov
-1
/
+4
2019-01-24
adapt ide_api to the new API
Aleksey Kladov
-20
/
+15
2019-01-24
update ide_api to new hir
Aleksey Kladov
-0
/
+2
2019-01-24
Change ids strategy
Aleksey Kladov
-17
/
+20
2019-01-23
Fix snap
Jeremy A. Kolb
-1
/
+7
2019-01-23
Add way of getting docs from the code model and use for completion
Jeremy A. Kolb
-1
/
+4
2019-01-23
move completion item tests closer to the code
Aleksey Kladov
-26
/
+0
2019-01-20
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
-2
/
+2
2019-01-20
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
-6
/
+14
2019-01-19
refactor completions to use TextEdit instead of InsertText
gfreezy
-10
/
+11
2019-01-15
remove Canceled from impl of ra_ide_api
Aleksey Kladov
-6
/
+4
2019-01-15
remove Cancelable from nameres
Aleksey Kladov
-2
/
+2
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-10
Use name resolution for goto definition
Florian Diebold
-3
/
+3
2019-01-10
Merge #470
bors[bot]
-8
/
+9
2019-01-10
dont complete () if they are already there
Aleksey Kladov
-0
/
+14
2019-01-10
Save variant names in EnumData to reduce needless queries
Marcus Klaas de Vries
-10
/
+5
2019-01-10
Implement type inference for enum variants
Marcus Klaas de Vries
-8
/
+14
2019-01-08
fix usages after rename
Aleksey Kladov
-0
/
+128