]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src
Do not drop `..Default::default()` completion when typing `..`
[rust.git] / crates / ide_assists / src /
2021-08-10 bors[bot]Merge #9837
2021-08-10 Lukas WirthImplement `bool_then_to_if` assist
2021-08-10 bors[bot]Merge #9835
2021-08-10 Yoshua Wuytsimpl gen hash for structs
2021-08-10 Yoshua Wuytsimpl gen hash for enums
2021-08-10 bors[bot]Merge #9830
2021-08-10 Yoshua Wuytsimplement feedback from review
2021-08-10 Yoshua WuytsAdd trait codegen to `add_missing_impl_members` assist
2021-08-09 Yoshua Wuytsmove trait body gen code to utils
2021-08-09 bors[bot]Merge #9804
2021-08-09 bors[bot]Merge #9825
2021-08-09 mahdi-frmsrefactor method generation assist
2021-08-09 mahdi-frmsmethod gen assist usable in all of expression
2021-08-09 mahdi-frmsadd test for method generation assist
2021-08-09 mahdi-frmsOne assist for function and method generation
2021-08-09 mahdi-frmsmethod generation assist: store owned ast nodes
2021-08-09 mahdi-frmsgenerate method adds pub keyword
2021-08-09 mahdi-frmsgenerate method assist uses existing impl blocks
2021-08-09 mahdi-frmsrefactor: use single next space
2021-08-09 mahdi-frmsrefactor: use single fn_args
2021-08-09 mahdi-frmsgenerate method assist
2021-08-09 Yoshua Wuytsmove code around
2021-08-09 Yoshua WuytsAdd gen default for tuple structs
2021-08-09 Yoshua WuytsAdd default body when implementing Default by hand
2021-08-09 bors[bot]Merge #9735
2021-08-08 bors[bot]Merge #9814
2021-08-08 Yoshua WuytsRemove unwraps
2021-08-08 bors[bot]Merge #9816
2021-08-08 Yoshua WuytsUse minicore
2021-08-08 Lukas WirthImplement if_to_bool_then assist
2021-08-08 Yoshua Wuytsuse make::name_ref
2021-08-08 Yoshua WuytsUpdate replace_derive_with_manual_impl.rs
2021-08-08 Yoshua WuytsImprove naming and add comments
2021-08-08 Yoshua Wuytsdedup struct debug impl code
2021-08-08 Yoshua WuytsFix enum debug indent level
2021-08-08 Yoshua Wuytsgenerate Debug for enums
2021-08-08 Yoshua Wuytsrename variables
2021-08-08 Yoshua Wuytsfinish debug_struct impls
2021-08-08 Yoshua Wuytsdebug for record field structs
2021-08-08 Yoshua Wuytswip
2021-08-08 Irina Shestakimpl Debug def from trait
2021-08-08 bors[bot]Merge #9808
2021-08-08 bors[bot]Merge #9810
2021-08-07 bors[bot]Merge #9809
2021-08-07 Lukas WirthSimplify
2021-08-05 bors[bot]Merge #9785
2021-08-05 bors[bot]Merge #9790
2021-08-05 Lukas Wirthextract_type_alias extracts generics correctly
2021-08-04 bors[bot]Merge #9780
2021-08-04 bors[bot]Merge #9788
2021-08-04 Lukas Wirthextract_function does not move locals defined outside...
2021-08-04 bors[bot]Merge #9734
2021-08-03 bors[bot]Merge #9775
2021-08-03 Lukas Wirth`extract_assist` is aware of the expression owner
2021-08-03 bors[bot]Merge #9773
2021-08-03 Lukas Wirthextract_function is `const` aware
2021-08-03 Lukas WirthReorganize functions in extract_function assist
2021-08-03 Lukas WirthDo no tear comments apart in extract_function assist
2021-08-03 bors[bot]Merge #9765
2021-08-03 Lukas WirthGive TypeInfo fields and methods more appropriate names
2021-08-03 Lukas WirthRevise TypeInfo::ty usage
2021-08-03 Lukas WirthIntroduce TypeInfo
2021-08-03 bors[bot]Merge #9772
2021-08-03 bors[bot]Merge #9770
2021-08-02 vsrsUpdate the docs
2021-08-02 vsrsEnable assist only if an item is selected
2021-08-02 vsrsfix generated tests
2021-08-02 vsrsAllow several samples in "// Assist:" comments.
2021-08-02 vsrsSome comment tests
2021-08-02 vsrsSort struct enum variant fields
2021-08-02 vsrsSort enums
2021-08-02 vsrsSort unions
2021-08-02 vsrscargo fmt
2021-08-02 vsrsSort struct fields
2021-08-02 vsrsSort trait and impl methods
2021-08-02 bors[bot]Merge #9751
2021-08-02 bors[bot]Merge #9759
2021-08-02 Lukas WirthSimplify inline_local_variable assist
2021-07-31 bors[bot]Merge #9746
2021-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9743
2021-07-31 bors[bot]Merge #9742
2021-07-31 Lukas WirthFix hover range for derive inputs
2021-07-31 bors[bot]Merge #9741
2021-07-31 Lukas WirthReplace useless types
2021-07-31 bors[bot]Merge #9740
2021-07-31 Lukas Wirthadd_explicit_type is applicable for closure parameters
2021-07-31 mahdi-frmsgenerate function assist favors deref cmpt types
2021-07-30 bors[bot]Merge #9732
2021-07-30 bors[bot]Merge #9727
2021-07-30 Lukas WirthAdd trailing comma when extracting match arm expression...
2021-07-30 bors[bot]Merge #9731
2021-07-30 Lukas WirthAdd replace_char_with_string assist
2021-07-30 bors[bot]Merge #9728
2021-07-30 Lukas WirthFix assists assuming comma belonging to MATCH_ARM_LIST
2021-07-29 Lukas WirthReorder definitions in extract_function
2021-07-29 Lukas WirthSimplify extract_function assist
2021-07-29 bors[bot]Merge #9706
2021-07-29 bors[bot]Merge #9724
2021-07-29 Lukas WirthUse more strictly typed syntax nodes for analysis in...
next