summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/default.rs
AgeCommit message (Expand)AuthorLines
2021-12-28Remove FIXMEJacob Pratt-3/+0
2021-07-27Prohibit `#[default]` in invalid placesJacob Pratt-3/+37
2021-07-27Add machine-applicable suggestionsJacob Pratt-8/+42
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-31/+166
2020-08-30mv compiler to compiler/mark-0/+86