]> git.lizzy.rs Git - rust.git/history - crates/completion
Merge #6599
[rust.git] / crates / completion /
2020-11-29 bors[bot]Merge #6599
2020-11-29 bors[bot]Merge #6601
2020-11-28 bors[bot]Merge #6664
2020-11-28 Benjamin Coenenadd let and letm postfix to turn expressions into variables
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 #6635
2020-11-26 Lukas WirthComplete struct in irrefutable let
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-24 bors[bot]Merge #6631
2020-11-24 Kirill BulatovDocument experimental completions
2020-11-24 Kirill BulatovGate autoimports begind experimental completions flag
2020-11-24 Kirill BulatovImprove autoimports on completion speed
2020-11-21 Benjamin Coenenadd let and letm postfix to turn expressions into variables
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 BulatovRemove query aliases
2020-11-16 Kirill BulatovFix the other test
2020-11-16 Kirill BulatovQualify autoimport completion suggestions
2020-11-16 Kirill BulatovBetter filter mod paths
2020-11-16 Kirill BulatovMove autoimport completion into the unqialified_path...
2020-11-16 Kirill BulatovOmit modules during autocompletion
2020-11-16 Kirill BulatovTweak the search limits a bit
2020-11-16 Kirill BulatovReuse existing element rendering
2020-11-16 Kirill BulatovUse imports_locator
2020-11-16 Kirill BulatovRename the module
2020-11-16 Kirill BulatovAllow to configure the merge behavior
2020-11-16 Kirill BulatovAdd braces to functions and macros
2020-11-16 Kirill BulatovTidy up the tests
2020-11-16 Kirill BulatovUse rewriter api to add both changes
2020-11-16 Kirill BulatovAdd imports in auto completion
2020-11-16 bors[bot]Merge #6563
2020-11-16 Lukas WirthDon't complete keywords in struct literals
2020-11-15 bors[bot]Merge #6552
2020-11-13 bors[bot]Merge #6544
2020-11-13 Benjamin Coenenadd suggestion ..Default::default() for remaining struc...
2020-11-09 bors[bot]Merge #6512
2020-11-09 bors[bot]Merge #6472
2020-11-09 bors[bot]Merge #6465
2020-11-09 bors[bot]Merge #6501
2020-11-09 bors[bot]Merge #6500
2020-11-08 Pavan Kumar SunkaraAdd some postfix snippet
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
2020-11-02 bors[bot]Merge #6365
2020-11-02 bors[bot]Merge #6393 #6399
2020-11-02 bors[bot]Merge #6440
2020-11-02 Aleksey KladovRemove more unreachable pubs
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-26 bors[bot]Merge #6333
2020-10-26 bors[bot]Merge #6347
2020-10-26 bors[bot]Merge #6350
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
2020-10-24 bors[bot]Merge #6331 #6342
2020-10-24 Igor AleksanovRe-export base_db from ide_db
2020-10-24 Igor AleksanovMake call_info a part of ide_db
2020-10-24 Igor AleksanovRemove dependency on 'assists' from 'completion' crate
2020-10-23 bors[bot]Merge #6251 #6310
2020-10-23 bors[bot]Merge #6339
2020-10-23 bors[bot]Merge #6336
2020-10-23 bors[bot]Merge #6341
2020-10-23 Aleksey KladovComplete variants when only enun name is typed
2020-10-23 bors[bot]Merge #6335
2020-10-23 bors[bot]Merge #6324
2020-10-22 bors[bot]Merge #6098
2020-10-22 adamrkInsert ref for completions
2020-10-21 bors[bot]Merge #6307
2020-10-20 bors[bot]Merge #6259
2020-10-20 bors[bot]Merge #6109
2020-10-20 Benjamin Coenenadd completions for clippy lint in attributes
2020-10-20 bors[bot]Merge #6256
2020-10-20 bors[bot]Merge #6172
2020-10-19 bors[bot]Merge #6274
next