mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
33c1e869d7
This commit expands the initialism UCRT on first use in the rusct book chapter on the *-windows-gnullvm platform support, making the chapter easier to understand. Microsoft, the originator of this technology in Windows, expands it to Universal C Runtime[1]. The same expansion is added to the chapter. [1] https://learn.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt
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.