]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Merge iter_for_each_to_for and for_to_iter_for_each assists modules
[rust.git] / crates / ide_assists /
2021-09-21 Lukas WirthMerge iter_for_each_to_for and for_to_iter_for_each...
2021-09-20 Lukas WirthRename some assists
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-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
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-31 bors[bot]Merge #10094
2021-08-31 bors[bot]Merge #10091
2021-08-31 bors[bot]Merge #10092
2021-08-31 DropDemBitsfeat: Use enum's visibility for extracted struct fields
2021-08-31 DropDemBitsfix: Keep comments & attrs from enum variant
2021-08-31 DropDemBitsfeat: Properly indent extracted struct and enum
2021-08-30 bors[bot]Merge #10076
2021-08-30 bors[bot]Merge #10085
2021-08-30 bors[bot]Merge #10005
2021-08-30 bors[bot]Merge #10015
2021-08-29 bors[bot]Merge #10071
2021-08-29 Aleksey Kladovinternal: slightly improve compile times
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-24 Aleksey Kladovinternal: more declarative re-indentation API
2021-08-24 bors[bot]Merge #9944
2021-08-24 bors[bot]Merge #9993
2021-08-24 bors[bot]Merge #10010
2021-08-24 bors[bot]Merge #9994
2021-08-23 bors[bot]Merge #10001
2021-08-23 vsrsSort enum variant
2021-08-23 mahdi-frmsadd static method generation assist
2021-08-22 bors[bot]Merge #9937 #9985
2021-08-22 bors[bot]Merge #9972
2021-08-22 mahdi-frmsbetter assist label
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(3)
2021-08-21 bors[bot]Merge #9908
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(2)
2021-08-21 bors[bot]Merge #9965
2021-08-21 bors[bot]Merge #9962
2021-08-21 elkowarFix smaller nitpicks
2021-08-21 elkowarUse NameClass::classify to check for ConstReference
2021-08-21 elkowarAdd heuristic to determine type of IdentPat, make check...
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(1)
2021-08-21 mahdi-frmssimplify
2021-08-20 elkowarAdd empty-body check to replace_match_with_if_let and...
2021-08-19 bors[bot]Merge #9955
2021-08-19 bors[bot]Merge #9855
2021-08-19 BooksBaumRemove `match_ast` usage
2021-08-19 BooksBaumRemove `match_ast!` macro call
2021-08-19 bors[bot]Merge #9950
2021-08-19 Yoshua WuytsFix codegen for is_method documentation
2021-08-18 Dawerminor: address review comments
2021-08-18 Dawerinternal: use the new `edit_in_place::Indent` API
2021-08-17 BooksBaumAdd deref (`*`) handling for usages of ref tuples
2021-08-17 BooksBaumSwitch order of assists
2021-08-17 BooksBaumAdd generated doctest
2021-08-17 BooksBaumFix errors from `rebase master`
2021-08-17 BooksBaumCleanup according to style-requirements in tests
2021-08-17 BooksBaumFix: different assist ids in doc and code
2021-08-17 BooksBaumHandle tuple in macro call
2021-08-17 BooksBaumAdd destructure in sub-pattern (after `@`)
2021-08-17 BooksBaumHandle `mut` & `ref`
2021-08-17 BooksBaumAdd Destructure Tuple
2021-08-17 bors[bot]Merge #9929
2021-08-16 bors[bot]Merge #9928
2021-08-16 bors[bot]Merge #9927
2021-08-16 Laurențiu NicolaFix some clippy lints
next