]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/convert_iter_for_each_to_for.rs
Merge #11393
[rust.git] / crates / ide_assists / src / handlers / convert_iter_for_each_to_for.rs
2022-02-01 bors[bot]Merge #11393
2022-02-01 Lukas Wirthfix: Complete functions and methods from block level...
2021-12-20 bors[bot]Merge #11062
2021-12-15 bors[bot]Merge #11017
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11002
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-13 Lukas WirthMove ws insert rendering for macro expansion into ide_db
2021-12-05 bors[bot]Merge #10902
2021-10-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10491
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-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
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-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-25 bors[bot]Merge #10211
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 #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-15 bors[bot]Merge #10048
2021-09-01 bors[bot]Merge #9954
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-27 bors[bot]Merge #9970
2021-08-24 Aleksey Kladovinternal: more declarative re-indentation API
2021-08-24 bors[bot]Merge #9944
2021-08-18 Dawerminor: address review comments
2021-08-18 Dawerinternal: use the new `edit_in_place::Indent` API
2021-08-09 bors[bot]Merge #9735
2021-08-04 bors[bot]Merge #9734
2021-08-03 bors[bot]Merge #9765
2021-08-03 Lukas WirthGive TypeInfo fields and methods more appropriate names
2021-08-03 Lukas WirthRevise TypeInfo::ty usage
2021-08-03 Lukas WirthIntroduce TypeInfo
2021-06-29 bors[bot]Merge #9269
2021-06-21 bors[bot]Merge #9264
2021-06-20 bors[bot]Merge #9344
2021-06-20 bors[bot]Merge #9328
2021-06-18 bors[bot]Merge #9334
2021-06-18 bors[bot]Merge #9333
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-17 bors[bot]Merge #9310
2021-06-17 bors[bot]Merge #9308
2021-06-17 bors[bot]Merge #9307
2021-06-17 Aleksey Kladovinternal: switch some tests to minicore
2021-03-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #7966
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-12 bors[bot]Merge #7956
2021-03-12 Lukas WirthFix convert_iter_for_each_to_for doctest
2021-03-12 Luiz Carlos Mourão... fix: generated test fixture
2021-03-12 Luiz Carlosfix: replace doc-comments with normal comments
2021-03-12 Luiz Carlos Mourão... refactor: refactored and reduced assist code
2021-03-10 Luiz Carlos Mourão... fix: remove semicolon
2021-03-10 Luiz Carlos Mourão... fix: code formatting
2021-03-10 Luiz Carlos Mourão... fix: tests should work for convert_iter_for_each_to_for
2021-03-10 Luiz Carlos Mourão... refactor: create block expressions and for loops using...
2021-03-10 Luiz Carlos Mourão... feat: add assist to conver for_each into for loops