]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Merge #9380
[rust.git] / crates / ide_assists /
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
2021-05-16 bors[bot]Merge #8845
2021-05-16 bors[bot]Merge #8853
2021-05-16 Aleksey Kladovinternal: use standard test style
2021-05-16 Aleksey Kladovinternal: use mutable trees when filling match arms
2021-05-16 Aleksey Kladovminor: use uniform names
2021-05-16 bors[bot]Merge #8813
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-05-14 bors[bot]Merge #8819
2021-05-14 bors[bot]Merge #8838
2021-05-14 Aleksey Kladovinternal: use more mutable APIs
2021-05-14 bors[bot]Merge #8837
2021-05-14 Aleksey Kladovinternal: use standard style for tests
2021-05-14 Aleksey Kladovinternal: rewrite assoc item manipulaion to use mutable...
2021-05-14 JadeAdd more tests, refactor array lengths/consteval work
2021-05-13 bors[bot]Merge #8830
2021-05-13 bors[bot]Merge #8822
2021-05-13 bors[bot]Merge #8814
2021-05-13 bors[bot]Merge #8820
next