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
/
crates
/
ide-completion
/
src
/
completions.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-16
feat: do not remove other variants, just push them down in list
feniljain
-5
/
+1
2023-03-14
fix: use compute_type_match correctly and update tests accordingly
feniljain
-2
/
+0
2022-12-17
feat: filter already present enum variants in match arms
feniljain
-9
/
+16
2022-12-17
feat: bump variant suggestion for enums in patterns completion
feniljain
-0
/
+2
2022-10-06
Add stub for cargo environment variables auto completion
btwotwo
-0
/
+1
2022-09-13
Restructure `find_path` into a separate functions for modules and non-module ...
Lukas Wirth
-3
/
+5
2022-09-09
Add config to unconditionally prefer core imports over std
Lukas Wirth
-1
/
+3
2022-08-09
Fix pattern field completions not working for unions
Lukas Wirth
-1
/
+0
2022-07-28
fix: Fix pattern completions adding unnecessary braces
Lukas Wirth
-2
/
+11
2022-07-20
Run cargo fmt
Amos Wenger
-3
/
+16
2022-07-20
Run cargo fix --edition-idioms
Amos Wenger
-34
/
+34
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-12
/
+24
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-2
/
+22
2022-07-02
fix: variants rendering in pattern path
yue4u
-0
/
+6
2022-06-20
internal: Simplify some completions
Lukas Wirth
-26
/
+14
2022-06-20
Reimplement auto-ref completions for fields
Lukas Wirth
-0
/
+2
2022-06-20
Remove pattern rendering hack
Lukas Wirth
-7
/
+45
2022-06-20
fix: Don't trigger pattern completions when typing a wildcard pattern
Lukas Wirth
-1
/
+5
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-13
/
+56
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-2
/
+2
2022-06-20
Remove some usages of `Completions::add_resolution`
Lukas Wirth
-21
/
+18
2022-06-20
Even more completion context filtering
Lukas Wirth
-1
/
+121
2022-06-18
Move `CompletionContext::impl_def` into corresponding entities
Lukas Wirth
-1
/
+3
2022-06-18
Move `CompletionContext::incomplete_let` into `PathKind::Expr`
Lukas Wirth
-2
/
+18
2022-06-03
Move trait_impl completion analysis into CompletionContext
Lukas Wirth
-1
/
+0
2022-06-03
Deduplicate
Lukas Wirth
-0
/
+20
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-0
/
+1
2022-05-07
minor: Move inferred type completions
Lukas Wirth
-19
/
+1
2022-05-05
internal: Remove unqualified_path completions module
Lukas Wirth
-1
/
+0
2022-05-05
internal: Remove unqualified_path completions module
Lukas Wirth
-1
/
+2
2022-05-05
internal: Lift out item list path completions from (un)qualified_path
Lukas Wirth
-0
/
+1
2022-05-01
style: rename crates to kebab case
Peh
-0
/
+418