]> git.lizzy.rs Git - rust.git/history - crates/assists
Merge #6599
[rust.git] / crates / assists /
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 BulatovRustdocs fixes
2020-11-27 Kirill BulatovExtract the import code into the shared module
2020-11-27 bors[bot]Merge #6651
2020-11-27 Kirill BulatovFix the profiling string
2020-11-27 Kirill BulatovProfile completions better
2020-11-27 bors[bot]Merge #6648
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-24 bors[bot]Merge #6618
2020-11-24 bors[bot]Merge #6617
2020-11-24 Laurențiu NicolaAvoid string allocations in ignore_test
2020-11-24 bors[bot]Merge #6610
2020-11-23 Jakob Hellermannadd 'Re-enable this test' assist
2020-11-20 bors[bot]Merge #6595
2020-11-20 Lukas WirthDon't wrap parens around expr in remove_dbg assist...
2020-11-17 Lukas WirthDon't call a closure function in infer_function_return_...
2020-11-17 bors[bot]Merge #6577 #6579 #6581
2020-11-17 bors[bot]Merge #6553
2020-11-17 bors[bot]Merge #6582
2020-11-17 bors[bot]Merge #6575
2020-11-17 Aleksey KladovUse standard code style for test fixtures
2020-11-17 bors[bot]Merge #6574
2020-11-17 Aleksey Kladov**Unwrap Block** supports stand-alone blocks
2020-11-17 Aleksey KladovSimplify
2020-11-17 Aleksey KladovAssist target should point at *existing* code
2020-11-17 bors[bot]Merge #6573
2020-11-17 Aleksey KladovAdd **Ignore Test** assist
2020-11-16 Kirill BulatovAvoid turning completion objects into builders
2020-11-16 Kirill BulatovBetter filter mod paths
2020-11-16 Kirill BulatovUse imports_locator
2020-11-16 Kirill BulatovAdd imports in auto completion
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-13 Benjamin Coenenadd suggestion ..Default::default() for remaining struc...
2020-11-13 bors[bot]Merge #6519
2020-11-12 bors[bot]Merge #6524
2020-11-12 bors[bot]Merge #6514
2020-11-12 Lukas WirthAdd extra test to extract_struct_from_enum_variant
2020-11-12 bors[bot]Merge #6513
2020-11-12 Lukas WirthSupport qualified function calls in remove_unused_param
2020-11-12 Lukas WirthUse Module::find_use_path_prefixed in extract_struct_fr...
2020-11-12 Lukas WirthFix extract_struct_from_enum_variant not updating recor...
2020-11-12 bors[bot]Merge #6529
2020-11-12 Kirill BulatovRemove the fixme
2020-11-12 Kirill BulatovAdd a FIXME for non-unified inner attributes
2020-11-12 Kirill BulatovDo not insert imports before inner comments
2020-11-09 bors[bot]Merge #6512
2020-11-09 bors[bot]Merge #6472
2020-11-09 Lukas WirthAdd multiple file edit tes to remove_unused_param assist
2020-11-09 bors[bot]Merge #6510
2020-11-09 Aleksey KladovFix panic when extracting struct
2020-11-09 bors[bot]Merge #6509
2020-11-09 Aleksey KladovSupport multi-file assist tests
2020-11-09 bors[bot]Merge #6506
2020-11-09 Aleksey KladovUse standard style for test code
2020-11-09 Aleksey KladovMore consistent naming
2020-11-09 Aleksey KladovMore consistent naming
2020-11-09 bors[bot]Merge #6465
2020-11-09 bors[bot]Merge #6501
2020-11-08 Lukas WirthRemove text_edit_builder api from AssistBuilder
2020-11-08 bors[bot]Merge #6497
2020-11-07 bors[bot]Merge #6476
2020-11-07 bors[bot]Merge #6490
2020-11-07 m-yskMinimize convert_integer_literal tests
2020-11-06 bors[bot]Merge #6488
2020-11-06 bors[bot]Merge #6486
2020-11-06 Aleksey KladovCleanup API
2020-11-06 bors[bot]Merge #6485
2020-11-06 bors[bot]Merge #6477
2020-11-06 Aleksey KladovSimplify
2020-11-06 Aleksey KladovKill RAW_ literals
2020-11-06 Lukas WirthAdjust test-texts in infer_function_return_type
2020-11-06 Lukas WirthEnable infer_function_return_type in return-type position
2020-11-06 bors[bot]Merge #6480
2020-11-06 Lukas WirthSupport closure in change_return_type_to_result assist
2020-11-06 bors[bot]Merge #6482
2020-11-06 Aleksey KladovMore orthogonal API
2020-11-06 Aleksey KladovMove int parsing to IntNumber token
2020-11-06 Lukas WirthWrap non-block expressions in closures with a block
2020-11-06 Lukas WirthIgnore unit expressions in infer_function_return_type...
2020-11-06 Lukas WirthSupport closures in infer_function_return_type assist
2020-11-06 Lukas WirthAdd infer_function_return_type assist
2020-11-05 Lukas WirthAdd missing AssocItems in add_custom_impl assist
2020-11-04 bors[bot]Merge #6467
2020-11-04 bors[bot]Merge #6456
2020-11-04 bors[bot]Merge #6458
2020-11-04 Lukas WirthSupport multiple file edits in AssistBuilder
2020-11-03 Lukas WirthQualify trait impl created by add_custom_impl assist
2020-11-03 Lukas WirthSupport struct variants in extract_struct_from_enum_variant
2020-11-03 bors[bot]Merge #6454
2020-11-03 Aleksey KladovFix overflow panic in convert_interger_literal assist
next