]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
fix: Adding tuple fields in ADT, chore: test action section
[rust.git] / crates / ide_assists /
2021-10-16 vi_mifix: Adding tuple fields in ADT, chore: test action...
2021-10-16 vi_mifix: arbitary noop of assist and same file double writes
2021-10-16 vi_mifeat: Adding extract_module assist
2021-10-15 bors[bot]Merge #10552
2021-10-15 bors[bot]Merge #10543
2021-10-15 Anton Firszovcov_mark for add_missing_match_arms special cases
2021-10-15 Anton Firszovundo unnecessary test changes
2021-10-15 Anton Firszovcosmetics
2021-10-15 Anton Firszovupdate generated.rs
2021-10-15 Anton Firszovfix sample + cosmetics + one more test
2021-10-15 Anton Firszovsimple implementation
2021-10-15 Anton Firszovcursor_inside_simple_match_arm_list -- tests
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10545
2021-10-14 bors[bot]Merge #10546
2021-10-14 Lukas WirthImplement promotoe_local_to_const assist
2021-10-14 Anton Firszovuse ctx.selection_trimmed() instead of ctx.frange.range
2021-10-14 Anton Firszovapply formatting recommendations
2021-10-14 Anton Firszovupdate generated.rs
2021-10-14 Anton Firszovmake it work from macro
2021-10-14 bors[bot]Merge #10539
2021-10-14 Anton Firszovapply necessary test changes
2021-10-14 Yoshua Wuytsfix ret type in generic
2021-10-14 Yoshua Wuytsimplement feedback from review
2021-10-14 Anton FirszovNarrow add_missing_match_arms assist range
2021-10-14 Yoshua WuytsAdd support for tuple structs
2021-10-14 bors[bot]Merge #10517
2021-10-14 Yoshua WuytsUpdate label names
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 Yoshua WuytsEnable delegation generation for complex types
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10309
2021-10-14 Yoshua WuytsGet a make version working!
2021-10-14 bors[bot]Merge #10537
2021-10-13 Yoshua WuytsUpdate generate_delegate.rs
2021-10-13 Yoshua Wuytscreate function
2021-10-13 Ryan LevickAdd basic support for delegation
2021-10-13 k-nasafix
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 k-nasaupdate calc_depth
2021-10-13 k-nasacalc depth
2021-10-13 bors[bot]Merge #10536
2021-10-13 Lukas WirthMake AssistContext::frange private
2021-10-13 k-nasamove test case
2021-10-13 k-nasaRevert "Apply make_else_arm to general case"
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 #10533
2021-10-12 Lukas WirthFix AssistContext panic on sole whitespace selection
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 Yoshua WuytsSimplify generated PartialOrd code
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for record enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for C-style enums
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for struct records
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple records
2021-10-12 Yoshua Wuytsinit partialord
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-09 bors[bot]Merge #10496
2021-10-09 Aleksey Kladovinternal: update expect
2021-10-09 k-nasaApply make_else_arm to general case
2021-10-09 k-nasaAdd test casee
2021-10-07 bors[bot]Merge #10477 #10482
2021-10-07 Lukas WirthExpose HasSource::source through Semantics with caching...
2021-10-06 bors[bot]Merge #10467
2021-10-06 bors[bot]Merge #10479
2021-10-06 bors[bot]Merge #10476
2021-10-06 crauzerfix tests
2021-10-06 crauzeradd sourcegen
2021-10-06 crauzerAdd replace_try_expr_with_match assist
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-06 longfangsongcleanup
2021-10-06 龙方淞Update crates/ide_assists/src/handlers/generate_constant.rs
2021-10-06 龙方淞Update crates/ide_assists/src/handlers/generate_constant.rs
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-04 Aramis RazzaghipourReplace `if let Some(_) = foo` with `if foo.is_some()`
2021-10-04 longfangsongAdd generate_constant assist
2021-10-03 bors[bot]Merge #10441
2021-10-03 Aramis RazzaghipourFix miscellaneous Clippy lints
2021-10-03 bors[bot]Merge #10439
2021-10-03 bors[bot]Merge #10438
2021-10-03 Lukas Wirthminor: Simplify
2021-10-03 bors[bot]Merge #10436
2021-10-03 vi_mifix: await insertion with try_expr during extract_function
next