]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/replace_turbofish_with_explicit_type.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / replace_turbofish_with_explicit_type.rs
2021-12-05 bors[bot]Merge #10902
2021-11-04 bors[bot]Merge #10645
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10650
2021-10-29 bors[bot]Merge #10648
2021-10-29 bors[bot]Merge #10595
2021-10-28 bors[bot]Merge #10623
2021-10-27 bors[bot]Merge #10629
2021-10-27 Terry Sunfixup! rustfmt
2021-10-27 Terry Sunfixup! delay to_string() until assist is called
2021-10-27 Terry Sunfixup! narrow range; method calls; check for only one...
2021-10-25 Terry SunAdd assist for replacing turbofish with explicit type.