bevy/crates/bevy_reflect/derive/src
2025-07-05 14:40:23 +00:00
..
impls Avoid unnecessary ReflectMeta arguments (#19919) 2025-07-02 14:53:52 +00:00
attribute_parser.rs
container_attributes.rs Address Lints in bevy_reflect (#18479) 2025-03-23 23:53:31 +00:00
custom_attributes.rs bevy_reflect: avoid useless with_{custom_attributes,docs} calls (#19875) 2025-06-30 23:29:24 +00:00
derive_data.rs Avoid unnecessary ReflectMeta arguments (#19919) 2025-07-02 14:53:52 +00:00
documentation.rs bevy_reflect: avoid useless with_{custom_attributes,docs} calls (#19875) 2025-06-30 23:29:24 +00:00
enum_utility.rs Minor code readability improvement in enum_utility.access_field (#19961) 2025-07-05 14:40:23 +00:00
field_attributes.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00
from_reflect.rs bevy_reflect: streamline generated FromReflect::from_reflect (#19906) 2025-07-02 14:59:20 +00:00
generics.rs
ident.rs
lib.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00
meta.rs
reflect_opaque.rs
registration.rs bevy_reflect: Remove unnecessary allow(unused_mut). (#19930) 2025-07-03 22:27:58 +00:00
remote.rs
result_sifter.rs
serialization.rs
string_expr.rs bevy_reflect: Fix TypePath string concatenation (#18609) 2025-03-29 21:01:53 +00:00
struct_utility.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00
trait_reflection.rs
type_path.rs
where_clause_options.rs Avoid unnecessary ReflectMeta arguments (#19919) 2025-07-02 14:53:52 +00:00