]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
update generated.rs
[rust.git] / crates / ide_assists /
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 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 Anton Firszovapply necessary test changes
2021-10-14 Anton FirszovNarrow add_missing_match_arms assist range
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-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
2021-10-03 bors[bot]Merge #10437
2021-10-03 Lukas WirthFix extract_variable not allowing to extract macro...
2021-10-02 bors[bot]Merge #10430
2021-10-02 bors[bot]Merge #10421
2021-10-02 bors[bot]Merge #10429
2021-10-02 Aleksey Kladovinternal: remove deprecated method
2021-10-02 Aleksey Kladovminor: reduce duplication
2021-10-02 bors[bot]Merge #10426
2021-10-02 Aleksey Kladovinternal: use naming that matches intended use-case
2021-10-01 bors[bot]Merge #10403
2021-10-01 bors[bot]Merge #10411
2021-10-01 Lukas WirthParenthesize expressions in if_to_bool_then assist...
2021-09-30 bors[bot]Merge #10402
2021-09-30 bors[bot]Merge #10398
2021-09-30 bors[bot]Merge #10401
2021-09-30 Lukas WirthTest runnables check for test prefix and suffix in...
2021-09-29 bors[bot]Merge #10384
2021-09-29 bors[bot]Merge #10181
2021-09-28 bors[bot]Merge #10373
2021-09-28 bors[bot]Merge #10382
2021-09-28 Lukas WirthFix inline_call breaking RecordExprField shorthands
2021-09-28 bors[bot]Merge #10305
2021-09-28 bors[bot]Merge #10362
2021-09-28 longfangsongAddress comments
2021-09-28 龙方淞Update crates/ide_assists/src/handlers/move_from_mod_rs.rs
2021-09-28 longfangsonginitial commit
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-26 bors[bot]Merge #10352
2021-09-26 Lukas WirthRemove imports when inlining all calls in a file
2021-09-26 Lukas WirthSimplify
2021-09-26 Lukas WirthReject recursive calls in inline_call
2021-09-26 bors[bot]Merge #10354
2021-09-25 Lukas Wirthfeat: Implement inline callers assist
2021-09-25 bors[bot]Merge #10211
2021-09-25 longfangsongAddress comments
2021-09-25 bors[bot]Merge #10347
2021-09-25 bors[bot]Merge #10343
2021-09-25 Aleksey Kladovinternal: add => () rule; emphasize `n_items` rule
2021-09-24 bors[bot]Merge #10105
2021-09-23 bors[bot]Merge #10315
next