]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_qualified_name_with_use.rs
Don't insert imports outside of cfg attributed items
[rust.git] / crates / ide_assists / src / handlers / replace_qualified_name_with_use.rs
2021-06-18 Lukas WirthDon't insert imports outside of cfg attributed items
2021-06-18 bors[bot]Merge #9334
2021-06-18 Lukas WirthAllow to disable import insertion on single path glob...
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-03 bors[bot]Merge #8482
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-20 Lukas WirthAdd cov_marks to insert_use tests
2021-04-20 Lukas WirthRemove SyntaxRewriter usage in insert_use in favor...
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-08 bors[bot]Merge #7891
2021-03-08 bors[bot]Merge #7901
2021-03-07 bors[bot]Merge #7889
2021-03-07 asvMake group imports configurable
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.