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
/
tests
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
Auto merge of #12773 - Veykril:self-compl, r=Veykril
bors
-0
/
+84
2022-07-16
fix: Improve self param completion applicability
Lukas Wirth
-0
/
+84
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-10
/
+9
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-80
/
+64
2022-07-07
fix default type param value position
Hongxu Xu
-3
/
+3
2022-07-07
Handle generic args per arg index
Hongxu Xu
-10
/
+166
2022-07-06
Show only assoc type args in the correct arg pos
Hongxu Xu
-2
/
+35
2022-07-05
Complete associated type only in trait generic arg
Hongxu Xu
-17
/
+45
2022-07-02
Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril
bors
-48
/
+115
2022-07-02
fix: Trigger flyimport completions in item lists again
Lukas Wirth
-0
/
+20
2022-07-02
fix: escape for enum variant
yue4u
-0
/
+54
2022-07-02
fix: variants rendering in pattern path
yue4u
-48
/
+61
2022-07-01
fix: Simplify macro statement expansion handling
Lukas Wirth
-0
/
+30
2022-06-27
Auto merge of #12643 - Veykril:macro-compl, r=Veykril
bors
-0
/
+28
2022-06-27
fix: Fix completions for locals not working properly inside macro calls
Lukas Wirth
-0
/
+28
2022-06-27
Udate unit tests
Antonello Palazzi
-2
/
+2
2022-06-24
fix: completes non exhaustive variant within the defining crate
yue4u
-0
/
+40
2022-06-20
internal: Simplify some completions
Lukas Wirth
-5
/
+0
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-2
/
+3
2022-06-20
fix: Don't trigger pattern completions when typing a wildcard pattern
Lukas Wirth
-0
/
+12
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-5
/
+5
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-6
/
+11
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-2
/
+18
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-3
/
+0
2022-06-17
Introduce NameRefKind for completions
Lukas Wirth
-3
/
+0
2022-06-16
Auto merge of #12554 - XFFXFF:fix_11959, r=Veykril
bors
-0
/
+31
2022-06-16
the offset used for the completion cursor should always be relative to the or...
XFFXFF
-1
/
+7
2022-06-16
the scope of the return type is not the body of the function
XFFXFF
-1
/
+26
2022-06-16
disable private editable in TEST_CONFIG by default
Hongxu Xu
-24
/
+4
2022-06-14
implement inherited_visibility in collector
Hongxu Xu
-21
/
+38
2022-06-14
add test cases to complete fn generated by macro in pub trait
Hongxu Xu
-1
/
+110
2022-06-10
Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril
bors
-1
/
+6
2022-06-09
feat: append :: after
yue4u
-1
/
+1
2022-06-08
fix: show non-std enum in a fresh use tree completion
yue4u
-1
/
+6
2022-06-06
fix: avoid adding enum parens in use
yue4u
-4
/
+26
2022-06-03
More precise where keyword completions
Lukas Wirth
-13
/
+51
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-4
/
+9
2022-06-03
internal: Move most remaining keyword completions to item list completions
Lukas Wirth
-64
/
+9
2022-05-30
More precise completion filtering
Lukas Wirth
-16
/
+0
2022-05-30
Use char for trigger character
Lukas Wirth
-6
/
+6
2022-05-30
fix: visibility completion
yue4u
-3
/
+25
2022-05-24
internal: Refactor our record pat/expr handling in completion context
Lukas Wirth
-1
/
+10
2022-05-23
fix: Fix completions not working after attributes
Lukas Wirth
-0
/
+10
2022-05-10
Auto merge of #12204 - Veykril:completions, r=Veykril
bors
-11
/
+0
2022-05-10
Move keyword expressions to expr completions module
Lukas Wirth
-11
/
+0
2022-05-09
Don't show assoc. type binding completions when invalid
Jonas Schievink
-0
/
+32
2022-05-09
Make completion work too
Jonas Schievink
-3
/
+9
2022-05-07
Merge the different identifier contexts into one enum
Lukas Wirth
-19
/
+0
2022-05-05
internal: Remove unqualified_path completions module
Lukas Wirth
-0
/
+455
2022-05-05
internal: Remove unqualified_path completions module
Lukas Wirth
-100
/
+282
[next]