]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/completions.rs
Merge #10649
[rust.git] / crates / ide_completion / src / completions.rs
2021-10-27 bors[bot]Merge #10649
2021-10-27 Lukas WirthRemove `CompletionKind` in favor of `CompletionItemKind`
2021-08-21 bors[bot]Merge #9962
2021-08-12 bors[bot]Merge #9807
2021-08-09 bors[bot]Merge #9735
2021-08-08 bors[bot]Merge #9808
2021-08-07 bors[bot]Merge #9809
2021-08-05 bors[bot]Merge #9793
2021-08-05 bors[bot]Merge #9785
2021-08-04 Alexandre FourcatAdd completion for struct literal in which all fields...
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-21 bors[bot]Merge #9264
2021-06-16 bors[bot]Merge #9304
2021-06-16 bors[bot]Merge #9301
2021-06-16 Lukas WirthStart refactoring ide_completion tests
2021-06-16 bors[bot]Merge #9302
2021-06-16 bors[bot]Merge #9258
2021-06-16 bors[bot]Merge #9300
2021-06-16 Lukas WirthSimplify
2021-06-16 bors[bot]Merge #9299
2021-06-16 Lukas WirthFilter out non-type completions in the respective compl...
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9240
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-09 bors[bot]Merge #9191
2021-06-08 bors[bot]Merge #9183
2021-06-08 bors[bot]Merge #9187
2021-06-08 bors[bot]Merge #9181 #9182
2021-06-08 Lukas WirthAdd tests checking no value completion in type pos
2021-06-08 Lukas WirthDon't complete values in type position
2021-06-08 bors[bot]Merge #9177
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9170
2021-06-07 Lukas WirthRemove unnecessary completion::macro_in_item_position
2021-05-31 bors[bot]Merge #8952
2021-05-31 bors[bot]Merge #9079
2021-05-31 bors[bot]Merge #9039
2021-05-31 Lukas WirthMove unprefixed field/method completion to `dot`
2021-05-31 Lukas WirthLess strings, more hir::Names
2021-05-31 Lukas WirthComplete `self.` prefixed fields and methods inside...
2021-05-31 bors[bot]Merge #8866
2021-05-31 bors[bot]Merge #9060
2021-05-31 bors[bot]Merge #9077
2021-05-31 Lukas WirthUse `Name`s instead of Strings in the completion render...
2021-05-11 bors[bot]Merge #8398
2021-05-06 bors[bot]Merge #8745
2021-05-05 bors[bot]Merge #8674
2021-05-05 bors[bot]Merge #8736
2021-05-05 bors[bot]Merge #8735
2021-05-05 Lukas Tobias Wirthsimplify
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 bors[bot]Merge #8186
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-24 bors[bot]Merge #7907
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8162
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8054
2021-03-22 Josh Mcguiganimplement a temporary workaround for #8058
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8122
2021-03-20 bors[bot]Merge #8124
2021-03-20 Lukas WirthAdd basic lifetime completion
2021-03-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8063
2021-03-17 Matthias Krügeravoid converting types into themselves via .into()...
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-17 bors[bot]Merge #7707
2021-02-17 Aleksey Kladovrename completion -> ide_completion