]> git.lizzy.rs Git - rust.git/history - crates/completion/src/render/enum_variant.rs
Merge #7706
[rust.git] / crates / completion / src / render / enum_variant.rs
2021-02-05 bors[bot]Merge #7505
2021-02-05 bors[bot]Merge #7535
2021-02-04 bors[bot]Merge #7559
2021-02-04 Jonas SchievinkMake `ModPath`'s representation private
2021-01-26 bors[bot]Merge #7393
2021-01-23 bors[bot]Merge #7391
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7353
2021-01-20 Lukas WirthPartially unify SymbolKind and CompletionItemKind
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
2020-12-31 bors[bot]Merge #7106
2020-12-27 bors[bot]Merge #7047
2020-12-25 bors[bot]Merge #7038
2020-12-25 bors[bot]Merge #7036
2020-12-24 bors[bot]Merge #7030
2020-12-23 bors[bot]Merge #6960
2020-12-23 bors[bot]Merge #7000
2020-12-22 bors[bot]Merge #6964
2020-12-22 Lukas WirthReduce some more code duplication
2020-12-20 bors[bot]Merge #6968
2020-12-20 bors[bot]Merge #6963
2020-12-20 bors[bot]Merge #6961
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6958
2020-12-20 Aleksey KladovAlign code_model name with ungrammar
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-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 AleksanovIntroduce render module