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-11-25
Revert "Prepare for omittiong parts of completion data that need to be resolved"
Kirill Bulatov
-34
/
+3
2024-11-25
Revert "Omit completion fields to be resolved later"
Kirill Bulatov
-0
/
+4
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
2024-09-02
Simplify CompletionRelevance
Lukas Wirth
-90
/
+85
2024-09-01
Complete desugared and resugared async fn in trait impls
Lukas Wirth
-55
/
+248
2024-09-01
feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl tra...
Yunfei
-1
/
+37
2024-08-30
fix(ide-completion): fix handling of `for` in `impl T for A` in function body
rami3l
-5
/
+81
2024-08-26
Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril
bors
-6
/
+6
2024-08-26
Show and render error lifetime args as `'_`
Aleksei Trifonov
-6
/
+6
2024-08-26
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
bors
-2
/
+4
2024-08-25
fix: Fix trait method completions not acknowledging Deref impls
Lukas Wirth
-0
/
+36
2024-08-24
Modify `hacks::parse_expr_from_str()` to take an edition too
Chayim Refael Friedman
-2
/
+4
2024-08-16
Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril
bors
-146
/
+406
2024-08-16
Properly account for editions in names
Chayim Refael Friedman
-146
/
+406
2024-08-16
Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril
bors
-3
/
+3
2024-08-16
Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock
Chayim Refael Friedman
-3
/
+3
2024-08-15
internal: Properly check the edition for edition dependent syntax kinds
Lukas Wirth
-2
/
+3
2024-08-10
fix: Fix find_path not respecting non-std preference config correctly
Lukas Wirth
-58
/
+24
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Unify package descriptions by adding references to "rust-analyzer"
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Simplify FileDelegate
Lukas Wirth
-2
/
+2
2024-07-29
Add test in `ide-completion/src/tests/item_list.rs`
Yunfei
-1
/
+3
2024-07-29
Cargo fmt
Yunfei
-3
/
+7
2024-07-29
feat(ide-completion): explictly show `async` keyword on `impl trait`
Yunfei
-2
/
+4
2024-07-21
fix: Allow flyimport to import primitive shadowing modules
Lukas Wirth
-0
/
+15
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-2
/
+2
[next]