]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/reorder_impl.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / reorder_impl.rs
2021-10-12 bors[bot]Merge #10423
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-08-21 bors[bot]Merge #9962
2021-08-12 bors[bot]Merge #9807
2021-08-09 bors[bot]Merge #9825
2021-08-09 bors[bot]Merge #9735
2021-08-02 vsrsAllow several samples in "// Assist:" comments.
2021-08-02 vsrscargo fmt
2021-08-02 vsrsSort trait and impl methods
2021-05-19 bors[bot]Merge #8882
2021-05-18 bors[bot]Merge #8871
2021-05-17 bors[bot]Merge #8795
2021-05-16 bors[bot]Merge #8845
2021-05-16 bors[bot]Merge #8853
2021-05-16 Aleksey Kladovminor: use uniform names
2021-05-11 bors[bot]Merge #8398
2021-05-05 bors[bot]Merge #8674
2021-05-04 bors[bot]Merge #8719
2021-05-04 bors[bot]Merge #8711
2021-05-03 bors[bot]Merge #8715
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8712
2021-05-03 Lukas Tobias WirthDon't mutate the tree while traversing in reorder_impl
2021-05-03 bors[bot]Merge #8427
2021-04-27 bors[bot]Merge #8624
2021-04-27 bors[bot]Merge #8629 #8657
2021-04-24 bors[bot]Merge #8641
2021-04-23 bors[bot]Merge #8639
2021-04-23 bors[bot]Merge #8591 #8638
2021-04-21 Lukas WirthDon't filter equal nodes in reorder assists
2021-04-20 Lukas WirthReplace SyntaxRewriter usage with ted in reorder_impl...
2021-03-24 bors[bot]Merge #7907
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
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.