]> git.lizzy.rs Git - rust.git/history - crates/completion/src/lib.rs
Add flyimport completion for trait assoc items
[rust.git] / crates / completion / src / lib.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
2021-01-07 bors[bot]Merge #7189
2021-01-06 bors[bot]Merge #7186
2021-01-06 Aleksey KladovAlign config's API with usage
2021-01-06 bors[bot]Merge #7183
2021-01-06 Aleksey KladovYAGNI active_resolve_capabilities
2021-01-03 bors[bot]Merge #7068
2021-01-01 bors[bot]Merge #7080
2020-12-31 bors[bot]Merge #7071
2020-12-31 bors[bot]Merge #7106
2020-12-30 bors[bot]Merge #7083
2020-12-29 bors[bot]Merge #7070
2020-12-29 bors[bot]Merge #7077
2020-12-29 Laurențiu NicolaAvoid a couple of allocations
2020-12-10 bors[bot]Merge #6769
2020-12-10 bors[bot]Merge #6798
2020-12-10 bors[bot]Merge #6801
2020-12-10 Aleksey KladovMinor, more orthogonal code
2020-12-10 bors[bot]Merge #6797
2020-12-10 Aleksey KladovNormalize spelling to American English
2020-12-08 bors[bot]Merge #6760
2020-12-08 bors[bot]Merge #6750
2020-12-08 bors[bot]Merge #6706
2020-12-08 Kirill BulatovBetter config name
2020-12-07 Kirill BulatovDisable the completion for no corresponding client...
2020-12-07 Kirill BulatovSimplify
2020-12-07 Kirill BulatovUse stateless completion resolve
2020-12-07 Kirill BulatovRemove the state
2020-12-07 Kirill BulatovMake completion resolve async
2020-12-07 Kirill BulatovSimplify import edit calculation
2020-12-07 Kirill BulatovProperly fill client completion resolve capabilities...
2020-12-07 Kirill BulatovWorking resolve completion imports prototype
2020-12-02 bors[bot]Merge #6649
2020-12-02 bors[bot]Merge #6673
2020-12-02 bors[bot]Merge #6679
2020-11-29 bors[bot]Merge #6665
2020-11-29 bors[bot]Merge #6599
2020-11-29 bors[bot]Merge #6601
2020-11-28 Benjamin Coenenadd let and letm postfix to turn expressions into variables
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6635
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-24 bors[bot]Merge #6631
2020-11-24 Kirill BulatovDocument experimental completions
2020-11-16 Kirill BulatovMove autoimport completion into the unqialified_path...
2020-11-16 Kirill BulatovUse imports_locator
2020-11-16 Kirill BulatovAdd imports in auto completion
2020-11-03 bors[bot]Merge #6287
2020-11-03 bors[bot]Merge #6401
2020-11-03 bors[bot]Merge #6435
2020-11-03 bors[bot]Merge #6430
2020-11-03 Igor AleksanovIntroduce render module
2020-11-02 bors[bot]Merge #6365
2020-10-28 bors[bot]Merge #6384
2020-10-27 bors[bot]Merge #6376
2020-10-26 bors[bot]Merge #6257
2020-10-26 bors[bot]Merge #6351
2020-10-26 bors[bot]Merge #6333
2020-10-26 bors[bot]Merge #6347
2020-10-26 bors[bot]Merge #6350
2020-10-25 Igor AleksanovRemove presentation module
2020-10-25 Igor AleksanovMove Completions structure definition into completions...
2020-10-25 Igor AleksanovReorganize completions structure
2020-10-24 bors[bot]Merge #6331 #6342
2020-10-24 Igor AleksanovRe-export base_db from ide_db
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 #6109
2020-10-20 Benjamin Coenenadd completions for clippy lint in attributes
2020-10-20 bors[bot]Merge #6256
2020-10-20 bors[bot]Merge #6172
2020-10-19 bors[bot]Merge #6274
2020-10-18 bors[bot]Merge #6276
2020-10-18 Igor AleksanovExtract call_info and completion into separate crates