bevy/crates/bevy_ecs/src
Alice Cecile ab0e3f8714
Small cleanup for ECS error handling (#18280)
# Objective

While poking at https://github.com/bevyengine/bevy/issues/17272, I
noticed a few small things to clean up.

## Solution

- Improve the docs
- ~~move `SystemErrorContext` out of the `handler.rs` module: it's not
an error handler~~
2025-03-13 00:13:02 +00:00
..
entity make various entity wrapper type modules public (#18248) 2025-03-11 05:48:31 +00:00
error Small cleanup for ECS error handling (#18280) 2025-03-13 00:13:02 +00:00
event Improve derive(Event) and simplify macro code (#18083) 2025-03-07 02:01:23 +00:00
identifier Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
observer Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
query Generic system config (#17962) 2025-03-12 00:12:30 +00:00
reflect Preserve spawned RelationshipTarget order and other improvements (#17858) 2025-03-05 22:18:57 +00:00
relationship Expand the RelationshipSourceCollection to return more information (#18241) 2025-03-10 22:04:08 +00:00
schedule Generic system config (#17962) 2025-03-12 00:12:30 +00:00
storage Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
system Generic system config (#17962) 2025-03-12 00:12:30 +00:00
world Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
archetype.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
batching.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
bundle.rs Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
change_detection.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
component.rs Improve component registration performance (#18180) 2025-03-10 21:49:07 +00:00
entity_disabling.rs Add derive Default to Disabled (#18275) 2025-03-12 17:57:20 +00:00
hierarchy.rs Update ChildOf deprecation advice to match new layout (#18089) 2025-02-28 23:15:23 +00:00
intern.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
label.rs do_not_recommend interned Labels (#17950) 2025-02-25 23:46:21 +00:00
lib.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
name.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
removal_detection.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
resource.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
spawn.rs Implement SpawnableList for Vec<Bundle> (#18259) 2025-03-11 20:32:37 +00:00
traversal.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00