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
2023-03-18
fix: make tests valid rust code
feniljain
-4
/
+7
2023-03-16
feat: do not remove other variants, just push them down in list
feniljain
-0
/
+2
2023-03-15
chore: change casing for variants in tests
feniljain
-6
/
+6
2023-03-14
fix: use compute_type_match correctly and update tests accordingly
feniljain
-6
/
+20
2022-12-17
feat: filter already present enum variants in match arms
feniljain
-0
/
+41
2022-11-27
fix: also exclude 2 coloncolon in a row
yue4u
-1
/
+7
2022-11-27
fix: only special casing 3 colon in a row
yue4u
-7
/
+1
2022-11-20
fix: remove insufficient check for coloncolon
yue4u
-7
/
+0
2022-11-12
fix: filter unnecessary completions after colon
yue4u
-1
/
+120
2022-11-08
fix: Fix item completions not working properly after unit structs and outline...
Lukas Wirth
-0
/
+32
2022-09-16
Complete variants and assoc items in path pattern through type aliases
Lukas Wirth
-0
/
+27
2022-09-05
complete full struct in enum varaint
austaras
-0
/
+39
2022-09-04
fix: correct broken logic for return complition
Aleksey Kladov
-1
/
+37
2022-08-17
fix: a bunch of typos
Dezhi Wu
-1
/
+1
2022-08-16
fix: format literal lookup
yue4u
-1
/
+1
2022-08-09
Add some more `cov_mark`s
Lukas Wirth
-0
/
+1
2022-08-09
Fix pattern field completions not working for unions
Lukas Wirth
-21
/
+32
2022-07-29
fix: complete path of existing record expr
cynecx
-0
/
+19
2022-07-28
fix: Don't complete marker traits in expression position
Lukas Wirth
-3
/
+0
2022-07-28
fix: Fix pattern completions adding unnecessary braces
Lukas Wirth
-2
/
+2
2022-07-28
fix: Calculate completions after type anchors
Lukas Wirth
-1
/
+54
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
[next]