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-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
2022-05-30
More precise completion filtering
Lukas Wirth
-7
/
+105
2022-05-24
Simplify
Lukas Wirth
-8
/
+1
2022-05-24
internal: Refactor our record pat/expr handling in completion context
Lukas Wirth
-20
/
+55
2022-05-24
internal: Simplify DotAccess representation in completions
Lukas Wirth
-15
/
+22
2022-05-23
fix: Fix completions not working after attributes
Lukas Wirth
-4
/
+1
2022-05-19
fix: Fix incorrect expected type in completions for match arms
Lukas Wirth
-2
/
+42
2022-05-13
Fix tests
Jonas Schievink
-1
/
+1
2022-05-10
Move keyword expressions to expr completions module
Lukas Wirth
-7
/
+8
2022-05-10
Simplify
Lukas Wirth
-8
/
+1
2022-05-07
fix unreachable pub
Lukas Wirth
-4
/
+2
2022-05-07
Merge the different identifier contexts into one enum
Lukas Wirth
-42
/
+103
2022-05-07
Split namelike into the corresponding completion contexts
Lukas Wirth
-78
/
+86
2022-05-07
Introduce NameRefContext
Lukas Wirth
-39
/
+100
2022-05-06
fix: Fix snippets triggering where they shouldn't
Lukas Wirth
-42
/
+57
[next]