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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
3
-21
/
+36
*
Phase out SourceFileEdits in favour of a plain HashMap
Lukas Wirth
2021-01-14
1
-25
/
+25
*
Group file source edits by FileId
Lukas Wirth
2021-01-14
1
-12
/
+42
*
Merge #7260
bors[bot]
2021-01-14
2
-88
/
+121
|
\
|
*
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
2
-88
/
+120
*
|
Rename FileReferences -> UsageSearchResult
Lukas Wirth
2021-01-12
1
-6
/
+5
*
|
Ensure uniqueness of file ids in reference search via hashmap
Lukas Wirth
2021-01-12
1
-19
/
+29
*
|
Group references by FileId
Lukas Wirth
2021-01-12
1
-37
/
+64
|
/
*
Merge #7218
bors[bot]
2021-01-10
1
-1
/
+1
|
\
|
*
Fixed typos in code comments
Vincent Esche
2021-01-09
1
-1
/
+1
*
|
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
2
-22
/
+16
|
/
*
Merge #7145
bors[bot]
2021-01-08
1
-0
/
+1
|
\
|
*
Proper handling $crate Take 2
Edwin Cheng
2021-01-07
1
-0
/
+1
*
|
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
3
-37
/
+37
*
|
Remove some stale deprecations
Aleksey Kladov
2021-01-07
1
-1
/
+0
*
|
Align config's API with usage
Aleksey Kladov
2021-01-06
1
-2
/
+18
*
|
Code review fixes
Kirill Bulatov
2021-01-04
1
-3
/
+18
|
/
*
Fix type error with .and_then
Nick Spain
2021-01-02
1
-15
/
+14
*
Handle not finding range in Definition::search_scope
Nick Spain
2021-01-02
1
-12
/
+36
*
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
1
-0
/
+2
*
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
1
-12
/
+12
*
Merge #7080
bors[bot]
2021-01-01
1
-2
/
+11
|
\
|
*
Add ConstParams to the ide layer
Lukas Wirth
2021-01-01
1
-2
/
+11
*
|
Avoid a couple of allocations
Laurențiu Nicola
2020-12-29
1
-6
/
+6
*
|
Add docs and optimisations
Kirill Bulatov
2020-12-28
1
-3
/
+3
*
|
Better query api and fuzzy search
Kirill Bulatov
2020-12-28
1
-7
/
+6
*
|
Draft the module exclusion in modules
Kirill Bulatov
2020-12-28
1
-2
/
+8
|
/
*
Support labels in reference search
Lukas Wirth
2020-12-24
1
-5
/
+13
*
Add initial_contents field for CreateFile
Daiki Ihara
2020-12-21
1
-1
/
+1
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
2
-3
/
+3
*
Don't expose SyntaxKind from IDE API
Aleksey Kladov
2020-12-18
1
-8
/
+40
*
Do not merge imports with different attributes
Jesse Bakker
2020-12-18
2
-1
/
+28
*
Rename ImplDef -> Impl
Aleksey Kladov
2020-12-17
2
-3
/
+3
*
Merge #6907
bors[bot]
2020-12-17
3
-18
/
+107
|
\
|
*
Lifetime reference search
Lukas Wirth
2020-12-16
3
-18
/
+107
*
|
Remove `module_lang_items`
Jonas Schievink
2020-12-16
1
-1
/
+0
|
/
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
2
-8
/
+2
*
Add find usages for enum constructors
Daiki Ihara
2020-12-14
1
-0
/
+15
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
2
-18
/
+18
*
Introduce anchored_path
Aleksey Kladov
2020-12-09
2
-7
/
+7
*
Merge #6750
bors[bot]
2020-12-08
1
-1
/
+0
|
\
|
*
Remove documentation query
Lukas Wirth
2020-12-07
1
-1
/
+0
*
|
Tweak the search query params for better lookup speed
Kirill Bulatov
2020-12-08
1
-1
/
+9
*
|
Disable the completion for no corresponding client resolve capabilities
Kirill Bulatov
2020-12-07
1
-12
/
+2
*
|
Remove the state
Kirill Bulatov
2020-12-07
1
-31
/
+1
*
|
Make completion resolve async
Kirill Bulatov
2020-12-07
1
-1
/
+31
|
/
*
Add slightly more profiling details
Jonas Schievink
2020-12-04
1
-1
/
+1
*
Extract tests module to file in ide_db crate
Daiki Ihara
2020-12-03
8
-1441
/
+1419
*
Fix use merging not using the first path segment
Lukas Wirth
2020-11-30
1
-1
/
+10
[next]