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_db
/
src
/
defs.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix classify_name_ref on multi-path macro calls
Jonas Schievink
2020-07-14
1
-2
/
+8
*
In field patterns, don't highlight local binding as a field
Aleksey Kladov
2020-06-10
1
-3
/
+6
*
Swap `into_definition` and `definition` semantics for `FieldShorthand` variant
unexge
2020-06-08
1
-2
/
+2
*
Add `FieldShorthand` variant to `NameClass`
unexge
2020-06-08
1
-26
/
+30
*
Add goto def for enum variant field
unexge
2020-06-06
1
-0
/
+6
*
Add hover actions as LSP extension
vsrs
2020-06-05
1
-1
/
+1
*
Remove cross-crate marks
Aleksey Kladov
2020-05-20
1
-8
/
+2
*
New definition_visibility method
Fedor Sakharov
2020-05-11
1
-13
/
+2
*
Also for consts and type aliases
Fedor Sakharov
2020-05-11
1
-0
/
+2
*
Find references to a function outside module
Fedor Sakharov
2020-05-11
1
-0
/
+1
*
Remove HasVisibility implementation
Fedor Sakharov
2020-05-07
1
-2
/
+5
*
Fix rename of enum variant visible from module
Fedor Sakharov
2020-05-06
1
-1
/
+4
*
refactor: use parent instead ancestors for use alias
Benjamin Coenen
2020-05-04
1
-1
/
+1
*
add support of use alias semantic in definition #4202
Benjamin Coenen
2020-05-02
1
-5
/
+9
*
wip
Benjamin Coenen
2020-05-01
1
-1
/
+7
*
Rename StructField -> Field
Aleksey Kladov
2020-04-25
1
-11
/
+11
*
Fix goto definition for record patterns
Aleksey Kladov
2020-04-18
1
-0
/
+9
*
Make records grammar more orthogonal
Aleksey Kladov
2020-04-11
1
-1
/
+1
*
Add ItemScope::visibility_of
Edwin Cheng
2020-03-24
1
-23
/
+8
*
Support cross-crate marks
Aleksey Kladov
2020-03-04
1
-0
/
+6
*
Move reference classification to ra_ide_db
Aleksey Kladov
2020-03-03
1
-3
/
+75
*
Rename NameDefinition -> Definition
Aleksey Kladov
2020-03-03
1
-43
/
+44
*
Refactor reference search a bit
Aleksey Kladov
2020-03-03
1
-1
/
+27
*
Simplify: remove couple of useless functions
Aleksey Kladov
2020-03-02
1
-19
/
+11
*
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
1
-2
/
+2
*
Fix highlighting of const patterns
Aleksey Kladov
2020-02-28
1
-0
/
+6
*
Classify name takes const patterns into account
Aleksey Kladov
2020-02-28
1
-1
/
+26
*
Fix union classification
Aleksey Kladov
2020-02-28
1
-0
/
+4
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
1
-33
/
+17
*
Merge NameDefinition and NameKind
Aleksey Kladov
2020-02-19
1
-35
/
+20
*
Derive visibility as well
Aleksey Kladov
2020-02-19
1
-39
/
+44
*
Don't store deriveable Module info in NameDefinition
Aleksey Kladov
2020-02-19
1
-43
/
+37
*
Rename
Aleksey Kladov
2020-02-07
1
-4
/
+4
*
Remove irrelevant distinction
Aleksey Kladov
2020-02-07
1
-28
/
+4
*
Fix tests
Aleksey Kladov
2020-02-06
1
-1
/
+1
*
Add a fixme note
Aleksey Kladov
2020-02-06
1
-0
/
+2
*
Move NameKind up
Aleksey Kladov
2020-02-06
1
-0
/
+194