]> git.lizzy.rs Git - rust.git/history - crates/assists/src/handlers/qualify_path.rs
Add flyimport completion for trait assoc items
[rust.git] / crates / assists / src / handlers / qualify_path.rs
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-16 bors[bot]Merge #7295
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-14 bors[bot]Merge #7110
2021-01-13 bors[bot]Merge #7220
2021-01-08 bors[bot]Merge #7145
2021-01-07 bors[bot]Merge #7193
2021-01-07 bors[bot]Merge #7191
2021-01-07 bors[bot]Merge #7195
2021-01-07 bors[bot]Merge #7194
2021-01-07 bors[bot]Merge #7184
2021-01-07 Kevaundray WedderburnChange <|> to $0 - Rebase
2020-12-14 bors[bot]Merge #6817
2020-12-12 bors[bot]Merge #6845
2020-12-12 bors[bot]Merge #6846
2020-12-12 Jeremy KolbRemove some redundant allocations
2020-12-02 bors[bot]Merge #6649
2020-11-29 bors[bot]Merge #6599
2020-11-29 bors[bot]Merge #6601
2020-11-28 bors[bot]Merge #6664
2020-11-28 bors[bot]Merge #6660
2020-11-28 bors[bot]Merge #6645
2020-11-28 bors[bot]Merge #6650
2020-11-28 Kirill BulatovMove the helpers into ide_db
2020-11-27 Kirill BulatovExtract the import code into the shared module
2020-11-03 bors[bot]Merge #6435
2020-11-02 bors[bot]Merge #6445
2020-11-02 bors[bot]Merge #6365
2020-11-02 bors[bot]Merge #6393 #6399
2020-10-29 Lukas WirthKeep generic annotations when qualifying things
2020-10-26 bors[bot]Merge #6257
2020-10-23 bors[bot]Merge #6251 #6310
2020-10-23 bors[bot]Merge #6324
2020-10-21 bors[bot]Merge #6307
2020-10-20 bors[bot]Merge #6259
2020-10-20 bors[bot]Merge #6256
2020-10-20 bors[bot]Merge #6172
2020-10-16 Lukas WirthDe-duplicate `add_group` callsite in qualify_path
2020-10-15 Lukas WirthProperly qualify trait methods in qualify_path assist
2020-10-14 Lukas WirthAdd mark tests to qualify_path assist
2020-10-14 Lukas WirthAdd qualify path assist