]> git.lizzy.rs Git - rust.git/history - crates/completion/src/render.rs
Simplify import edit calculation
[rust.git] / crates / completion / src / render.rs
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-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 #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 Kirill BulatovImprove autoimports on completion speed
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 BulatovFix the other test
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 AleksanovAdd doc-comments to the new files
2020-11-03 Igor AleksanovMake structures order more logical in render.rs
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