bevy/crates/bevy_ecs/src/system
SpecificProtagonist 4562bb484f Fix spawn tracking for spawn commands (#19351)
See also
https://discord.com/channels/691052431525675048/1374187654425481266/1375553989185372292.

Set spawn info in `Commands::spawn_empty`.
Also added a benchmark for `Commands::spawn`.

See added test.
2025-05-30 23:53:51 +02:00
..
commands Fix spawn tracking for spawn commands (#19351) 2025-05-30 23:53:51 +02:00
adapter_system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 19:06:51 +01:00
builder.rs Support using FilteredResources with ReflectResource. (#15624) 2025-02-16 19:56:19 +00:00
combinator.rs Fix system param validation for piped systems (#18785) 2025-04-11 08:59:57 +02:00
exclusive_function_system.rs remove reliance on a trait solver inference bug (#18840) 2025-04-14 22:46:29 +02:00
exclusive_system_param.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
function_system.rs remove reliance on a trait solver inference bug (#18840) 2025-04-14 22:46:29 +02:00
input.rs bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335) 2025-01-14 21:37:41 +00:00
mod.rs Use never_say_never hack to work around Rust 2024 regression for fn traits (#18804) 2025-04-14 22:46:29 +02:00
observer_system.rs Use never_say_never hack to work around Rust 2024 regression for fn traits (#18804) 2025-04-14 22:46:29 +02:00
query.rs Add #[deprecated(since = "0.16.0", ...)] to items missing it (#18702) 2025-04-03 21:46:46 +02:00
schedule_system.rs bevy_ecs: forward type_id in InfallibleSystemWrapper (#18931) 2025-05-30 22:59:10 +02:00
system_name.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
system_param.rs Improve error message for missing events (#18683) 2025-04-03 21:45:43 +02:00
system_registry.rs Include SystemParamValidationError in RunSystemError and RegisteredSystemError (#18666) 2025-04-03 21:45:42 +02:00
system.rs Include SystemParamValidationError in RunSystemError and RegisteredSystemError (#18666) 2025-04-03 21:45:42 +02:00