index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
ide-completion
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-290
/
+510
2024-12-18
internal: Cleanup label structure of `CompletionItem`
Lukas Wirth
-1062
/
+1190
2024-12-16
fix: Fix path qualified auto-importing completions not working with re-exports
Lukas Wirth
-0
/
+42
2024-12-13
Show expansion errors in expand_macro feature
Lukas Wirth
-4
/
+7
2024-12-11
Properly handle different defaults for severity of lints
Chayim Refael Friedman
-1
/
+1
2024-12-09
Draft completion hashing
Kirill Bulatov
-2
/
+2
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-33
/
+25
2024-12-04
Merge pull request #18604 from ChayimFriedman2/complete-helpers
Lukas Wirth
-4
/
+95
2024-12-04
Complete derive helper attributes
Chayim Refael Friedman
-4
/
+95
2024-12-03
Remove references to platform-intrinsic ABI
Mark Murphy
-1
/
+0
2024-12-03
Advertise completions and inlay hints resolve server capabilities based on th...
Kirill Bulatov
-1
/
+13
2024-10-30
Merge pull request #18382 from dqkqd/issue-17042
Lukas Wirth
-3
/
+72
2024-10-28
Merge pull request #18420 from ChayimFriedman2/cfg-true-false
Lukas Wirth
-0
/
+2
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-14
/
+15
2024-10-27
Support `cfg(true)` and `cfg(false)`
Chayim Refael Friedman
-0
/
+2
2024-10-26
Use method syntax
MoskalykA
-1
/
+1
2024-10-26
Start using `Option::is_none_or`
MoskalykA
-2
/
+1
2024-10-24
fix: handle aliased pattern and simplify testcase
Khanh Duong Quoc
-23
/
+32
2024-10-24
refactor: separate function for getting import name
Khanh Duong Quoc
-7
/
+19
2024-10-23
fix: auto-complete import for aliased function and module
Khanh Duong Quoc
-2
/
+50
2024-10-21
Auto merge of #18360 - roife:safe-kw-3, r=Veykril
bors
-54
/
+146
2024-10-22
minor: refactor completions in item_list
roife
-27
/
+24
2024-10-21
feat: better completions for extern blcoks
roife
-18
/
+104
2024-10-21
refactor add_keywords in ide-completions for clarity
roife
-47
/
+56
2024-10-21
Auto merge of #18337 - dqkqd:issue-18287, r=Veykril
bors
-0
/
+18
2024-10-21
fix: private items are shown in completions for modules in fn body
Khanh Duong Quoc
-0
/
+18
2024-10-21
Update ide tests
Lukas Wirth
-1
/
+1
2024-10-01
Fix: Handle block exprs as modules when finding their parents
Shoyu Vanilla
-2
/
+8
2024-09-30
Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril
bors
-3
/
+30
2024-09-25
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+1
2024-09-24
Auto merge of #18161 - ChayimFriedman2:postfix-mut, r=Veykril
bors
-1
/
+52
2024-09-23
internal: Make COMPLETION_MARKER more explicitly r-a
Wilfred Hughes
-1
/
+1
2024-09-23
Support expect in attribute completion and hover
Laurențiu Nicola
-2
/
+25
2024-09-23
Omit completion fields to be resolved later
Kirill Bulatov
-4
/
+0
2024-09-23
Prepare for omittiong parts of completion data that need to be resolved
Kirill Bulatov
-3
/
+34
2024-09-22
Include dereferences in consuming postfix completions (e.g. `call`)
Chayim Refael Friedman
-0
/
+31
2024-09-22
Properly account for mutable references when postfix-completing consuming com...
Chayim Refael Friedman
-1
/
+21
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+1
2024-09-20
Auto merge of #18132 - ChayimFriedman2:fix-closure-semi, r=Veykril
bors
-32
/
+100
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-10
/
+22
2024-09-18
Extract logic to decide how to complete semicolon for unit-returning function...
Chayim Refael Friedman
-39
/
+73
2024-09-18
Don't complete `;` when in closure return expression
Chayim Refael Friedman
-24
/
+58
2024-09-12
Auto merge of #18038 - roife:fix-issue-18034, r=Veykril
bors
-1
/
+2
2024-09-10
refactor: introduce NameGenerator in suggest_name
roife
-1
/
+2
2024-09-08
Automatically add semicolon when completing unit-returning functions
Chayim Refael Friedman
-40
/
+192
2024-09-05
Add Definition kind for asm register classes
Lukas Wirth
-0
/
+1
2024-09-03
Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykril
bors
-0
/
+110
2024-09-03
tests: suggesting names in completions for let_stmt and fn_param
roife
-0
/
+73
2024-09-03
feat: suggest name in let_stmt and fn_param
roife
-0
/
+37
2024-09-02
Adjust completions scoring
Lukas Wirth
-50
/
+46
[next]