about summary refs log tree commit diff
path: root/tests/ui/derives
AgeCommit message (Expand)AuthorLines
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-52/+0
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-21/+0
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-04Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errorsJubilee-0/+34
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-1/+1
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-4/+4
2024-10-16Improve duplicate derive Copy/Clone diagnosticsVulnBandit-0/+34
2024-08-05Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r...Matthias Krüger-56/+29
2024-07-27built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lintRalf Jung-56/+29
2024-07-26Not lint pub structs without pub constructors if containing fields of unit, n...mu001999-5/+15
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-15/+5
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-15/+5
2024-06-04When `derive`ing, account for HRTB on `BareFn` fieldsEsteban Küber-0/+13
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-0/+8
2024-05-09Auto merge of #124157 - wutchzone:partial_eq, r=estebankbors-2/+2
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-1/+4
2024-04-23Do not add leading asterisk in the `PartialEq`Daniel Sedlak-2/+2
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-23/+4
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+5
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+96
2024-04-02Avoid expanding to unstable internal methodJacob Pratt-0/+37
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-13/+13
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-3/+0
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-4/+4
2024-01-30Account for non-overlapping unmet trait bounds in suggestionEsteban Küber-3/+0
2024-01-30Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkovGuillaume Gomez-46/+6
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-46/+6
2024-01-26Use single label for method not found due to unmet boundEsteban Küber-8/+2
2024-01-26Use only one label for multiple unsatisfied bounds on type (typeck)Esteban Küber-25/+5
2024-01-11Taint more aggressively in astconvOli Scherer-13/+2
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-2/+13
2023-11-24Show number in error message even for one errorNilstrieb-36/+36
2023-11-03Emit explanatory note for move errors in packed struct derivesGurinder Singh-0/+271
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-10/+30
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+6
2023-04-27Provide RHS type hint when reporting operator errorMichael Goulet-10/+10
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-41/+82
2023-02-09Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.Nicholas Nethercote-1/+41
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-12/+12
2023-01-31make unaligned_reference a hard errorRalf Jung-9/+5
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-120/+102
2023-01-23Point at specific field in struct literal when trait fulfillment failsNathan Fenner-12/+12
2023-01-13Keep obligation chain when elaborating obligationsEsteban Küber-10/+19
2023-01-13Elaborate unmet obligations in E0599 for more contextEsteban Küber-4/+25
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-12/+31
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-3/+3
2023-01-11Tweak outputEsteban Küber-13/+6
2023-01-11Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber-9/+35
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2416