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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-17
feat: filter already present enum variants in match arms
feniljain
-0
/
+2
2022-11-27
fix: also exclude 2 coloncolon in a row
yue4u
-2
/
+7
2022-11-27
fix: only special casing 3 colon in a row
yue4u
-19
/
+3
2022-11-20
fix: remove insufficient check for coloncolon
yue4u
-3
/
+0
2022-11-20
Update crates/ide-completion/src/context.rs
yue
-1
/
+1
2022-11-12
fix: filter unnecessary completions after colon
yue4u
-1
/
+41
2022-10-10
Auto merge of #13386 - Veykril:completions-ref, r=Veykril
bors
-17
/
+26
2022-10-10
Refactor completions expansion
Lukas Wirth
-17
/
+26
2022-10-10
Honor cfg attributes on params when lowering their patterns
Lukas Wirth
-1
/
+1
2022-08-23
fix: Fix reference autocompletions using incorrect offsets in macro inputs
Lukas Wirth
-0
/
+3
2022-08-09
Fix pattern field completions not working for unions
Lukas Wirth
-0
/
+1
2022-07-28
fix: Calculate completions after type anchors
Lukas Wirth
-1
/
+4
2022-07-23
fix: Don't add braces to 'if' completion in match guard position
Dorian Scheidt
-0
/
+3
2022-07-20
Run cargo fix --edition-idioms
Amos Wenger
-1
/
+1
2022-07-16
Auto merge of #12773 - Veykril:self-compl, r=Veykril
bors
-1
/
+8
2022-07-16
fix: Improve self param completion applicability
Lukas Wirth
-1
/
+8
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-9
/
+35
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-2
/
+22
2022-06-27
fix: Fix completions for locals not working properly inside macro calls
Lukas Wirth
-1
/
+5
2022-06-20
internal: Simplify some completions
Lukas Wirth
-1
/
+27
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-0
/
+2
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-11
/
+4
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-12
/
+10
2022-06-20
Even more completion context filtering
Lukas Wirth
-1
/
+4
2022-06-20
Lift out PathKind variant fields into structs
Lukas Wirth
-13
/
+22
2022-06-18
Move `CompletionContext::impl_def` into corresponding entities
Lukas Wirth
-7
/
+4
2022-06-18
Move `CompletionContext::incomplete_let` into `PathKind::Expr`
Lukas Wirth
-4
/
+1
2022-06-18
Move `CompletionContext::function_def` into `PathKind::Expr`
Lukas Wirth
-4
/
+2
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-8
/
+8
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-36
/
+1
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-18
/
+4
2022-06-17
Inline PathQualifierCtx
Lukas Wirth
-13
/
+9
2022-06-17
internal: Collapse lift is_infer_qualifier into `Qualified` variant
Lukas Wirth
-2
/
+6
2022-06-17
Move existing_derives into PathKind::Derive
Lukas Wirth
-4
/
+3
2022-06-17
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
Lukas Wirth
-7
/
+15
2022-06-17
Simplify
Lukas Wirth
-0
/
+4
2022-06-17
Split out tests
Lukas Wirth
-0
/
+2
2022-06-17
Split completion context module into definitions and analysis parts
Lukas Wirth
-1420
/
+5
2022-06-17
Remove ImmediateLocation in favor of PathKind::Type
Lukas Wirth
-40
/
+58
2022-06-17
Move more ImmediateLocation::TypeAnnotation into PathKind::Type
Lukas Wirth
-44
/
+124
2022-06-17
Introduce NameRefKind for completions
Lukas Wirth
-39
/
+38
2022-06-03
Remove some of the unnecessary helpfer functions from CompletionContext
Lukas Wirth
-31
/
+9
2022-06-03
Simplify
Lukas Wirth
-1
/
+1
2022-06-03
Move trait_impl completion analysis into CompletionContext
Lukas Wirth
-117
/
+137
2022-06-03
Remove prev-sibling completion machinery
Lukas Wirth
-12
/
+16
2022-06-03
More precise where keyword completions
Lukas Wirth
-24
/
+18
2022-06-03
Remove dead code
Lukas Wirth
-8
/
+0
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-3
/
+7
2022-06-03
internal: Move most remaining keyword completions to item list completions
Lukas Wirth
-22
/
+25
2022-05-31
minor: Remove unused code
Lukas Wirth
-1
/
+0
[next]