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
/
ide_db
/
src
/
helpers
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Do trait solving in batch
Kirill Bulatov
2021-01-17
1
-95
/
+97
|
*
Draft the working completion
Kirill Bulatov
2021-01-17
1
-10
/
+20
|
*
Add flyimport completion for trait assoc items
Kirill Bulatov
2021-01-16
1
-100
/
+186
|
*
Share import_assets and related entities
Kirill Bulatov
2021-01-16
2
-0
/
+273
|
*
Add Unmerge Use assist
unexge
2021-01-15
1
-1
/
+1
|
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-2
/
+8
|
*
Render Fn* trait objects and impl types as rust does
Lukas Wirth
2021-01-13
1
-0
/
+1
|
*
Move FamousDefs fixture out into its own file
Lukas Wirth
2021-01-12
1
-0
/
+119
|
*
Do not merge imports with different attributes
Jesse Bakker
2020-12-18
2
-1
/
+28
|
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
2
-18
/
+18
|
*
Extract tests module to file in ide_db crate
Daiki Ihara
2020-12-03
2
-638
/
+621
|
*
Fix use merging not using the first path segment
Lukas Wirth
2020-11-30
1
-1
/
+10
|
*
Move the helpers into ide_db
Kirill Bulatov
2020-11-28
1
-0
/
+1204