]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/destructure_tuple_binding.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / destructure_tuple_binding.rs
2022-02-21 bors[bot]Merge #11142
2022-01-08 bors[bot]Merge #11107
2022-01-07 bors[bot]Merge #11145
2022-01-06 bors[bot]Merge #11218
2022-01-04 bors[bot]Merge #11112
2022-01-03 bors[bot]Merge #11061
2022-01-03 bors[bot]Merge #11115
2022-01-03 bors[bot]Merge #11088
2022-01-02 bors[bot]Merge #11161
2022-01-02 Laurențiu NicolaAvoid collect_vec from itertools
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11035
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-05 bors[bot]Merge #10902
2021-10-17 bors[bot]Merge #10417
2021-10-15 bors[bot]Merge #10543
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-14 bors[bot]Merge #10309
2021-10-14 bors[bot]Merge #10537
2021-10-13 bors[bot]Merge #10534
2021-10-13 bors[bot]Merge #10536
2021-10-13 Lukas WirthMake AssistContext::frange private
2021-10-12 bors[bot]Merge #10423
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-01 bors[bot]Merge #9954
2021-08-24 bors[bot]Merge #9944
2021-08-23 bors[bot]Merge #10001
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
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-17 BooksBaumAdd deref (`*`) handling for usages of ref tuples
2021-08-17 BooksBaumSwitch order of assists
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