bevy/crates/bevy_ecs/src
Alice Cecile ca3fa9dd6f Move ambiguity detection into its own file (#5918)
# Objective

This code is very disjoint, and the `stage.rs` file that it's in is already very long.

All I've done is move the code and clean up the compiler errors that result.

Followup to #5916, split out from #4299.
2022-09-09 18:44:47 +00:00
..
entity Make most Entity methods const (#5688) 2022-08-30 03:16:22 +00:00
query Update WorldQueryGats doc with type aliases (#5898) 2022-09-06 21:24:40 +00:00
schedule Move ambiguity detection into its own file (#5918) 2022-09-09 18:44:47 +00:00
storage Remove insert_resource_with_id (#5608) 2022-08-30 20:32:15 +00:00
system Clean up taffy nodes when UI node entities are removed (#5886) 2022-09-05 21:50:31 +00:00
world Add From<EntityMut> for EntityRef (fixes #5459) (#5461) 2022-09-03 18:06:42 +00:00
archetype.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
bundle.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
change_detection.rs Add a change detection bypass and manual control over change ticks (#5635) 2022-09-09 16:26:52 +00:00
component.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
event.rs Miscellaneous code-quality improvements. (#5860) 2022-09-05 00:30:21 +00:00
lib.rs Remove ambiguity sets (#5916) 2022-09-09 17:21:50 +00:00
reflect.rs remove ReflectMut in favor of Mut<dyn Reflect> (#5630) 2022-08-09 16:19:34 +00:00