]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/generate_default_from_new.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / generate_default_from_new.rs
2021-10-12 bors[bot]Merge #10423
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-06-21 bors[bot]Merge #9264
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9316
2021-06-17 Aleksey Kladovinternal: add default to minicore
2021-05-19 bors[bot]Merge #8882
2021-05-18 bors[bot]Merge #8871
2021-05-17 bors[bot]Merge #8795
2021-05-17 bors[bot]Merge #8858
2021-05-16 bors[bot]Merge #8845
2021-05-15 hi-rustinRemove attrs
2021-05-15 hi-rustinAddress comments and add more tests
2021-05-15 hi-rustinGenerate the impl block via generate_trait_impl_text
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 bors[bot]Merge #8186
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7941
2021-03-08 bors[bot]Merge #7898
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
2021-03-08 bors[bot]Merge #7891
2021-03-07 bors[bot]Merge #7889
2021-03-07 bors[bot]Merge #7895
2021-03-07 bors[bot]Merge #7892
2021-03-06 bors[bot]Merge #7896
2021-03-06 bors[bot]Merge #7800
2021-03-06 Chetan Khilosiya7708: rust ideomatic code fixes.
2021-03-06 Chetan Khilosiya7708: handle both FamousDefs fixture and plain code.
2021-03-06 Chetan Khilosiya7708: Added the updated implementation of is_default_im...
2021-03-06 Chetan Khilosiya7708: Added the logic to check is default impl is alrea...
2021-03-06 Chetan Khilosiya7708: Updated generate default fn logic.
2021-03-06 Chetan Khilosiya7708: Added the work for review comments.
2021-03-06 Chetan Khilosiya7708: Fixed many documentaion example issues.
2021-03-06 Chetan Khilosiya7708: Format code through rust-analyzer formatter.
2021-03-06 Chetan Khilosiya7708: Initial implementation of generate Default assist.