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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-12
fix: filter unnecessary completions after colon
yue4u
-1
/
+0
2022-10-06
Pass context to env vars completion
btwotwo
-1
/
+1
2022-10-06
Use expanded version of text for env var completion
btwotwo
-1
/
+1
2022-10-06
Add stub for cargo environment variables auto completion
btwotwo
-0
/
+1
2022-09-13
Restructure `find_path` into a separate functions for modules and non-module ...
Lukas Wirth
-1
/
+1
2022-09-09
Add config to unconditionally prefer core imports over std
Lukas Wirth
-1
/
+6
2022-07-20
Enable extra warnings required by rust-lang/rust
Amos Wenger
-0
/
+2
2022-06-20
internal: Simplify some completions
Lukas Wirth
-3
/
+3
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-16
/
+21
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-2
/
+10
2022-06-20
Even more completion context filtering
Lukas Wirth
-82
/
+12
2022-06-20
Lift out PathKind variant fields into structs
Lukas Wirth
-12
/
+9
2022-06-20
Split remaining completion calls on the context kinds
Lukas Wirth
-52
/
+77
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-17
/
+19
2022-06-18
minor: Simplify
Lukas Wirth
-7
/
+10
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-22
/
+14
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-30
/
+91
2022-06-17
Split completion context module into definitions and analysis parts
Lukas Wirth
-1
/
+0
2022-06-03
Remove some of the unnecessary helpfer functions from CompletionContext
Lukas Wirth
-1
/
+0
2022-06-03
Move trait_impl completion analysis into CompletionContext
Lukas Wirth
-1
/
+0
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-0
/
+1
2022-05-30
Use char for trigger character
Lukas Wirth
-2
/
+2
2022-05-30
fix: visibility completion
yue4u
-24
/
+28
2022-05-13
fix: Fix fill-arguments completions not working
Lukas Wirth
-1
/
+1
2022-05-10
Move keyword expressions to expr completions module
Lukas Wirth
-1
/
+1
2022-05-07
minor: Move inferred type completions
Lukas Wirth
-1
/
+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
-27
/
+31
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
/
+216