]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/auto_import.rs
Cleanup insert_use tests
[rust.git] / crates / ide_assists / src / handlers / auto_import.rs
2021-06-19 Lukas WirthCleanup insert_use tests
2021-06-19 bors[bot]Merge #9338
2021-06-18 bors[bot]Merge #9335
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-22 bors[bot]Merge #8901
2021-05-20 bors[bot]Merge #8902
2021-05-20 bors[bot]Merge #8898
2021-05-20 bors[bot]Merge #8897
2021-05-20 bors[bot]Merge #8893
2021-05-20 Lukas Tobias WirthUpdate outdated auto-import documentation
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-16 bors[bot]Merge #8813
2021-05-14 bors[bot]Merge #8819
2021-05-13 bors[bot]Merge #8830
2021-05-13 bors[bot]Merge #8822
2021-05-13 bors[bot]Merge #8814
2021-05-13 bors[bot]Merge #8820
2021-05-13 Lukas WirthReturn absolute paths in find_path if crate start is...
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-23 bors[bot]Merge #8317
2021-04-21 bors[bot]Merge #8570
2021-04-20 Lukas WirthAdd cov_marks to insert_use tests
2021-04-20 bors[bot]Merge #8598
2021-04-20 Lukas WirthRemove SyntaxRewriter usage in insert_use in favor...
2021-04-19 bors[bot]Merge #8588
2021-04-19 bors[bot]Merge #8586
2021-04-19 bors[bot]Merge #8587
2021-04-19 Jonas SchievinkAdd autoimport test with inner items
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-04-01 bors[bot]Merge #8265
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8271
2021-03-31 bors[bot]Merge #8269
2021-03-31 bors[bot]Merge #8267
2021-03-30 Ayomide BamideleGifs and screenshots for features in manual
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-12 bors[bot]Merge #7956
2021-03-10 bors[bot]Merge #7957
2021-03-10 Kirill BulatovFix labels for single import assists
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7941
2021-03-09 bors[bot]Merge #7873 #7933
2021-03-08 bors[bot]Merge #7898
2021-03-08 Kirill BulatovAdd rustdocs and use better names
2021-03-08 Kirill BulatovLess lifetines: derive SemanticsScope in place
2021-03-08 Kirill BulatovEnforce the located imports' order
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-08 Kirill BulatovDo not propose already imported imports
2021-03-08 Kirill BulatovProperly handle turbofishes in qualifiers
2021-03-08 Kirill BulatovReturn more data about located imports
2021-03-08 Kirill BulatovTest and initial refactoring
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-03-02 bors[bot]Merge #7777
2021-03-01 bors[bot]Merge #7778
2021-02-27 bors[bot]Merge #7797
2021-02-27 bors[bot]Merge #7566
2021-02-26 bors[bot]Merge #7792
2021-02-26 Sanchith Hegdedocs(ide_assists): Change importMergeBehaviour to impor...
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.