]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/qualify_path.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / qualify_path.rs
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11035
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-05 bors[bot]Merge #10902
2021-11-04 bors[bot]Merge #10645
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10650
2021-10-29 bors[bot]Merge #10648
2021-10-29 bors[bot]Merge #10595
2021-10-28 bors[bot]Merge #10656
2021-10-28 Lukas WirthEnable auto-import and qualify-path in derive attributes
2021-10-26 bors[bot]Merge #10592
2021-10-23 bors[bot]Merge #10602
2021-10-22 Paweł Palenicaapply code review suggestions
2021-10-21 Paweł Palenicacleanup qualify_path
2021-10-21 Paweł PalenicaRun cargo fmt
2021-10-21 Paweł PalenicaAdd qualify method call assist
2021-10-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
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-15 bors[bot]Merge #10048
2021-09-08 bors[bot]Merge #10093
2021-09-01 bors[bot]Merge #10114
2021-09-01 Lukas WirthDeduplicate imports for qualify_path
2021-07-29 bors[bot]Merge #9706
2021-07-28 bors[bot]Merge #9716
2021-07-28 Jonas SchievinkStop reexporting `hir_def`'s `ItemInNs` from HIR
2021-06-21 bors[bot]Merge #9264
2021-06-16 bors[bot]Merge #9258
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-15 bors[bot]Merge #9292
2021-06-15 bors[bot]Merge #9288
2021-06-15 Aleksey Kladovinternal: cleanup tests
2021-03-24 bors[bot]Merge #7907
2021-03-22 bors[bot]Merge #8054
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8128
2021-03-21 bors[bot]Merge #8123
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-19 bors[bot]Merge #8102
2021-03-19 Lukas WirthCleanup qualify_path
2021-03-19 bors[bot]Merge #8097
2021-03-18 bors[bot]Merge #8095
2021-03-18 Lukas WirthFix associated items not being appended to paths in...
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 BulatovEnforce the located imports' order
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-08 Kirill BulatovProperly handle turbofishes in qualifiers
2021-03-08 Kirill BulatovReturn more data about located imports
2021-03-08 Kirill BulatovDraft the qualifier import resolution
2021-03-08 Kirill BulatovTest and initial refactoring
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
2021-03-08 bors[bot]Merge #7923
2021-03-08 Aleksey KladovHygiene is an internal implementation detail of the...
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.