]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/context.rs
NFC: remove redundant clones (clippy::perf)
[rust.git] / crates / ide_completion / src / context.rs
2021-06-03 Matthias KrügerNFC: remove redundant clones (clippy::perf)
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 bors[bot]Merge #9111
2021-06-02 bors[bot]Merge #9110
2021-06-02 Lukas WirthRemove obsolete is_new_item field on CompletionContext
2021-06-02 Lukas WirthAdd MethodCall and FieldAccess variants to ImmediateLoc...
2021-05-31 bors[bot]Merge #8952
2021-05-31 bors[bot]Merge #8866
2021-05-31 bors[bot]Merge #9060
2021-05-31 bors[bot]Merge #9025
2021-05-30 bors[bot]Merge #9069
2021-05-30 bors[bot]Merge #9068
2021-05-30 Lukas WirthMove more fields to `ImmediateLocation`
2021-05-30 bors[bot]Merge #9062
2021-05-29 bors[bot]Merge #9027
2021-05-28 bors[bot]Merge #9041
2021-05-28 Lukas WirthImplement prev sibling determination for `CompletionCon...
2021-05-28 Lukas Wirthsimplify
2021-05-28 bors[bot]Merge #9028
2021-05-28 bors[bot]Merge #9032
2021-05-28 Lukas WirthOnly complete modules in empty use-statements
2021-05-27 bors[bot]Merge #9020
2021-05-27 Lukas WirthCleanup `ImmediateLocation` determination
2021-05-27 bors[bot]Merge #8997
2021-05-27 Lukas WirthDon't complete non-macro item paths in impls and modules
2021-05-27 bors[bot]Merge #9005
2021-05-27 bors[bot]Merge #9019
2021-05-27 Lukas Wirthsimplify
2021-05-27 bors[bot]Merge #9018
2021-05-27 Lukas Wirthsimplify
2021-05-27 Lukas WirthCollapse more CompletionContext booleans into enums
2021-05-26 bors[bot]Merge #9017
2021-05-26 bors[bot]Merge #9016
2021-05-26 Lukas WirthSet `record_pat_syntax` more precisely in CompletionContext
2021-05-26 bors[bot]Merge #8995
2021-05-26 bors[bot]Merge #9015
2021-05-26 Lukas WirthMerge pattern completion related bools into an enum
2021-05-26 bors[bot]Merge #9012
2021-05-26 bors[bot]Merge #9014
2021-05-26 Lukas Wirthsimplify
2021-05-25 bors[bot]Merge #8767
2021-05-25 bors[bot]Merge #8942
2021-05-24 bors[bot]Merge #8975
2021-05-24 bors[bot]Merge #8977
2021-05-24 bors[bot]Merge #8976
2021-05-24 Aleksey Kladovinternal: rename hypothetical -> speculative
2021-05-24 bors[bot]Merge #8955
2021-05-23 bors[bot]Merge #8945
2021-05-23 Florian DieboldGet rid of field_type again
2021-05-23 Florian DieboldInfer correct expected type in closure
2021-05-23 Florian DieboldInfer correct expected type for generic struct fields
2021-05-23 Florian DieboldRecord method call substs and use them in call info
2021-05-17 bors[bot]Merge #8795
2021-05-11 bors[bot]Merge #8398
2021-05-09 bors[bot]Merge #8774
2021-05-08 bors[bot]Merge #8773
2021-05-08 bors[bot]Merge #8775
2021-05-08 Lukas WirthAdd `=` to pattern recovery
2021-05-06 bors[bot]Merge #8745
2021-05-06 bors[bot]Merge #8280
2021-05-06 bors[bot]Merge #8718
2021-05-06 Kirill BulatovSmall macro fix
2021-05-06 Aleksey Kladovinternal: use API stabilized in 1.52
2021-05-05 bors[bot]Merge #8674
2021-05-04 bors[bot]Merge #8719
2021-05-04 bors[bot]Merge #8711
2021-05-04 bors[bot]Merge #8714
2021-05-03 bors[bot]Merge #8715
2021-05-03 Lukas Tobias WirthMake CompletionContext expected_type smarter
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-05-02 bors[bot]Merge #8693
2021-04-30 bors[bot]Merge #8692
2021-04-30 bors[bot]Merge #8695
2021-04-30 Aleksey Kladovinternal: normalize name
2021-03-24 bors[bot]Merge #7907
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8128
2021-03-21 Lukas WirthAdd `'` to trigger_characters, allowing more direct...
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthFix incorrect scoping in while expressions
2021-03-21 bors[bot]Merge #8122
2021-03-21 Lukas WirthAdd label completion
2021-03-20 bors[bot]Merge #8124
2021-03-20 Lukas WirthAdd basic lifetime completion
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
2021-03-17 bors[bot]Merge #8048
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8034
2021-03-16 bors[bot]Merge #8052
2021-03-16 bors[bot]Merge #8051
next