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
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
fix: Improve self param completion applicability
Lukas Wirth
-6
/
+9
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-4
/
+19
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-0
/
+1
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-51
/
+46
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-12
/
+18
2022-06-20
Lift out PathKind variant fields into structs
Lukas Wirth
-17
/
+21
2022-06-18
Consider walking up macro expansions when searching for surrounding entities ...
Lukas Wirth
-40
/
+45
2022-06-18
Move `CompletionContext::impl_def` into corresponding entities
Lukas Wirth
-18
/
+54
2022-06-18
Move `CompletionContext::incomplete_let` into `PathKind::Expr`
Lukas Wirth
-5
/
+5
2022-06-18
Move `CompletionContext::function_def` into `PathKind::Expr`
Lukas Wirth
-12
/
+52
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-75
/
+54
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-1
/
+4
2022-06-17
Inline PathQualifierCtx
Lukas Wirth
-8
/
+5
2022-06-17
internal: Collapse lift is_infer_qualifier into `Qualified` variant
Lukas Wirth
-11
/
+14
2022-06-17
Move existing_derives into PathKind::Derive
Lukas Wirth
-9
/
+9
2022-06-17
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
Lukas Wirth
-35
/
+33
2022-06-17
Simplify
Lukas Wirth
-59
/
+86
2022-06-17
Split out tests
Lukas Wirth
-397
/
+394
2022-06-17
Split completion context module into definitions and analysis parts
Lukas Wirth
-0
/
+1509