]> git.lizzy.rs Git - rust.git/history - crates/completion/src/item.rs
Make always-assert crate reusable
[rust.git] / crates / completion / src / item.rs
2021-01-26 Aleksey KladovMake always-assert crate reusable
2021-01-26 bors[bot]Merge #7393
2021-01-23 bors[bot]Merge #7391
2021-01-22 bors[bot]Merge #7396
2021-01-22 Aleksey KladovMore useful fn detail in completion
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7353
2021-01-22 bors[bot]Merge #7374
2021-01-22 bors[bot]Merge #7386
2021-01-20 Lukas WirthUpdate completions test output
2021-01-20 Lukas WirthPartially unify SymbolKind and CompletionItemKind
2021-01-19 Lukas WirthAdd LifetimeParam and ConstParam to CompletionItemKind
2021-01-19 bors[bot]Merge #7321
2021-01-18 bors[bot]Merge #7341
2021-01-18 bors[bot]Merge #7336
2021-01-18 bors[bot]Merge #7339
2021-01-18 bors[bot]Merge #7297 #7338
2021-01-18 bors[bot]Merge #7326
2021-01-18 bors[bot]Merge #7291
2021-01-18 bors[bot]Merge #7323
2021-01-18 bors[bot]Merge #7322
2021-01-18 Aleksey KladovUse assert_never properly
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-14 bors[bot]Merge #7271
2021-01-14 bors[bot]Merge #7270
2021-01-14 Aleksey KladovIntroduce more appropriate assertion mechanism
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
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-07 Kirill BulatovDisable the completion for no corresponding client...
2020-12-07 Kirill BulatovLess panic, more tests
2020-12-07 Kirill BulatovFix the profiling label
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 BulatovRefactor the code
2020-12-07 Kirill BulatovAdd eager resolve capability
2020-12-07 Kirill BulatovBetter support client completion resolve caps
2020-12-07 Kirill BulatovWorking resolve completion imports prototype
2020-12-07 Kirill BulatovDraft the new lsp handler
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 BulatovGroup import data in a struct
2020-11-27 Kirill BulatovExtract the import code into the shared module
2020-11-27 bors[bot]Merge #6651
2020-11-27 Kirill BulatovProfile completions better
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6496
2020-11-17 bors[bot]Merge #6577 #6579 #6581
2020-11-17 bors[bot]Merge #6553
2020-11-16 Kirill BulatovAvoid turning completion objects into builders
2020-11-16 Kirill BulatovQualify autoimport completion suggestions
2020-11-16 Kirill BulatovReuse existing element rendering
2020-11-16 Kirill BulatovAdd imports in auto completion
2020-11-03 bors[bot]Merge #6435
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-25 Igor AleksanovMove Completions structure definition into completions...
2020-10-25 Igor AleksanovReorganize completions structure