index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine-macros
/
src
/
reflection
Age
Commit message (
Expand
)
Author
13 days
feat(engine): add discriminant size to enum reflection
HampusM
14 days
feat(engine-macros): improve flexibility of Reflection macro on generic types
HampusM
14 days
feat(engine): add tagged union info to enum reflection
HampusM
2026-06-16
feat(engine): add default value retrieval to type reflection
HampusM
2026-06-13
feat(engine): add discriminant & fields layouts to enum reflection
HampusM
2026-06-12
fix(engine): make Reflection derive macro add Reflection type param bounds
HampusM
2026-06-12
fix(engine): no field type refs for generic types deriving Reflection
HampusM
2026-06-11
fix(engine): prevent copying uninitialized data from enum variants
HampusM
2026-06-11
fix(engine-macros): make generic enums able to derive Reflection
HampusM
2026-06-11
fix(engine): use std::any::type_name for field type name reflection
HampusM
2026-06-10
feat(engine): add discriminants to enum variant reflection
HampusM
2026-06-09
fix(engine-macros): correct reflection of enum field visibility
HampusM
2026-06-09
feat(engine): add offsets to reflection of enum variant fields
HampusM
2026-06-09
refactor(engine-macros): split up into multiple modules
HampusM