]> git.lizzy.rs Git - rust.git/history - crates/completion/src/render/function.rs
Merge #7706
[rust.git] / crates / completion / src / render / function.rs
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 WirthPartially unify SymbolKind and CompletionItemKind
2021-01-19 bors[bot]Merge #7351
2021-01-19 bors[bot]Merge #7321
2021-01-19 bors[bot]Merge #7342
2021-01-18 Kirill BulatovShow deprecated completions for deprecated traits
2021-01-18 bors[bot]Merge #7326
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-03 bors[bot]Merge #7113
2021-01-03 bors[bot]Merge #7136
2021-01-03 bors[bot]Merge #7068
2021-01-03 bors[bot]Merge #7115
2021-01-02 Nick SpainMake the result of Const, FunctionRender and TypeAliasR...
2021-01-02 Nick SpainMark HasSource::source_old as deprecated but allow...
2021-01-02 Nick SpainHasSource::source -> HasSource::source_old
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-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 BulatovSimplify import edit calculation
2020-12-07 Kirill BulatovRemove redundant code
2020-12-07 Kirill BulatovRefactor the code
2020-12-07 Kirill BulatovAdd eager resolve capability
2020-12-02 bors[bot]Merge #6649
2020-12-02 bors[bot]Merge #6673
2020-12-02 bors[bot]Merge #6679
2020-12-02 bors[bot]Merge #6697
2020-12-01 bors[bot]Merge #6683
2020-12-01 bors[bot]Merge #6688
2020-12-01 Aleksey KladovPlace cursor correctly when completing assoc fns with...
2020-12-01 Aleksey KladovType-safer API for dealing with parameter lists with...
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-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-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 AleksanovGet rid of do-er antipattern
2020-11-03 Igor AleksanovAdd doc-comments to the new files
2020-11-03 Igor AleksanovMove rendering tests to the render module
2020-11-03 Igor AleksanovAdd ConstRender
2020-11-03 Igor AleksanovIntroduce render module