]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/completions/keyword.rs
internal: completion: split out more PathKinds from ImmediateLocation
[rust.git] / crates / ide_completion / src / completions / keyword.rs
2021-12-07 Lukas Wirthinternal: completion: split out more PathKinds from...
2021-12-05 bors[bot]Merge #10902
2021-11-10 bors[bot]Merge #10689
2021-11-08 bors[bot]Merge #10688
2021-11-08 bors[bot]Merge #10720
2021-11-07 bors[bot]Merge #10699
2021-11-05 Lukas WirthReplace some String usages with SmolStr in completions
2021-11-04 bors[bot]Merge #10645
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10650
2021-10-29 bors[bot]Merge #10648
2021-10-29 bors[bot]Merge #10595
2021-10-28 bors[bot]Merge #10623
2021-10-27 bors[bot]Merge #10629
2021-10-27 bors[bot]Merge #10649
2021-10-27 Lukas WirthRemove `CompletionKind` in favor of `CompletionItemKind`
2021-10-27 Lukas WirthRemove filtered completion list usage in completion...
2021-10-12 bors[bot]Merge #10423
2021-09-30 bors[bot]Merge #10402
2021-09-30 bors[bot]Merge #10401
2021-09-30 bors[bot]Merge #10399
2021-09-30 bors[bot]Merge #10395
2021-09-30 Ariel DavisAdd pub(super) along with pub(crate) and pub as a compl...
2021-07-26 bors[bot]Merge #9558
2021-07-26 bors[bot]Merge #9593
2021-07-22 bors[bot]Merge #9634
2021-07-22 bors[bot]Merge #9453
2021-07-21 bors[bot]Merge #9667
2021-07-21 bors[bot]Merge #9664
2021-07-21 Lukas WirthSimplify
2021-07-21 bors[bot]Merge #9663
2021-07-21 bors[bot]Merge #9660
2021-07-21 Tom Dohrmannhide keyword suggestions in non trivial paths
2021-07-20 bors[bot]Merge #9655
2021-07-20 bors[bot]Merge #9654
2021-07-20 bors[bot]Merge #9653
2021-07-20 Lukas Wirthcov-mark
2021-07-20 bors[bot]Merge #9652
2021-07-20 bors[bot]Merge #9651
2021-07-20 Lukas WirthRestrict completions inside visibility modifiers
2021-07-15 bors[bot]Merge #9600
2021-07-15 bors[bot]Merge #9595
2021-07-14 bors[bot]Merge #9599
2021-07-14 Levente Gyozo LenartUpdate tests
2021-07-14 Levente Gyozo LenartAdd true and false as completion suggestions when expec...
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9449
2021-07-08 bors[bot]Merge #9534
2021-07-08 bors[bot]Merge #9533
2021-07-07 bors[bot]Merge #9526
2021-07-07 bors[bot]Merge #9519
2021-07-07 bors[bot]Merge #9520
2021-07-07 Lukas WirthComplete `crate`, `super` and `self` in non-usetree...
2021-06-29 bors[bot]Merge #9269
2021-06-22 bors[bot]Merge #9368
2021-06-21 bors[bot]Merge #9348
2021-06-21 bors[bot]Merge #9264
2021-06-21 bors[bot]Merge #9314
2021-06-21 bors[bot]Merge #9227
2021-06-21 bors[bot]Merge #9356
2021-06-21 Lukas WirthVarious keyword completion fixes
2021-06-21 Lukas WirthMove out completion pattern tests
2021-06-18 bors[bot]Merge #9334
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthDon't complete keywords in attributes inside expressions
2021-06-17 bors[bot]Merge #9312
2021-06-17 Lukas WirthCorrect completions in items tests
2021-06-17 Lukas WirthMove item specific completion tests
2021-06-17 Lukas WirthLess filtering in completion tests
2021-06-17 bors[bot]Merge #9310
2021-06-17 Lukas WirthRefine `self`, `super` and `crate` completion in use...
2021-06-17 Lukas WirthMove out and rewrite UseTree completion tests
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 show incorrect completions after unsafe or visibl...
2021-06-16 Lukas WirthDon't complete visibility accessors after existing...
2021-06-16 Lukas WirthStart refactoring ide_completion tests
2021-06-16 bors[bot]Merge #9258
2021-06-16 bors[bot]Merge #9299
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-15 bors[bot]Merge #9293
2021-06-15 bors[bot]Merge #9294
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-14 bors[bot]Merge #8951
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-07 Lukas WirthMove more things into PathCompletionContext
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9108
next