]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/extract_function.rs
Correctly pass through mutable references when extracting a function
[rust.git] / crates / ide_assists / src / handlers / extract_function.rs
2022-01-04 Jeroen VannevelCorrectly pass through mutable references when extracti...
2021-12-20 bors[bot]Merge #11062
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-11 bors[bot]Merge #10951
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-07 Laurențiu NicolaBump deps
2021-12-05 bors[bot]Merge #10902
2021-11-16 bors[bot]Merge #10775
2021-11-16 bors[bot]Merge #10769
2021-11-16 bors[bot]Merge #10734
2021-11-16 bors[bot]Merge #10774
2021-11-16 Lukas Wirthminor: Lift out FxIndex{Map/Set} types into ide_db
2021-11-10 bors[bot]Merge #10689
2021-11-08 bors[bot]Merge #10688
2021-11-05 bors[bot]Merge #10685
2021-11-04 bors[bot]Merge #10645
2021-11-04 bors[bot]Merge #10691
2021-11-03 bors[bot]Merge #10686
2021-11-03 Lukas WirthAdd Semantics::original_ast_node for upmapping nodes...
2021-10-17 bors[bot]Merge #10417
2021-10-15 bors[bot]Merge #10543
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10539
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10309
2021-10-14 bors[bot]Merge #10537
2021-10-13 Dezhi Wumerge use statement
2021-10-13 Dezhi Wuresolve `ControlFlow` ourself instead of hard coding.
2021-10-13 bors[bot]Merge #10534
2021-10-13 bors[bot]Merge #10536
2021-10-13 Lukas WirthMake AssistContext::frange private
2021-10-13 Dezhi Wuimport `ControlFlow` to the module
2021-10-13 Dezhi Wuuse `ControlFlow::Break(_)` pattern
2021-10-13 Dezhi Wuuse `ControlFlow` in "extract function" assist
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
2021-10-12 Mirko RainerSaw a FIXME comment and decided to fix it.
2021-10-12 bors[bot]Merge #10530
2021-10-12 bors[bot]Merge #10528
2021-10-12 Lukas WirthMake selections in assists with trailing/leading whites...
2021-10-10 bors[bot]Merge #10506
2021-10-10 bors[bot]Merge #10504
2021-10-10 k-nasaRemove neesless clone
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-10-03 bors[bot]Merge #10441
2021-10-03 bors[bot]Merge #10439
2021-10-03 bors[bot]Merge #10438
2021-10-03 bors[bot]Merge #10436
2021-10-03 vi_mifix: await insertion with try_expr during extract_function
2021-10-02 bors[bot]Merge #10421
2021-10-02 bors[bot]Merge #10426
2021-10-02 Aleksey Kladovinternal: use naming that matches intended use-case
2021-09-29 bors[bot]Merge #10181
2021-09-28 bors[bot]Merge #10373
2021-09-27 bors[bot]Merge #10366
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-26 bors[bot]Merge #10360
2021-09-26 Aleksey Kladovinternal: more reasonable grammar for blocks
2021-09-26 bors[bot]Merge #10358
2021-09-26 Lukas WirthRemove inherent methods from ast node that carry semant...
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-15 bors[bot]Merge #10048
2021-09-14 bors[bot]Merge #10204
2021-09-13 bors[bot]Merge #10229
2021-09-13 bors[bot]Merge #10199
2021-09-13 bors[bot]Merge #10225
2021-09-13 bors[bot]Merge #10226
2021-09-13 Lukas WirthSimplify
2021-09-08 bors[bot]Merge #10093
2021-09-04 bors[bot]Merge #10146
2021-09-04 Dawerfix: use placeholder as default type in `Extract into...
2021-09-01 bors[bot]Merge #9954
2021-09-01 bors[bot]Merge #9405
2021-09-01 Daiki IharaFix extract_function with macro arg
2021-08-30 bors[bot]Merge #10005
2021-08-30 bors[bot]Merge #10015
2021-08-28 bors[bot]Merge #10025
2021-08-27 bors[bot]Merge #10044
2021-08-27 bors[bot]Merge #9970
2021-08-27 bors[bot]Merge #10057
2021-08-27 Lukas WirthRemove incorrect assertion in extract_function
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-14 bors[bot]Merge #9890
2021-08-14 Aleksey Kladovinternal: merge hir::BinaryOp and ast::BinOp
next