]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_if_let_with_match.rs
Merge #10438
[rust.git] / crates / ide_assists / src / handlers / replace_if_let_with_match.rs
2021-10-03 bors[bot]Merge #10438
2021-10-03 bors[bot]Merge #10437
2021-10-02 bors[bot]Merge #10430
2021-10-02 bors[bot]Merge #10421
2021-10-02 bors[bot]Merge #10429
2021-10-02 Aleksey Kladovinternal: remove deprecated method
2021-10-02 Aleksey Kladovminor: reduce duplication
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-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-18 bors[bot]Merge #10252
2021-09-17 bors[bot]Merge #10267
2021-09-17 rainy-meNarrow "if-let to match" assist available range
2021-09-15 bors[bot]Merge #10048
2021-09-14 bors[bot]Merge #10204
2021-09-13 bors[bot]Merge #10229
2021-09-13 bors[bot]Merge #10199
2021-09-13 bors[bot]Merge #10225
2021-09-13 bors[bot]Merge #10226
2021-09-13 Lukas WirthSimplify
2021-09-01 bors[bot]Merge #9954
2021-08-27 bors[bot]Merge #9970
2021-08-24 bors[bot]Merge #9944
2021-08-23 bors[bot]Merge #10001
2021-08-22 bors[bot]Merge #9972
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9965
2021-08-21 bors[bot]Merge #9962
2021-08-21 elkowarFix smaller nitpicks
2021-08-21 elkowarUse NameClass::classify to check for ConstReference
2021-08-21 elkowarAdd heuristic to determine type of IdentPat, make check...
2021-08-20 elkowarAdd empty-body check to replace_match_with_if_let and...
2021-08-09 bors[bot]Merge #9735
2021-08-04 bors[bot]Merge #9734
2021-08-03 bors[bot]Merge #9765
2021-08-03 Lukas WirthGive TypeInfo fields and methods more appropriate names
2021-08-03 Lukas WirthRevise TypeInfo::ty usage
2021-08-03 Lukas WirthIntroduce TypeInfo
2021-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9743
2021-07-31 bors[bot]Merge #9741
2021-07-31 Lukas WirthReplace useless types
2021-07-12 bors[bot]Merge #9179
2021-07-12 bors[bot]Merge #9535
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9449
2021-07-10 bors[bot]Merge #9557
2021-07-10 bors[bot]Merge #9552
2021-07-10 bors[bot]Merge #9553
2021-07-10 Lukas WirthDisambiguate replace with if let assist labels
2021-07-02 bors[bot]Merge #9465
2021-07-02 Lukas WirthDon't check sad pattern equality by text
2021-07-02 Lukas Wirth`replace_match_with_if_let` works on more binary matches
2021-07-02 Lukas WirthSimplify
2021-07-02 bors[bot]Merge #9428
2021-07-01 bors[bot]Merge #9458
2021-07-01 Lukas WirthRemove make::match_arm_with_guard
2021-07-01 bors[bot]Merge #9455
2021-07-01 Lukas WirthHandle not let if expressions in replace_if_let_with_match
2021-07-01 bors[bot]Merge #9454
2021-07-01 Lukas WirthEmpower `replace_if_let_with_match`
2021-06-29 bors[bot]Merge #9269
2021-06-21 bors[bot]Merge #9264
2021-06-20 bors[bot]Merge #9344
2021-06-20 bors[bot]Merge #9328
2021-06-18 bors[bot]Merge #9334
2021-06-18 bors[bot]Merge #9332
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-16 bors[bot]Merge #9258
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9242
2021-06-13 Maan2003clippy::redudant_borrow
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.