summaryrefslogtreecommitdiff
path: root/engine-macros
AgeCommit message (Expand)Author
13 hoursfix(engine): no field type refs for generic types deriving ReflectionHampusM
37 hoursfix(engine): prevent copying uninitialized data from enum variantsHampusM
38 hoursfix(engine-macros): make generic enums able to derive ReflectionHampusM
39 hoursfix(engine): use std::any::type_name for field type name reflectionHampusM
3 daysfeat(engine): add discriminants to enum variant reflectionHampusM
4 daysfix(engine-macros): correct reflection of enum field visibilityHampusM
4 daysfeat(engine): add offsets to reflection of enum variant fieldsHampusM
4 daysrefactor(engine-macros): split up into multiple modulesHampusM
5 daysfeat(engine): add enum variant field reflectionHampusM
5 daysfeat(engine): add visibility reflectionHampusM
2026-05-26style: format for Rust edition 2021HampusM
2026-05-26refactor(engine): use Rust edition 2021HampusM
2026-04-23feat(engine): add enum reflectionHampusM
2026-04-06feat(engine): make Reflection trait unsafeHampusM
2026-04-06refactor(engine): improve names of reflection types & itemsHampusM
2026-04-06feat(engine): make reflection of reflected struct fields optionalHampusM
2026-03-17feat(engine): add macro for reflectionHampusM