]> git.lizzy.rs Git - rust.git/history - crates/ide_diagnostics/src/handlers/missing_fields.rs
add better default behavior on fill struct fields diagnostic
[rust.git] / crates / ide_diagnostics / src / handlers / missing_fields.rs
2022-01-06 Benjamin Coenenadd better default behavior on fill struct fields diagn...
2022-01-04 Benjamin Coenenadd better default behavior on fill struct fields diagn...
2021-12-31 Benjamin Coenenfeat(diagnostics): add new config to fill default expre...
2021-12-30 Benjamin Coenenfeat(diagnostics): use Default::default() expression...
2021-12-05 bors[bot]Merge #10902
2021-11-10 bors[bot]Merge #10689
2021-11-08 bors[bot]Merge #10688
2021-11-07 bors[bot]Merge #10698
2021-11-05 bors[bot]Merge #10706
2021-11-05 bors[bot]Merge #10704
2021-11-05 bors[bot]Merge #10703
2021-11-05 bors[bot]Merge #10701
2021-11-05 bors[bot]Merge #10685
2021-11-04 bors[bot]Merge #10696
2021-11-04 Lukas WirthReplace more Name::to_string usages with Name::to_smol_str
2021-10-20 bors[bot]Merge #10387
2021-10-17 bors[bot]Merge #10417
2021-10-17 bors[bot]Merge #10562
2021-10-17 bors[bot]Merge #10561
2021-10-16 bors[bot]Merge #10558
2021-10-16 bors[bot]Merge #10557
2021-10-16 bors[bot]Merge #10542
2021-10-15 bors[bot]Merge #10552
2021-10-15 Lukas WirthFix missing_fields diagnostic fix replacing wrong text...
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
2021-10-10 bors[bot]Merge #10506
2021-10-10 bors[bot]Merge #10504
2021-10-10 k-nasaRemove neesless clone
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-15 bors[bot]Merge #10048
2021-09-09 Jörg SommerUse `todo!()` instead of `()` for missing fields
2021-09-01 bors[bot]Merge #9954
2021-08-31 bors[bot]Merge #10094
2021-08-31 bors[bot]Merge #10092
2021-08-30 bors[bot]Merge #10089
2021-08-30 bors[bot]Merge #10076
2021-08-30 nathan.whitakerAdd coverage mark for struct init shorthand test
2021-08-29 nathan.whitakerUpdate existing fill struct fields test
2021-08-29 nathan.whitakerAdd tests for fill struct fields shorthand
2021-08-29 nathan.whitakerUse struct init shorthand in fill struct fields assist
2021-06-21 bors[bot]Merge #9264
2021-06-16 bors[bot]Merge #9258
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-14 bors[bot]Merge #9276
2021-06-14 Aleksey Kladovinternal: test diagnostic severeties and presense of...
2021-06-14 Aleksey Kladovminor: make diagnostics more similar
2021-06-14 bors[bot]Merge #9275
2021-06-14 bors[bot]Merge #9272
2021-06-14 Aleksey Kladovinternal: document diagnostics crate