]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/patterns.rs
Various keyword completion fixes
[rust.git] / crates / ide_completion / src / patterns.rs
2021-06-21 Lukas WirthVarious keyword completion fixes
2021-06-17 bors[bot]Merge #9310
2021-06-17 Lukas WirthRefine `self`, `super` and `crate` completion in use...
2021-06-16 bors[bot]Merge #9304
2021-06-16 bors[bot]Merge #9301
2021-06-16 Lukas WirthMove test_utils into tests module
2021-06-16 Lukas WirthDon't complete paths after attributes
2021-06-16 Lukas WirthDon't complete visibility accessors after existing...
2021-06-16 bors[bot]Merge #9258
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-11 bors[bot]Merge #9204
2021-06-11 bors[bot]Merge #9223
2021-06-11 Lukas WirthComplete associated types in dyn and impl trait
2021-06-08 bors[bot]Merge #9177
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 Lukas Wirthsimplify
2021-06-07 bors[bot]Merge #9169
2021-06-07 bors[bot]Merge #9144
2021-06-07 bors[bot]Merge #9166
2021-06-07 bors[bot]Merge #9164
2021-06-06 Lukas WirthSimplify CompletionContext by introducing a path CallKi...
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 WirthMore completion pattern tests
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 #9033
2021-05-28 Lukas WirthComplete keywords in (Assoc)ItemList with leading attribute
2021-05-28 bors[bot]Merge #9032
2021-05-28 Lukas WirthOnly complete modules in empty use-statements
2021-05-27 bors[bot]Merge #9029
2021-05-27 bors[bot]Merge #9026
2021-05-27 Lukas WirthComplete modules in assoc item lists
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 #9018
2021-05-27 Lukas Wirthsimplify
2021-05-27 Lukas WirthCollapse more CompletionContext booleans into enums
2021-05-26 bors[bot]Merge #8995
2021-05-26 bors[bot]Merge #9012
2021-05-26 bors[bot]Merge #9014
2021-05-26 Lukas Wirthsimplify
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 #8135
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
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 #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-17 bors[bot]Merge #7707
2021-02-17 Aleksey Kladovrename completion -> ide_completion