]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/add_explicit_type.rs
Rename `*Owner` traits to `Has*`
[rust.git] / crates / ide_assists / src / handlers / add_explicit_type.rs
2021-09-26 bors[bot]Merge #10358
2021-09-26 Lukas WirthRemove inherent methods from ast node that carry semant...
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-07-31 bors[bot]Merge #9739
2021-07-31 bors[bot]Merge #9743
2021-07-31 bors[bot]Merge #9740
2021-07-31 Lukas Wirthadd_explicit_type is applicable for closure parameters
2021-07-26 bors[bot]Merge #9558
2021-07-12 bors[bot]Merge #9179
2021-07-12 bors[bot]Merge #9535
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9570
2021-07-11 Lukas WirthSimplify Semantics::type_of_expr_with_coercion
2021-07-11 bors[bot]Merge #9449
2021-07-10 bors[bot]Merge #9557
2021-07-10 Lukas WirthExpose coercions for patterns and expressions in semantics
2021-07-10 bors[bot]Merge #9552
2021-07-10 Lukas Wirth`add_explicit_type` respects coercions
2021-05-20 bors[bot]Merge #8873
2021-05-19 bors[bot]Merge #8885 #8887
2021-05-19 bors[bot]Merge #8884
2021-05-19 Daweradd_explicit_type respects `@` patterns
2021-05-19 bors[bot]Merge #8882
2021-05-18 bors[bot]Merge #8871
2021-05-17 bors[bot]Merge #8795
2021-05-16 bors[bot]Merge #8845
2021-05-16 bors[bot]Merge #8853
2021-05-16 bors[bot]Merge #8813
2021-05-14 JadeAdd more tests, refactor array lengths/consteval work
2021-03-24 bors[bot]Merge #7907
2021-03-24 bors[bot]Merge #8168
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8166
2021-03-23 Aleksey KladovUnify test style
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.