]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/extract_module.rs
fix clippy::needless_late_init
[rust.git] / crates / ide_assists / src / handlers / extract_module.rs
2022-03-12 Matthias Krügerfix clippy::needless_late_init
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::needless_return
2022-03-12 Matthias Krügerfix clippy::useless_conversion
2022-03-12 Matthias Krügerfix clippy::redundant_closure
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-10 bors[bot]Merge #11671
2022-03-10 Lukas Wirthminor: Access parser internals through ide_db for ide...
2022-03-10 bors[bot]Merge #11662
2022-03-08 vi_mifix: extract_module selection inside impl
2022-03-07 bors[bot]Merge #11445
2022-03-05 bors[bot]Merge #11629
2022-03-05 bors[bot]Merge #11598
2022-02-28 bors[bot]Merge #11433
2022-02-25 Chayim Refael FriedmanMinor perf change: `vec.clone().into_iter()` => `vec...
2022-02-25 Chayim Refael FriedmanUpdate references to macro_rules in the "Extract module...
2022-02-25 Chayim Refael FriedmanDo not change visibility of macro_rules in the "Extract...
2022-02-24 bors[bot]Merge #11531
2022-02-22 bors[bot]Merge #11461
2022-02-22 bors[bot]Merge #11472
2022-02-22 vi_michore: reposition comment
2022-02-22 vi_mifix: visibility in impl items and pub(crate) to pub...
2022-02-21 bors[bot]Merge #11142
2022-01-08 bors[bot]Merge #11107
2022-01-07 bors[bot]Merge #11145
2022-01-06 bors[bot]Merge #11218
2022-01-04 bors[bot]Merge #11112
2022-01-03 bors[bot]Merge #11061
2022-01-03 bors[bot]Merge #11115
2022-01-03 bors[bot]Merge #11088
2022-01-02 bors[bot]Merge #11161
2022-01-02 Laurențiu NicolaReplace folds with for loops
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11035
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-17 Laurențiu NicolaRemove needless clones
2021-12-05 bors[bot]Merge #10902
2021-11-16 bors[bot]Merge #10734
2021-11-10 bors[bot]Merge #10741
2021-11-10 Lukas Wirthinternal: Flatten `Definition::ModuleDef` variant
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10595
2021-10-26 bors[bot]Merge #10592
2021-10-23 bors[bot]Merge #10602
2021-10-22 bors[bot]Merge #9939
2021-10-22 vi_mifix: making tests compatible with new trimmed sel_range
2021-10-16 Laurențiu NicolaUse trimmed selection range
2021-10-16 vi_mifix: Adding tuple fields in ADT, chore: test action...
2021-10-16 vi_mifix: arbitary noop of assist and same file double writes
2021-10-16 vi_mifeat: Adding extract_module assist