index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_ide_api
/
src
/
completion
/
complete_scope.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify
Aleksey Kladov
2019-09-06
1
-38
/
+40
*
:arrow_up: insta
Aleksey Kladov
2019-08-29
1
-13
/
+13
*
Rerun cargo format, to make tests pass and formatting incorrect
Phil Ellison
2019-07-28
1
-5
/
+5
*
Remove vertical ellipses from tests in complete_scope.rs
Phil Ellison
2019-07-28
1
-243
/
+225
*
cargo format
Phil Ellison
2019-07-28
1
-59
/
+59
*
Inline snapshots for all tests in complete_scope.rs
Phil Ellison
2019-07-28
1
-103
/
+362
*
migrate ra_ide_api to the new rowan
Aleksey Kladov
2019-07-19
1
-2
/
+2
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-5
/
+5
*
Fix clippy::ptr_arg
Alan Du
2019-06-04
1
-2
/
+2
*
remove path_ident from CompletionContext
Aleksey Kladov
2019-04-22
1
-34
/
+36
*
move auto-imoprter into IDE
Aleksey Kladov
2019-04-22
1
-1
/
+54
*
complete_import: prevent panic when the anchor is the completion source range
Andrea Pretto
2019-04-21
1
-7
/
+17
*
complete_import: add new import resolver infrastructure with some hardcoded i...
Andrea Pretto
2019-04-21
1
-5
/
+50
*
hide resolver
Aleksey Kladov
2019-04-13
1
-1
/
+1
*
remove resolver from CompletonContext
Aleksey Kladov
2019-04-11
1
-1
/
+1
*
Refactor CallInfo function signatures to new FunctionSignature type
Ville Penttinen
2019-04-09
1
-1
/
+1
*
move testing functions
Aleksey Kladov
2019-02-24
1
-2
/
+1
*
move res completion to presentation
Aleksey Kladov
2019-02-24
1
-6
/
+2
*
Complete names from prelude
Florian Diebold
2019-02-13
1
-1
/
+20
*
reformat the world
Aleksey Kladov
2019-02-08
1
-7
/
+3
*
Complete extern prelude (again)
Florian Diebold
2019-02-04
1
-0
/
+14
*
Some cleanup and additional tests
Florian Diebold
2019-02-01
1
-24
/
+33
*
Use the new Resolver API in completion
Florian Diebold
2019-02-01
1
-46
/
+17
*
move completion item tests closer to the code
Aleksey Kladov
2019-01-23
1
-17
/
+0
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
1
-2
/
+2
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
1
-6
/
+14
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
1
-22
/
+24
*
switched to lowerd module
Aleksey Kladov
2019-01-19
1
-7
/
+4
*
remove Canceled from impl of ra_ide_api
Aleksey Kladov
2019-01-15
1
-8
/
+4
*
remove Cancelable from nameres
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from fn_scopes
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from Module API
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
Fix typo defenition -> definition
Marcus Klaas de Vries
2019-01-08
1
-1
/
+1
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+192