mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
7e0430fafc
Rollup of 7 pull requests Successful merges: - rust-lang/rust#155643 (Improve suggestion for $-prefixed fragment specifiers) - rust-lang/rust#154197 (Avoid redundant clone suggestions in borrowck diagnostics) - rust-lang/rust#154372 (Exposing Float Masks) - rust-lang/rust#155680 (Handle index projections in call destinations in DSE) - rust-lang/rust#155732 (bootstrap: Don't clone submodules unconditionally in dry-run) - rust-lang/rust#155737 (Account for `GetSyntheticValue` failures) - rust-lang/rust#155738 (Pass fields to `is_tuple_fields` instead of `SBValue` object)
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.