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
Age
Commit message (
Expand
)
Author
Lines
2022-06-17
Inline PathQualifierCtx
Lukas Wirth
-48
/
+39
2022-06-17
internal: Collapse lift is_infer_qualifier into `Qualified` variant
Lukas Wirth
-40
/
+41
2022-06-17
Move existing_derives into PathKind::Derive
Lukas Wirth
-22
/
+23
2022-06-17
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
Lukas Wirth
-151
/
+141
2022-06-17
Simplify
Lukas Wirth
-65
/
+95
2022-06-17
Split out tests
Lukas Wirth
-397
/
+396
2022-06-17
Split completion context module into definitions and analysis parts
Lukas Wirth
-1514
/
+1514
2022-06-17
Remove ImmediateLocation in favor of PathKind::Type
Lukas Wirth
-157
/
+87
2022-06-17
Move more ImmediateLocation::TypeAnnotation into PathKind::Type
Lukas Wirth
-122
/
+142
2022-06-17
Introduce NameRefKind for completions
Lukas Wirth
-95
/
+134
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
-30
/
+118
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
-8
/
+30
2022-06-10
Auto merge of #12473 - yue4u:fix/no-enum-parens-in-use, r=Veykril
bors
-10
/
+43
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-5
/
+7
2022-06-09
feat: append :: after
yue4u
-14
/
+20
2022-06-08
fix: show non-std enum in a fresh use tree completion
yue4u
-4
/
+20
2022-06-05
fix: Fix trait impl completions using wrong insert position
Lukas Wirth
-1
/
+22
2022-06-06
fix: avoid adding enum parens in use
yue4u
-10
/
+43
2022-06-03
Remove some of the unnecessary helpfer functions from CompletionContext
Lukas Wirth
-195
/
+151
2022-06-03
Simplify
Lukas Wirth
-106
/
+113
2022-06-03
Move trait_impl completion analysis into CompletionContext
Lukas Wirth
-183
/
+186
2022-06-03
Deduplicate
Lukas Wirth
-70
/
+27
2022-06-03
Remove prev-sibling completion machinery
Lukas Wirth
-76
/
+21
2022-06-03
More precise where keyword completions
Lukas Wirth
-88
/
+96
2022-06-03
Remove dead code
Lukas Wirth
-79
/
+2
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-15
/
+85
2022-06-03
internal: Move most remaining keyword completions to item list completions
Lukas Wirth
-143
/
+135
2022-05-31
minor: Remove unused code
Lukas Wirth
-18
/
+0
2022-05-30
More precise completion filtering
Lukas Wirth
-36
/
+115
2022-05-30
Use char for trigger character
Lukas Wirth
-11
/
+11
2022-05-30
fix: visibility completion
yue4u
-36
/
+75
2022-05-24
fix: Insert whitespace into trait-impl completions when coming from macros
Lukas Wirth
-17
/
+91
2022-05-24
Simplify
Lukas Wirth
-9
/
+1
2022-05-24
internal: Refactor our record pat/expr handling in completion context
Lukas Wirth
-127
/
+149
2022-05-24
internal: Simplify DotAccess representation in completions
Lukas Wirth
-53
/
+57
2022-05-23
fix: Fix completions not working after attributes
Lukas Wirth
-11
/
+11
2022-05-19
fix: Fix incorrect expected type in completions for match arms
Lukas Wirth
-2
/
+42
2022-05-13
fix: Fix fill-arguments completions not working
Lukas Wirth
-11
/
+19
2022-05-13
Fix tests
Jonas Schievink
-1
/
+1
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-22
/
+2
2022-05-10
Auto merge of #12204 - Veykril:completions, r=Veykril
bors
-99
/
+84
2022-05-10
Move keyword expressions to expr completions module
Lukas Wirth
-99
/
+84
2022-05-10
Auto merge of #12203 - Veykril:completions, r=Veykril
bors
-17
/
+22
2022-05-10
Don't parse files in module completion
Lukas Wirth
-7
/
+6
2022-05-10
Simplify
Lukas Wirth
-10
/
+16
[prev]
[next]