mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
821537498d
Rollup of 9 pull requests Successful merges: - rust-lang/rust#146989 (Inhibit all-absent-variant optimization for all enum reprs that inhibit layout optimization, not just repr(C).) - rust-lang/rust#151991 (std: sys: pal: uefi: os: Implement split_paths) - rust-lang/rust#152794 (Fix ICE in `try_to_raw_bytes` when array elements have mismatched) - rust-lang/rust#153052 (std random.rs: update link to RTEMS docs) - rust-lang/rust#153054 (docs: note env var influence on `temp_dir` and `env_clear` on Windows) - rust-lang/rust#153061 (cleanup `tests/ui/box`, part 2) - rust-lang/rust#153197 (style: Update doctests for `TryFrom<integer> for bool` and `From<bool> for float`) - rust-lang/rust#153210 (Fix ICE on empty file with -Zquery-dep-graph) - rust-lang/rust#153228 (Remove `TranslationError`)
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.