mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
91f48d8ba7
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.
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.