]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/completions/fn_param.rs
Replace some String usages with SmolStr in completions
[rust.git] / crates / ide_completion / src / completions / fn_param.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-12 bors[bot]Merge #10423
2021-09-29 bors[bot]Merge #10181
2021-09-28 bors[bot]Merge #10373
2021-09-27 bors[bot]Merge #10366
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-15 bors[bot]Merge #10048
2021-09-14 bors[bot]Merge #10204
2021-09-13 bors[bot]Merge #10199
2021-09-13 bors[bot]Merge #10225
2021-09-13 bors[bot]Merge #10222
2021-09-13 bors[bot]Merge #10221
2021-09-13 Aleksey Kladovinternal: prevent possible bugs when adding magical...
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-14 bors[bot]Merge #9902
2021-08-14 bors[bot]Merge #9901
2021-08-14 bors[bot]Merge #9900
2021-08-14 bors[bot]Merge #9899
2021-08-14 Lukas WirthSimplify
2021-08-14 bors[bot]Merge #9897
2021-08-14 bors[bot]Merge #9896
2021-08-14 Lukas WirthOnly complete type annotations for patterns in function...
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 #9669
2021-07-21 Lukas WirthMove out fn_param tests
2021-07-20 bors[bot]Merge #9655
2021-07-18 bors[bot]Merge #9619
2021-07-17 bors[bot]Merge #9622
2021-07-17 Aleksey Kladovfeat: improve parser error recovery for function parameters
2021-07-12 bors[bot]Merge #9179
2021-07-12 bors[bot]Merge #9535
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9449
2021-07-10 bors[bot]Merge #9551
2021-07-10 bors[bot]Merge #9548
2021-07-10 vi_miadd: Adding self keyword completion in complete_fn_param
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-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-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-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #7966
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-12 bors[bot]Merge #7956
2021-03-12 bors[bot]Merge #7978
2021-03-12 Aleksey KladovUnify naming
2021-03-12 bors[bot]Merge #7974
2021-03-11 yonip23use references in CompletionItem's builder
2021-03-06 bors[bot]Merge #7865
2021-03-05 bors[bot]Merge #7880
2021-03-04 bors[bot]Merge #7868
2021-03-03 bors[bot]Merge #7866
2021-03-03 Lukas WirthDon't complete `super` unless its valid in paths
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-17 bors[bot]Merge #7707
2021-02-17 Aleksey Kladovrename completion -> ide_completion