bevy/crates/bevy_ecs/src
JoJoJet dbb9e428cd
Miscellaneous cleanups to World::resource_scope (#8256)
# Objective

* Make a safety comment less tautological.
* Clearly document that the function can run user code.
* Other small changes.
2023-03-30 10:17:08 +00:00
..
entity Remove redundant bounds check in Entities::get (#8108) 2023-03-16 22:49:36 +00:00
query Or<T> should be a new type of PhantomData<T> (#8212) 2023-03-26 01:38:16 +00:00
schedule Fix typo in condition.rs (#8238) 2023-03-28 17:03:39 +00:00
storage Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
system Format SystemState doc example code (#8261) 2023-03-30 10:06:05 +00:00
world Miscellaneous cleanups to World::resource_scope (#8256) 2023-03-30 10:17:08 +00:00
archetype.rs Document bevy_ecs::storage (#7770) 2023-03-09 07:22:48 +00:00
bundle.rs Reduce branching when inserting components (#8053) 2023-03-21 20:37:25 +00:00
change_detection.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
component.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
event.rs docs: update docs and comments that still refer to stages (#8156) 2023-03-27 21:50:21 +00:00
lib.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
reflect.rs Bugfix: Scene reload fix (nonbreaking) (#7951) 2023-03-27 22:18:45 +00:00
removal_detection.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00