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
/
src
/
references
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test
Edwin Cheng
2020-03-22
1
-0
/
+57
*
find_usages limited to actual usages again
Matt Niemeir
2020-03-11
1
-0
/
+70
*
Renaming a local renames struct field shorthand
Matt Niemeir
2020-03-10
1
-5
/
+43
*
Struct field rename renames field in constructor field shorthand
Matt Niemeir
2020-03-10
1
-21
/
+79
*
Cleanup API
Aleksey Kladov
2020-03-04
1
-1
/
+0
*
Move SearchScope
Aleksey Kladov
2020-03-04
1
-144
/
+0
*
Move reference classification to ra_ide_db
Aleksey Kladov
2020-03-03
1
-84
/
+0
*
Rename NameDefinition -> Definition
Aleksey Kladov
2020-03-03
2
-21
/
+21
*
Simplify: remove couple of useless functions
Aleksey Kladov
2020-03-02
1
-4
/
+2
*
More principled approach for gotodef for field shorhand
Aleksey Kladov
2020-03-02
1
-8
/
+27
*
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
1
-1
/
+1
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
2
-31
/
+27
*
remove unneeded `collect`
adamrk
2020-02-21
1
-11
/
+7
*
use Vec::extend instead of Vec::push in loop
Adam Bratschi-Kaye
2020-02-21
1
-3
/
+1
*
rename module references
adamrk
2020-02-21
1
-0
/
+112
*
Merge NameDefinition and NameKind
Aleksey Kladov
2020-02-19
2
-21
/
+8
*
Derive visibility as well
Aleksey Kladov
2020-02-19
2
-14
/
+11
*
Don't store deriveable Module info in NameDefinition
Aleksey Kladov
2020-02-19
2
-16
/
+19
*
Handle macro token cases for rename
Edwin Cheng
2020-02-09
1
-0
/
+19
*
Remove irrelevant distinction
Aleksey Kladov
2020-02-07
1
-10
/
+18
*
Move NameKind up
Aleksey Kladov
2020-02-06
3
-246
/
+53
*
cleanup imports
Aleksey Kladov
2020-02-06
4
-5
/
+5
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
1
-2
/
+4
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
1
-6
/
+4
*
Create modules via SourceBinder
Aleksey Kladov
2020-01-16
2
-16
/
+8
*
Move module to SourceBinder
Aleksey Kladov
2020-01-16
2
-2
/
+2
*
Move more stuff to SourceBinder
Aleksey Kladov
2020-01-16
1
-2
/
+2
*
Make FromSource private
Aleksey Kladov
2020-01-16
1
-2
/
+2
*
Only new-style classification
Aleksey Kladov
2020-01-15
1
-14
/
+1
*
Make syntax highlighting linear
Aleksey Kladov
2020-01-15
1
-46
/
+63
*
Some clippy lints
kjeremy
2020-01-13
1
-2
/
+1
*
Adds a way to limits reference search by StructLiteral
Mikhail Modin
2020-01-08
1
-1
/
+7
*
Fix resolve for field init shorthand
Aleksey Kladov
2019-12-20
1
-4
/
+5
*
Cleanup Crate API
Aleksey Kladov
2019-12-08
1
-10
/
+6
*
Rename GenericParam -> TypeParam
Aleksey Kladov
2019-12-07
2
-7
/
+7
*
Get the right analyzer for impls
Aleksey Kladov
2019-12-07
1
-1
/
+0
*
Classify name works for TypeParams
Aleksey Kladov
2019-12-07
1
-0
/
+9
*
Push identifier check to rename function
Wilco Kusee
2019-11-29
1
-1
/
+8
*
Test rename for various identifiers
Wilco Kusee
2019-11-29
1
-0
/
+43
*
Rename Source -> InFile
Aleksey Kladov
2019-11-28
2
-4
/
+4
*
rename ra_ide_api -> ra_ide
Aleksey Kladov
2019-11-27
4
-0
/
+742