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-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-41
/
+47
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-0
/
+2
2025-03-09
Rank ADT constructors as constructors for completion scoring
Lukas Wirth
-12
/
+102
2025-03-07
Refactor relevance scoring to use a named constant BASE_SCORE
Tongjun Gao
-3
/
+5
2025-03-07
Fix logical error in relevance scoring implementation
Tongjun Gao
-3
/
+3
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-0
/
+2
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-41
/
+47
2025-03-06
Adjust relevance scoring threshold to consistent with existing implementations
Tongjun Gao
-1
/
+1
2025-03-05
Merge pull request #19279 from Natural-selection1/master
Lukas Wirth
-1
/
+51
2025-03-05
add test cases for 'letm' keyword completion
Tongjun Gao
-0
/
+19
2025-03-05
minicore: Add size_of to prelude and add rust_2024 prelude
Thalia Archibald
-0
/
+1
2025-03-04
change 'let mut' keyword completion into 'ietm' snippet
Tongjun Gao
-2
/
+2
2025-03-04
Improve keyword completion for 'let' and 'let mut'
Tongjun Gao
-1
/
+32
2025-03-03
Merge pull request #19226 from Shourya742/2025-02-25-fix-completion-ref-matching
Chayim Refael Friedman
-3
/
+25
2025-02-28
add test
bit-aloo
-0
/
+24
2025-02-28
Avoid suggesting redundant borrowing in completion results
bit-aloo
-3
/
+1
2025-02-27
fix doc tests
BenjaminBrienen
-12
/
+13
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-23
Include private items in completions for local crates
Tim Hutt
-1
/
+4
2025-02-10
Fix postfix completions inside macros
Chayim Refael Friedman
-27
/
+64
2025-01-28
Merge pull request #19015 from Wilfred/mdbook
Lukas Wirth
-14
/
+16
2025-01-28
Disable `Receiver` based autoderef temporarily
Lukas Wirth
-3
/
+1
2025-01-27
Merge pull request #19050 from ChayimFriedman2/iter-self
Lukas Wirth
-1
/
+25
2025-01-27
Don't suggest `into_iter().method()` on iterators
Chayim Refael Friedman
-1
/
+25
2025-01-27
Fix #[rustc_deprecated_safe_2024]
Chayim Refael Friedman
-1
/
+1
2025-01-27
Merge pull request #19037 from ChayimFriedman2/fix-other-test
Lukas Wirth
-8
/
+83
2025-01-26
Support RFC 2396
Chayim Refael Friedman
-9
/
+13
2025-01-26
In completion's expand, consider recursion stop condition (when we're not ins...
Chayim Refael Friedman
-8
/
+83
2025-01-26
Don't complete doc(hidden) enum variants and use trees
Chayim Refael Friedman
-55
/
+102
2025-01-25
Skip redundant path search in `resolve_completion_edits`
Lukas Wirth
-36
/
+11
2025-01-25
Fix flyimport not filtering via stability of import path
Lukas Wirth
-12
/
+50
2025-01-24
manual: Convert to mdbook
Wilfred Hughes
-14
/
+16
2025-01-24
Merge pull request #19012 from ShoyuVanilla/arbitrary-self
Lukas Wirth
-0
/
+30
2025-01-24
feat: Implement `arbitrary-self-types`
Shoyu Vanilla
-0
/
+30
2025-01-24
Merge pull request #18993 from ChayimFriedman2/iter-config
Lukas Wirth
-56
/
+69
2025-01-21
Provide a config to control auto-insertion of `await` and `iter()`
Chayim Refael Friedman
-56
/
+69
2025-01-21
Sort completion items that skip `await` and `iter()` behind those that don't
Chayim Refael Friedman
-0
/
+26
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-52
/
+36
2025-01-21
Merge pull request #18977 from ChayimFriedman2/fix-upmapping
Lukas Wirth
-13
/
+68
2025-01-20
Fix another bug with completion of trait items inside macros
Chayim Refael Friedman
-11
/
+36
2025-01-20
Fix import search not discarding rawness
Lukas Wirth
-5
/
+6
2025-01-20
Properly record meaningful imports as re-exports in symbol index
Lukas Wirth
-2
/
+4
2025-01-19
Fix missing upmapping in trait impls completion
Chayim Refael Friedman
-3
/
+33
2025-01-16
Merge pull request #18952 from lh123/add-raw-keyword-complete
Lukas Wirth
-2
/
+138
2025-01-16
don't complete `raw` in `&mut $0`
lh123
-7
/
+31
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
[next]