]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/invert_if.rs
Support `if let` match guards
[rust.git] / crates / ide_assists / src / handlers / invert_if.rs
2021-08-12 bors[bot]Merge #9807
2021-08-09 bors[bot]Merge #9735
2021-08-08 bors[bot]Merge #9808
2021-08-08 bors[bot]Merge #9810
2021-08-07 bors[bot]Merge #9809
2021-08-07 Lukas WirthSimplify
2021-08-04 bors[bot]Merge #9734
2021-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9743
2021-07-31 bors[bot]Merge #9742
2021-07-31 Lukas WirthFix hover range for derive inputs
2021-07-31 bors[bot]Merge #9740
2021-07-31 Lukas Wirthadd_explicit_type is applicable for closure parameters
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9449
2021-07-07 bors[bot]Merge #9417
2021-07-06 bors[bot]Merge #9514
2021-07-06 Lukas WirthInvert boolean literals in assist negation logic
2021-03-17 bors[bot]Merge #8048
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8034
2021-03-16 bors[bot]Merge #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-02 bors[bot]Merge #7335 #7691
2021-03-02 bors[bot]Merge #7777
2021-03-01 bors[bot]Merge #7778
2021-02-27 bors[bot]Merge #7797
2021-02-24 bors[bot]Merge #7741
2021-02-24 bors[bot]Merge #7719
2021-02-24 lbrandeDe Morgan's Law assist now correctly inverts <, <=...
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.