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
Age
Commit message (
Expand
)
Author
Lines
2022-07-17
Check for local IDs belong to same definition
iDawer
-0
/
+22
2022-07-16
fix: Improve self param completion applicability
Lukas Wirth
-9
/
+21
2022-07-14
Auto merge of #12735 - feniljain:fix-completions, r=feniljain
bors
-24
/
+13
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-24
/
+13
2022-07-11
Fix config keys regarding imports in docs
TonalidadeHidrica
-1
/
+1
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-1
/
+1
2022-07-07
check arg_idx >= n_params only if arg_idx >= n_required_params
Hongxu Xu
-5
/
+5
2022-07-07
Handle generic args per arg index
Hongxu Xu
-30
/
+33
2022-07-06
Show only assoc type args in the correct arg pos
Hongxu Xu
-1
/
+17
2022-07-05
Complete associated type only in trait generic arg
Hongxu Xu
-29
/
+54
2022-07-02
Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril
bors
-4
/
+2
2022-07-02
Auto merge of #12678 - Veykril:flyimport, r=Veykril
bors
-4
/
+8
2022-07-02
fix: Trigger flyimport completions in item lists again
Lukas Wirth
-4
/
+8
2022-07-02
fix: variants rendering in pattern path
yue4u
-4
/
+2
2022-07-01
Auto merge of #12636 - xuhongxu96:fix-12148, r=Veykril
bors
-2
/
+3
2022-06-27
Auto merge of #12635 - antogilbert:tgt_feat, r=Veykril
bors
-2
/
+2
2022-06-27
fix: deduplicate cfg completions
Manas
-1
/
+2
2022-06-26
complete raw identifier with "r#" prefix
Hongxu Xu
-2
/
+3
2022-06-26
Correct target_feature completion
Antonello Palazzi
-2
/
+2
2022-06-20
internal: Simplify some completions
Lukas Wirth
-185
/
+93
2022-06-20
Reimplement auto-ref completions for fields
Lukas Wirth
-4
/
+26
2022-06-20
Remove pattern rendering hack
Lukas Wirth
-49
/
+74
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-1
/
+5
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-90
/
+172
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-9
/
+10
2022-06-20
Remove some usages of `Completions::add_resolution`
Lukas Wirth
-33
/
+44
2022-06-20
Even more completion context filtering
Lukas Wirth
-172
/
+126
2022-06-20
Lift out PathKind variant fields into structs
Lukas Wirth
-49
/
+34
2022-06-20
Split remaining completion calls on the context kinds
Lukas Wirth
-62
/
+51
2022-06-18
Move `CompletionContext::impl_def` into corresponding entities
Lukas Wirth
-22
/
+36
2022-06-18
Move `CompletionContext::incomplete_let` into `PathKind::Expr`
Lukas Wirth
-1
/
+5
2022-06-18
Move `CompletionContext::function_def` into `PathKind::Expr`
Lukas Wirth
-23
/
+28
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-10
/
+12
2022-06-18
minor: Simplify
Lukas Wirth
-68
/
+37
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-67
/
+120
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-276
/
+372
2022-06-17
Remove superfluous early returns
Lukas Wirth
-59
/
+41
2022-06-17
Inline PathQualifierCtx
Lukas Wirth
-27
/
+25
2022-06-17
internal: Collapse lift is_infer_qualifier into `Qualified` variant
Lukas Wirth
-27
/
+21
2022-06-17
Move existing_derives into PathKind::Derive
Lukas Wirth
-9
/
+11
2022-06-17
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
Lukas Wirth
-109
/
+93
2022-06-17
Simplify
Lukas Wirth
-6
/
+5
2022-06-17
Remove ImmediateLocation in favor of PathKind::Type
Lukas Wirth
-29
/
+28
2022-06-17
Move more ImmediateLocation::TypeAnnotation into PathKind::Type
Lukas Wirth
-8
/
+16
2022-06-17
Introduce NameRefKind for completions
Lukas Wirth
-51
/
+90
2022-06-16
disable private editable in TEST_CONFIG by default
Hongxu Xu
-5
/
+107
2022-06-10
Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril
bors
-7
/
+24
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-4
/
+6
2022-06-09
feat: append :: after
yue4u
-13
/
+19
2022-06-08
fix: show non-std enum in a fresh use tree completion
yue4u
-3
/
+14
[next]