]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/inline_local_variable.rs
fix: insert whitespaces into assoc items for assist when macro generated
[rust.git] / crates / ide_assists / src / handlers / inline_local_variable.rs
2021-12-05 bors[bot]Merge #10902
2021-10-17 bors[bot]Merge #10417
2021-10-15 bors[bot]Merge #10543
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10309
2021-10-14 bors[bot]Merge #10537
2021-10-13 bors[bot]Merge #10534
2021-10-13 bors[bot]Merge #10536
2021-10-13 Lukas WirthMake AssistContext::frange private
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
2021-10-12 bors[bot]Merge #10530
2021-10-12 bors[bot]Merge #10528
2021-10-12 Lukas WirthMake selections in assists with trailing/leading whites...
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-26 bors[bot]Merge #10360
2021-09-26 Aleksey Kladovinternal: more reasonable grammar for blocks
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-15 bors[bot]Merge #10048
2021-09-15 bors[bot]Merge #10233
2021-09-14 bors[bot]Merge #10237
2021-09-14 Lukas Wirthfix: Do not wrap inlined local in parens when at block...
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-12 bors[bot]Merge #9807
2021-08-12 bors[bot]Merge #9863
2021-08-11 bors[bot]Merge #9861
2021-08-11 Lukas Wirthextract_variable handles selection ranges better
2021-08-04 bors[bot]Merge #9734
2021-08-03 bors[bot]Merge #9772
2021-08-03 bors[bot]Merge #9770
2021-08-02 bors[bot]Merge #9751
2021-08-02 bors[bot]Merge #9759
2021-08-02 Lukas WirthSimplify inline_local_variable assist
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-06-21 bors[bot]Merge #9264
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas Wirthsimplify
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-14 bors[bot]Merge #8951
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-04 bors[bot]Merge #9141
2021-06-04 Lukas WirthDon't inline mutable locals in 'inline_local_variable'
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-23 bors[bot]Merge #8591 #8638
2021-04-23 bors[bot]Merge #8317
2021-04-22 bors[bot]Merge #8620
2021-04-21 bors[bot]Merge #8570
2021-04-20 bors[bot]Merge #8600
2021-04-20 bors[bot]Merge #8602
2021-04-20 bors[bot]Merge #8601
2021-04-20 Jonas Schievink"Inline variable" when on a use of the variable
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7941
2021-03-08 bors[bot]Merge #7898
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
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.