]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / replace_derive_with_manual_impl.rs
2021-12-20 bors[bot]Merge #11062
2021-12-15 bors[bot]Merge #11017
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11002
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-13 Lukas Wirthfix: insert whitespaces into assoc items for assist...
2021-12-11 bors[bot]Merge #10951
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-11 bors[bot]Merge #10877
2021-12-11 bors[bot]Merge #10976
2021-12-11 Lukas WirthShow case-insensitive exact matches instead of fuzzy...
2021-12-05 bors[bot]Merge #10902
2021-11-29 bors[bot]Merge #10841
2021-11-25 bors[bot]Merge #10824
2021-11-24 bors[bot]Merge #10847
2021-11-24 rainy-mefix: derive path handling
2021-11-16 bors[bot]Merge #10775
2021-11-16 bors[bot]Merge #10769
2021-11-16 bors[bot]Merge #10734
2021-11-15 TheDoctor314Fix `impl_def_from_trait`
2021-11-11 TheDoctor314Fix `impl_trait` function to emit correct ast
2021-11-11 TheDoctor314Add generic bounds in test
2021-11-10 TheDoctor314Add generic parameters for manual impl assist
2021-11-10 TheDoctor314Add failing tests for generic struct
2021-10-22 bors[bot]Merge #9939
2021-10-20 bors[bot]Merge #10563
2021-10-20 bors[bot]Merge #10387
2021-10-19 bors[bot]Merge #10568
2021-10-19 bors[bot]Merge #10588
2021-10-19 bors[bot]Merge #10587
2021-10-19 bors[bot]Merge #10586
2021-10-19 bors[bot]Merge #10585
2021-10-18 bors[bot]Merge #10578
2021-10-18 Yoshua Wuytsfix Ordering::Equal path
2021-10-18 Yoshua WuytsRevert "Simplify generated PartialOrd code"
2021-10-18 bors[bot]Merge #10574
2021-10-18 Yoshua WuytsFix PartialOrd codegen
2021-10-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10537
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 Yoshua WuytsSimplify generated PartialOrd code
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for record enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for C-style enums
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for struct records
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple records
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-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-17 bors[bot]Merge #9929
2021-08-16 bors[bot]Merge #9928
2021-08-16 bors[bot]Merge #9921
2021-08-16 bors[bot]Merge #9924
2021-08-16 Yoshua Wuytsfix debug tuple structs
2021-08-16 Yoshua Wuytsfix debug record structs
2021-08-12 bors[bot]Merge #9807
2021-08-12 bors[bot]Merge #9863
2021-08-11 Yoshua Wuytsimprove codegen
2021-08-11 Yoshua Wuytsgen PartialEq for Record enums
2021-08-11 bors[bot]Merge #9860
2021-08-11 bors[bot]Merge #9856
2021-08-11 bors[bot]Merge #9836
2021-08-10 Yoshua Wuytswip enum record/tuple generation
2021-08-10 Yoshua Wuytsgen PartialEq for basic enums
2021-08-10 Yoshua Wuytsadd partial_eq gen tests
2021-08-10 bors[bot]Merge #9846
2021-08-10 Yoshua Wuytsgen clone for tuple enums
2021-08-10 Yoshua Wuytsgen clone for record enums
2021-08-10 bors[bot]Merge #9841
2021-08-10 bors[bot]Merge #9840
2021-08-10 Yoshua Wuytsadd clone generation for structs and bare enums
2021-08-10 bors[bot]Merge #9838
2021-08-10 Yoshua WuytsAdd clone generation tests
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 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
next