Rollup merge of #147000 - moturus:motor-os_stdlib_pr, r=tgross35
std: Add Motor OS std library port Motor OS was added as a no-std Tier-3 target in [PR 146848](https://github.com/rust-lang/rust/pull/146848) as x86_64-unknown-motor. This PR adds the std library for Motor OS. While the PR may seem large, all it does is proxy std pal calls to [moto-rt](https://crates.io/crates/moto-rt). Where there is some non-trivial code (e.g. thread::spawn), it is quite similar, often identical, to what other platforms do.
M
Matthias Krüger committed
91f48d8ba7db45185628ee3b6b15d1252b34b885
Committed by GitHub <noreply@github.com>
on 10/16/2025, 5:35:23 PM