]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/render/function.rs
Replace some String usages with SmolStr in completions
[rust.git] / crates / ide_completion / src / render / function.rs
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-22 bors[bot]Merge #9939
2021-10-20 bors[bot]Merge #10563
2021-10-20 bors[bot]Merge #10387
2021-10-17 bors[bot]Merge #10417
2021-10-17 bors[bot]Merge #10561
2021-10-17 Lukas WirthDon't turn local names into strings in CompletionContext
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
2021-10-06 bors[bot]Merge #10479
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-10-04 Lukas WirthMake multiple import edits work for completions
2021-08-04 bors[bot]Merge #9734
2021-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9744
2021-07-31 bors[bot]Merge #9743
2021-07-31 Aleksey Kladovinternal: document query implication of completion...
2021-07-31 Aleksey Kladovminor: follow code style
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 #9666
2021-07-21 Lukas WirthFix some clippy lints in ide_completion
2021-07-11 bors[bot]Merge #9449
2021-07-07 bors[bot]Merge #9417
2021-07-05 bors[bot]Merge #9474
2021-07-05 bors[bot]Merge #9493
2021-07-05 bors[bot]Merge #9478
2021-07-04 mahdi-frmseliminate find_use_path and show 'as' and 'use'
2021-07-04 mahdi-frmsshow imported trait on autocompletion of associated...
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 WirthMove test_utils into tests module
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 #9219
2021-06-11 bors[bot]Merge #9218
2021-06-11 bors[bot]Merge #9217
2021-06-11 bors[bot]Merge #9216
2021-06-11 Lukas WirthDon't allow lookup by self for unprefixed self access...
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 WirthAdd MethodCall and FieldAccess variants to ImmediateLoc...
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 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-04-08 bors[bot]Merge #8207
2021-03-27 bors[bot]Merge #8213
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8056
2021-03-26 Josh Mcguigancompletion relevance distinguish between exact type...
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 Josh Mcguiganimplement a temporary workaround for #8058
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 bors[bot]Merge #7900 #8000
2021-03-16 bors[bot]Merge #8036 #8046
2021-03-16 Josh Mcguigancompletions: centralize calculation of relevance and...
2021-03-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #8028
2021-03-15 bors[bot]Merge #8035
2021-03-15 bors[bot]Merge #7992
2021-03-15 Josh Mcguiganimplement function completion scoring
2021-03-15 bors[bot]Merge #7966
next