]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_if_let_with_match.rs
Merge #9739
[rust.git] / crates / ide_assists / src / handlers / replace_if_let_with_match.rs
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.