]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/completions/attribute/cfg.rs
Replace some String usages with SmolStr in completions
[rust.git] / crates / ide_completion / src / completions / attribute / cfg.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-26 bors[bot]Merge #10592
2021-10-23 bors[bot]Merge #10602
2021-10-22 bors[bot]Merge #9939
2021-10-22 bors[bot]Merge #10608
2021-10-22 bors[bot]Merge #10610
2021-10-22 Laurențiu NicolaUse array IntoIter
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-06-29 bors[bot]Merge #9269
2021-06-22 bors[bot]Merge #9368
2021-06-22 bors[bot]Merge #9367
2021-06-21 bors[bot]Merge #9348
2021-06-21 bors[bot]Merge #9363
2021-06-21 bors[bot]Merge #9362
2021-06-21 bors[bot]Merge #9080
2021-06-21 Jamie CunliffeMove features into potential_cfg_options
2021-06-21 Jamie CunliffeImprove completion of cfg attributes