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
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