]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Avoid cycle when lowering predicates for associated item lookup
[rust.git] / crates / ide_assists /
2021-10-03 bors[bot]Merge #10441
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
2021-09-22 bors[bot]Merge #10284
2021-09-21 bors[bot]Merge #10306
2021-09-21 zhoufanChange the style of the code
2021-09-21 zhoufanGenerate function assist creates bad param names for...
2021-09-21 bors[bot]Merge #10303
2021-09-21 Lukas WirthAdd a mirror function-like proc-macro expander for...
2021-09-21 bors[bot]Merge #10301
2021-09-21 Lukas WirthMerge iter_for_each_to_for and for_to_iter_for_each...
2021-09-20 bors[bot]Merge #10299
2021-09-20 Lukas WirthRename some assists
2021-09-20 longfangsongAddress comments
2021-09-18 bors[bot]Merge #10252
2021-09-17 bors[bot]Merge #10267
2021-09-17 rainy-meNarrow "if-let to match" assist available range
2021-09-17 bors[bot]Merge #10265
2021-09-17 bors[bot]Merge #10260
2021-09-16 bors[bot]Merge #10257
2021-09-16 Andrzej Głuszakassists: turn while into loop
2021-09-16 DawerHandle tuple indexing expression in argument position...
2021-09-16 DawerImrove fn name computation in `Generate function`
2021-09-15 bors[bot]Merge #10048
2021-09-15 bors[bot]Merge #10233
2021-09-14 bors[bot]Merge #10237
2021-09-14 Lukas Wirthfix: Do not wrap inlined local in parens when at block...
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-13 bors[bot]Merge #10222
2021-09-13 bors[bot]Merge #10221
2021-09-13 Aleksey Kladovinternal: document tribal knowledge of how to assist
2021-09-13 Aleksey Kladovinternal: prevent possible bugs when adding magical...
2021-09-12 longfangsongFix doc test
2021-09-12 longfangsongAdd docs strings
2021-09-12 longfangsongAdd promote_mod_file assist
2021-09-08 bors[bot]Merge #10093
2021-09-04 bors[bot]Merge #10146
2021-09-04 bors[bot]Merge #10147
2021-09-04 Dawerminor: update test
2021-09-04 Dawerfix: use placeholder as default type in `Extract into...
2021-09-04 Dawerfix: use placeholder as default type in `Generate funct...
2021-09-03 bors[bot]Merge #10139
2021-09-03 Yotam OfekUpdate crates/ide_assists/src/handlers/replace_for_loop...
2021-09-03 Yotam OfekFix replacing for loops over ranges with for_each.
2021-09-01 bors[bot]Merge #10114
2021-09-01 Lukas WirthDeduplicate imports for qualify_path
next