]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
remove debug prints
[rust.git] / crates / ide_assists /
2021-07-16 bors[bot]Merge #9614
2021-07-16 Lukas WirthCleanup tests
2021-07-16 Lukas WirthParse input expressions in for dbg! in remove_dbg
2021-07-15 bors[bot]Merge #9611
2021-07-15 Kirill BulatovExplicitly connect an ambiguous import path case logic...
2021-07-15 bors[bot]Merge #9600
2021-07-14 patrick-gufix: Single-line and nested blocks in unwrap_block
2021-07-12 bors[bot]Merge #9179
2021-07-12 bors[bot]Merge #9535
2021-07-11 bors[bot]Merge #9569
2021-07-11 Lukas WirthInline name classification reference calls
2021-07-11 Lukas WirthExplicitly check for reference locals or fields in...
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9570
2021-07-11 Lukas WirthSimplify Semantics::type_of_expr_with_coercion
2021-07-11 Aleksey Kladovinternal: remove unused param
2021-07-11 Aleksey Kladovinternal: add a test for broken refactor
2021-07-11 Aleksey Kladovinternal: remove needless distinction between a carte...
2021-07-11 bors[bot]Merge #9449
2021-07-10 bors[bot]Merge #9557
2021-07-10 Lukas WirthRespect coercions in `inline_call`
2021-07-10 Lukas WirthExpose coercions for patterns and expressions in semantics
2021-07-10 bors[bot]Merge #9552
2021-07-10 Lukas Wirth`add_explicit_type` respects coercions
2021-07-10 bors[bot]Merge #9553
2021-07-10 Lukas WirthDisambiguate replace with if let assist labels
2021-07-10 bors[bot]Merge #9555 #9556
2021-07-10 Lukas WirthEnable `auto_import` on ident patterns
2021-07-10 bors[bot]Merge #9551
2021-07-10 Lukas Wirth`replace_qualified_name_with_use` keeps qualifier for...
2021-07-10 bors[bot]Merge #9545
2021-07-09 bors[bot]Merge #9542
2021-07-09 bors[bot]Merge #9541
2021-07-09 vi_mifix: Adding async keyword when await is present in...
2021-07-07 bors[bot]Merge #9417
2021-07-06 bors[bot]Merge #9514
2021-07-06 Lukas WirthInvert boolean literals in assist negation logic
2021-07-06 bors[bot]Merge #9500
2021-07-05 Lukas WirthOnly inline closure, literal and local arguments when...
2021-07-05 bors[bot]Merge #9498
2021-07-05 Lukas WirthYeet `replace_unwrap_with_match` in favor of `inline_call`
2021-07-05 bors[bot]Merge #9497
2021-07-05 Lukas WirthWrap inlined closures in parens when inlined in an...
2021-07-05 bors[bot]Merge #9494
2021-07-05 Lukas WirthUpdate `inline_call` assist doc example
2021-07-05 bors[bot]Merge #9474
2021-07-05 Lukas WirthFixup emitted whitespace in most cases
2021-07-05 bors[bot]Merge #9493
2021-07-05 Aleksey Kladovminor: drop dummy authors field
2021-07-03 bors[bot]Merge #9479
2021-07-03 Lukas Wirth`replace_qualified_name_with_use` insert qualified...
2021-07-03 bors[bot]Merge #9477
2021-07-03 Lukas WirthDon't show an import per namespace in auto_import
2021-07-03 Lukas WirthAdd some more `inline_call` tests
2021-07-03 bors[bot]Merge #9476
2021-07-03 Aleksey Kladovinternal: overhaul code generation
2021-07-03 Lukas WirthInline parameters in `inline_call` if possible
2021-07-03 bors[bot]Merge #9468
2021-07-03 Lukas WirthMerge the inline function/method assists into `inline_call`
2021-07-03 bors[bot]Merge #9471
2021-07-03 Lukas WirthDon't hide meta lines
2021-07-02 Lukas Wirthfeat: Implement `inline_method` assist
2021-07-02 bors[bot]Merge #9467
2021-07-02 Lukas WirthSimplify
2021-07-02 Lukas Wirthwrap_return_type_in_result works on the HIR
2021-07-02 bors[bot]Merge #9465
2021-07-02 Lukas WirthDon't check sad pattern equality by text
2021-07-02 Lukas Wirth`replace_match_with_if_let` works on more binary matches
2021-07-02 Lukas WirthSimplify
2021-07-02 bors[bot]Merge #9428
2021-07-01 bors[bot]Merge #9458
2021-07-01 Lukas WirthRemove make::match_arm_with_guard
2021-07-01 bors[bot]Merge #9455
2021-07-01 Lukas WirthHandle not let if expressions in replace_if_let_with_match
2021-07-01 bors[bot]Merge #9454
2021-07-01 Lukas WirthEmpower `replace_if_let_with_match`
2021-07-01 bors[bot]Merge #9452
2021-07-01 bors[bot]Merge #9451
2021-07-01 bors[bot]Merge #9450
2021-07-01 Lukas WirthSimplify
2021-07-01 bors[bot]Merge #9431
2021-06-30 bors[bot]Merge #9437
2021-06-30 Lukas WirthDon't classify NameRef paths inside attribute TokenTrees
2021-06-29 bors[bot]Merge #9269
2021-06-26 bors[bot]Merge #9413
2021-06-26 Lukas WirthDeduplicate ast expression walking logic
2021-06-22 bors[bot]Merge #9368
2021-06-21 bors[bot]Merge #9348
2021-06-21 bors[bot]Merge #9165
2021-06-21 bors[bot]Merge #9264
2021-06-21 bors[bot]Merge #9314
2021-06-21 Daiki IharaFix var name
2021-06-21 bors[bot]Merge #9227
2021-06-21 bors[bot]Merge #9356
2021-06-21 Daiki IharaFix pointed out
2021-06-21 Daiki IharaFix extract_function with await
2021-06-20 bors[bot]Merge #9344
2021-06-20 bors[bot]Merge #9328
2021-06-19 bors[bot]Merge #9339
2021-06-19 Lukas WirthCleanup insert_use tests
next