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
about
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
2025-01-16
feat: complete raw, const keyword
lh123
-2
/
+114
2025-01-16
Minor docs improvement
Lukas Wirth
-16
/
+16
2025-01-16
Add edit test for await skipping completions
Lukas Wirth
-0
/
+28
2025-01-16
Add missing `#[rust_analyzer::rust_fixture]` annotations
Lukas Wirth
-1
/
+5
2025-01-16
Merge pull request #18927 from ChayimFriedman2/skip-iter-await
Lukas Wirth
-59
/
+165
2025-01-15
Add smart completions that skip `await` or `iter()` and `into_iter()`
Chayim Refael Friedman
-59
/
+165
2025-01-13
feat: Add dereferencing autocomplete
boattime
-33
/
+100
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-22
/
+52
2025-01-09
Merge pull request #18889 from ChayimFriedman2/subtle-completion
Lukas Wirth
-1
/
+2
2025-01-09
Fix actual token lookup in completion's `expand()`
Chayim Refael Friedman
-1
/
+2
2025-01-08
refactor test helpers within ide-completions
Vishruth-Thimmaiah
-448
/
+322
2025-01-08
Merge pull request #18884 from Veykril/push-xwqkorxozzkq
Lukas Wirth
-30
/
+27
2025-01-08
fix: Fix `env`/`option_env` macro check disregarding macro_rules definitions
Lukas Wirth
-30
/
+27
2025-01-08
Merge pull request #18855 from Giga-Bowser/migrate-if-let
Lukas Wirth
-1
/
+1
2025-01-07
fix: do not offer completions within macro strings
Vishruth-Thimmaiah
-0
/
+31
2025-01-07
Merge pull request #18853 from ChayimFriedman2/no-completion
Laurențiu Nicola
-0
/
+72
2025-01-06
internal: `make::expr_prefix` should return `ast::PrefixExpr`
Giga Bowser
-1
/
+1
2025-01-06
Fix case where completion inside macro that expands to `#[test]` was unavailable
Chayim Refael Friedman
-0
/
+72
2025-01-06
minor: New clippy lints
Lukas Wirth
-24
/
+19
2025-01-04
Hide synthetic locals from completions
Lukas Wirth
-0
/
+85
2025-01-01
Cleanup
Lukas Wirth
-1
/
+0
2025-01-01
Revamp auto-import exclude config
Lukas Wirth
-35
/
+44
2025-01-01
Simplify completion config path resolutions
Lukas Wirth
-94
/
+44
2025-01-01
Reduce the default autoimport exclusion list
Lukas Wirth
-71
/
+83
2025-01-01
Allow flyimporting excluded trait items if there is an exact match in the name
Chayim Refael Friedman
-3
/
+51
2025-01-01
Allow excluding specific traits from completion
Chayim Refael Friedman
-37
/
+613
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
[prev]
[next]