]> git.lizzy.rs Git - rust.git/history - crates/ide_completion/src/completions/flyimport.rs
simplify
[rust.git] / crates / ide_completion / src / completions / flyimport.rs
2021-05-27 Lukas Wirthsimplify
2021-05-27 Lukas WirthCollapse more CompletionContext booleans into enums
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-20 Lukas WirthAdd cov_marks to insert_use tests
2021-04-19 bors[bot]Merge #8524 #8527
2021-04-19 bors[bot]Merge #8565
2021-04-19 bors[bot]Merge #8540
2021-04-19 bors[bot]Merge #8467
2021-04-18 bors[bot]Merge #8560
2021-04-16 bors[bot]Merge #8546
2021-04-16 bors[bot]Merge #8542
2021-04-16 bors[bot]Merge #8539
2021-04-16 Kirill BulatovExclude inherent traits from flyimports
2021-04-15 bors[bot]Merge #8510 #8533
2021-04-15 bors[bot]Merge #8526
2021-04-15 Kirill BulatovDo not show flyimports in trait or impl declarations
2021-04-13 bors[bot]Merge #8415
2021-04-10 bors[bot]Merge #8436
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8394
2021-04-06 bors[bot]Merge #8389
2021-04-06 memoryruinsFix typo
2021-04-06 memoryruinsDo not import on the fly during fields of record litera...
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 #8131
2021-03-21 Kirill BulatovUse smart case in flyimport items lookup
2021-03-21 bors[bot]Merge #8123
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-20 Kirill BulatovDo not propose assoc items without qualifiers
2021-03-17 bors[bot]Merge #8048
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8034
2021-03-16 bors[bot]Merge #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-12 Josh Mcguiganshow function params in completion detail
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 BulatovLess lifetines: derive SemanticsScope in place
2021-03-08 Kirill BulatovRestrict fuzzy qualifiers for now
2021-03-08 Kirill BulatovTest for fuzzy unresolved path maatch
2021-03-08 Kirill BulatovFix the completion labels and tests
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-08 Kirill BulatovUpdate the docs
2021-03-08 Kirill BulatovSimplify
2021-03-08 Kirill BulatovRefactor the import location
2021-03-08 Kirill BulatovDo not propose already imported imports
2021-03-08 Kirill BulatovProperly handle turbofishes in qualifiers
2021-03-08 Kirill BulatovFix some tests
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-02 bors[bot]Merge #7335 #7691
2021-02-20 bors[bot]Merge #7724
2021-02-20 Kirill BulatovConsider import prefix config settings during flyimports
2021-02-17 bors[bot]Merge #7707
2021-02-17 Aleksey Kladovrename completion -> ide_completion