bevy/crates/bevy_ecs/src
James Liu 2179a3ebf4 Make Entity::to_bits const (#6559)
# Objective
Fix #6548. Most of these methods were already made `const` in #5688. `Entity::to_bits` is the only one that remained.

## Solution
Make it const.
2022-11-12 16:15:04 +00:00
..
entity Make Entity::to_bits const (#6559) 2022-11-12 16:15:04 +00:00
query debug_checked_unwrap should track its caller (#6452) 2022-11-05 16:15:08 +00:00
schedule Fix clippy::iter_with_drain (#6485) 2022-11-06 01:42:15 +00:00
storage Remove unnecesary branches/panics from Query accesses (#6461) 2022-11-04 06:04:55 +00:00
system Improve logging consistency for entity despawning (#6501) 2022-11-07 19:23:34 +00:00
world Add send_event and friends to WorldCell (#6515) 2022-11-07 21:25:31 +00:00
archetype.rs Fix spawning empty bundles (#6425) 2022-11-03 22:50:41 +00:00
bundle.rs Fix spawning empty bundles (#6425) 2022-11-03 22:50:41 +00:00
change_detection.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs Revert "Show prelude re-exports in docs (#6448)" (#6449) 2022-11-02 20:40:45 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00