]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
clippy::redundant_closure
[rust.git] / crates / ide_assists /
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9239
2021-06-12 bors[bot]Merge #9238
2021-06-12 Aleksey Kladovinternal: cross-crate cov-marks
2021-06-11 bors[bot]Merge #9204
2021-06-11 bors[bot]Merge #9219
2021-06-11 bors[bot]Merge #9218
2021-06-11 bors[bot]Merge #9216
2021-06-11 bors[bot]Merge #9215
2021-06-11 Maan2003change visibility for use and macro items
2021-06-11 bors[bot]Merge #9192
2021-06-11 bors[bot]Merge #9209
2021-06-11 Maan2003Don't suggest Remove unused param in trait impls
2021-06-08 bors[bot]Merge #9177
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 bors[bot]Merge #9170
2021-06-07 bors[bot]Merge #9169
2021-06-07 bors[bot]Merge #9144
2021-06-06 Joshua Warnerfmt
2021-06-05 Joshua WarnerRefactor to be just one assist
2021-06-05 bors[bot]Merge #9149
2021-06-05 bors[bot]Merge #9140
2021-06-05 bors[bot]Merge #9148
2021-06-05 bors[bot]Merge #9146
2021-06-05 Joshua WarnerAdd assist for converting a tuple enum variant to a...
2021-06-04 bors[bot]Merge #9141
2021-06-04 Lukas WirthDon't inline mutable locals in 'inline_local_variable'
2021-06-03 bors[bot]Merge #9130
2021-06-03 bors[bot]Merge #9129
2021-06-03 Matthias KrügerNFC: remove redundant clones (clippy::perf)
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9119
2021-06-02 Jonas SchievinkPreserve indentation
2021-06-02 Jonas SchievinkAccount for traits
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 Lukas WirthFix references to patterns in extract_struct_from_enum_...
2021-06-02 Lukas WirthCarry over attributes in extract_struct_from_enum_variant
2021-06-02 Lukas WirthAccount for generics in extract_struct_from_enum_variant
2021-06-02 bors[bot]Merge #9111
2021-06-02 Jonas SchievinkPlace extracted type alias outside of impl
2021-06-02 BrandonDon't show extract into variable assist for unit expres...
2021-05-31 bors[bot]Merge #8952
2021-05-30 bors[bot]Merge #9062
2021-05-27 bors[bot]Merge #8997
2021-05-27 bors[bot]Merge #9005
2021-05-26 bors[bot]Merge #8995
2021-05-26 bors[bot]Merge #9008
2021-05-26 bors[bot]Merge #9007
2021-05-26 Laurențiu Nicolaclippy::redundant_clone fixes
2021-05-25 bors[bot]Merge #8767
2021-05-25 bors[bot]Merge #8942
2021-05-24 bors[bot]Merge #8975
2021-05-24 Domantas Jadenkusadd test that it does not create extraneous commas
2021-05-24 Domantas Jadenkustidy
2021-05-24 Domantas Jadenkusgenerate match arms with todo!() as placeholder body
2021-05-24 bors[bot]Merge #8955
2021-05-23 bors[bot]Merge #8945
2021-05-23 Florian DieboldGet rid of field_type again
2021-05-23 bors[bot]Merge #8953
2021-05-23 Aleksey Kladovfeat: generate getter avoids generating types like...
2021-05-23 bors[bot]Merge #8948
2021-05-23 Aleksey Kladovfeat: generate getter assist places the cursor at the...
2021-05-23 Aleksey Kladovminimize tests
2021-05-23 Aleksey Kladovremove duplicate tests
2021-05-23 Aleksey Kladovreduce duplication
2021-05-23 bors[bot]Merge #8947
2021-05-23 Lukas Tobias WirthCorrectly resolve crate name in use paths when import...
2021-05-22 bors[bot]Merge #8923
2021-05-22 bors[bot]Merge #8922
2021-05-22 Aleksey KladovAdd more docs
2021-05-22 bors[bot]Merge #8868
2021-05-22 Aleksey Kladovuse more precise name
2021-05-22 bors[bot]Merge #8921
2021-05-22 Aleksey Kladovinternal: replace AstTransformer with mutable syntax...
2021-05-22 bors[bot]Merge #8901
2021-05-21 DawerTest `fill_match_arms` for lazy computation.
2021-05-20 bors[bot]Merge #8902
2021-05-20 Dawerfix: `fill_match_arms` hangs on a tuple of large enums
2021-05-20 DawerCompute missing arms lazily.
2021-05-20 bors[bot]Merge #8898
2021-05-20 bors[bot]Merge #8897
2021-05-20 Lukas Tobias WirthDon't compare ast::Visibility by stringifying
2021-05-20 bors[bot]Merge #8893
2021-05-20 Lukas Tobias WirthUpdate outdated auto-import documentation
2021-05-20 bors[bot]Merge #8873
2021-05-19 bors[bot]Merge #8885 #8887
2021-05-19 bors[bot]Merge #8884
2021-05-19 Daweradd_explicit_type respects `@` patterns
2021-05-19 bors[bot]Merge #8882
2021-05-19 Lukas Tobias WirthReplace ImportGranularity::Guess with guessing boolean...
2021-05-18 bors[bot]Merge #8871
2021-05-18 Lukas Tobias WirthMergeBehavior -> ImportGranularity
2021-05-17 bors[bot]Merge #8766
2021-05-17 Jamie CunliffeExtract function assist will add async if required
2021-05-17 bors[bot]Merge #8795
2021-05-17 bors[bot]Merge #8858
next