]> git.lizzy.rs Git - rust.git/history - crates/completion/src/completions.rs
Share import_assets and related entities
[rust.git] / crates / completion / src / completions.rs
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-14 bors[bot]Merge #7110
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...
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-20 bors[bot]Merge #6968
2020-12-20 bors[bot]Merge #6963
2020-12-20 Lukas WirthAdd completions for patterns
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-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 BulatovMove autoimport completion into the unqialified_path...
2020-11-16 Kirill BulatovRename the module
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 AleksanovRemove intra-crate facade from completions
2020-11-03 Igor AleksanovGet rid of do-er antipattern
2020-11-03 Igor AleksanovProvide only explicit constructor for RenderContext
2020-11-03 Igor AleksanovMove rendering tests to the render module
2020-11-03 Igor AleksanovAdd TypeAliasRender
2020-11-03 Igor AleksanovAdd ConstRender
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 Igor AleksanovReduce visibility of some methods
2020-10-25 Igor AleksanovAdd a module doc-comment for completions module
2020-10-25 Igor AleksanovRemove presentation module
2020-10-25 Igor AleksanovMove Completions structure definition into completions...
2020-10-25 Igor AleksanovReorganize completions structure