about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/default_could_be_derived.rs
AgeCommit message (Expand)AuthorLines
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-2/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+2
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-1/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-1/+1
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-1/+5
2025-03-09chore: Fix some commentsStevenMia-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-5/+3
2024-12-31Provide structured suggestion for `impl Default` of type where all fields hav...Esteban Küber-8/+26
2024-12-25Implement `default_overrides_default_fields` lintEsteban Küber-0/+185