]> git.lizzy.rs Git - rust.git/history - crates/ide_completion
Highlight declarations and references for both defs in field shorthands
[rust.git] / crates / ide_completion /
2021-08-23 bors[bot]Merge #10001
2021-08-22 bors[bot]Merge #9972
2021-08-22 bors[bot]Merge #9984
2021-08-22 Frank SteffahnFix typos “a”→“an”
2021-08-21 bors[bot]Merge #9978
2021-08-21 bors[bot]Merge #9976
2021-08-21 Lukas Wirthfix: Do not show functional update completion when...
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-15 bors[bot]Merge #9905
2021-08-14 bors[bot]Merge #9902
2021-08-14 Aleksey Kladovminor: move functionality to a better place
2021-08-14 bors[bot]Merge #9901
2021-08-14 bors[bot]Merge #9900
2021-08-14 Aleksey Kladovinternal: remove one more usage of old editing API.
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-08-12 bors[bot]Merge #9807
2021-08-12 bors[bot]Merge #9863
2021-08-11 bors[bot]Merge #9862
2021-08-11 Lukas WirthFill out expected type for functional update syntax...
2021-08-11 bors[bot]Merge #9860
2021-08-11 bors[bot]Merge #9856
2021-08-11 bors[bot]Merge #9836
2021-08-11 bors[bot]Merge #9828
2021-08-10 bors[bot]Merge #9849
2021-08-10 Lukas WirthRefine functional update completion some more
2021-08-10 bors[bot]Merge #9846
2021-08-10 bors[bot]Merge #9845
2021-08-10 Lukas WirthDo not drop `..Default::default()` completion when...
2021-08-10 bors[bot]Merge #9842
2021-08-10 Lukas WirthSubstitute generic types in inline_call
2021-08-09 bors[bot]Merge #9825
2021-08-09 bors[bot]Merge #9823
2021-08-09 Aleksey Kladovfix: avoid pathological macro expansions
2021-08-09 bors[bot]Merge #9735
2021-08-08 bors[bot]Merge #9814
2021-08-08 bors[bot]Merge #9812
2021-08-08 Aleksey Kladovfix: add `!` to macro completions with existing arg
2021-08-08 bors[bot]Merge #9808
2021-08-07 Lukas WirthLook for enum variants and trait assoc functions when...
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-08-04 bors[bot]Merge #9734
2021-08-03 bors[bot]Merge #9775
2021-08-03 bors[bot]Merge #9773
2021-08-03 bors[bot]Merge #9765
2021-08-03 Lukas WirthGive TypeInfo fields and methods more appropriate names
2021-08-03 Lukas WirthIntroduce TypeInfo
2021-08-03 bors[bot]Merge #9772
2021-08-03 Aleksey Kladovfeat: filter out duplicate macro completions
2021-08-03 bors[bot]Merge #9770
2021-08-02 bors[bot]Merge #9764
2021-08-02 Lukas WirthDon't use the module as the candidate node in fuzzy...
2021-08-02 bors[bot]Merge #9762
2021-08-02 bors[bot]Merge #9761
2021-08-02 bors[bot]Merge #9751
2021-08-02 bors[bot]Merge #9759
2021-08-02 bors[bot]Merge #9752
2021-08-02 bors[bot]Merge #9757
2021-08-02 Aleksey Kladovsimplify
2021-08-02 Aleksey Kladovfailing test
2021-07-31 bors[bot]Merge #9747
2021-07-31 Lukas WirthWrap inner tail expressions in MissingOkOrSomeInTailExpr
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-30 bors[bot]Merge #9731
2021-07-29 bors[bot]Merge #9706
2021-07-28 bors[bot]Merge #9719
2021-07-28 Jonas SchievinkMake flyimport respect `#[doc(hidden)]`
2021-07-28 bors[bot]Merge #9715
2021-07-28 Jonas SchievinkMake most completions respect `#[doc(hidden)]`
2021-07-26 bors[bot]Merge #9558
2021-07-26 bors[bot]Merge #9593
2021-07-24 bors[bot]Merge #9688
2021-07-24 bors[bot]Merge #9686
2021-07-24 Laurențiu NicolaFix typo
2021-07-23 bors[bot]Merge #9685
2021-07-23 Jonas SchievinkResolve tuple field visibility FIXME
2021-07-23 Jonas SchievinkAdd tests for tuple struct field completion
2021-07-23 bors[bot]Merge #9684
2021-07-23 Jonas SchievinkComplete editable private items
2021-07-23 bors[bot]Merge #9683
2021-07-23 Lukas WirthAdd a Union to the base item completion test fixture
2021-07-23 bors[bot]Merge #9681
2021-07-23 Jonas SchievinkFix formatting and use `Iterator::any`
2021-07-23 Lukas WirthMove out unqualified_path completion tests
2021-07-23 Lukas WirthAdd functions to base items completion test fixture
2021-07-23 Jonas SchievinkRespect `#[doc(hidden)]` in dot-completion
2021-07-22 bors[bot]Merge #9676
2021-07-22 Lukas WirthDescribe the current lifetime/label completion specifics
2021-07-22 bors[bot]Merge #9675
next