]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/render/struct_literal.rs
Merge #11393
[rust.git] / crates / ide_completion / src / render / struct_literal.rs
2022-02-01 bors[bot]Merge #11393
2022-02-01 Lukas Wirthfix: Complete functions and methods from block level...
2021-12-05 bors[bot]Merge #10902
2021-11-29 bors[bot]Merge #10841
2021-11-25 bors[bot]Merge #10824
2021-11-23 bors[bot]Merge #10846
2021-11-23 Andrew LeveretteAdd optimization for not allocating in case of no modul...
2021-11-23 Andrew LeveretteAdd support for qualified struct names
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-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
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-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 #9897
2021-08-14 bors[bot]Merge #9896
2021-08-14 Lukas WirthOnly complete type annotations for patterns in function...
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...