Files
rust/src
bors 821537498d Auto merge of #153232 - JonathanBrouwer:rollup-rdNJcbm, r=JonathanBrouwer
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`)
2026-02-28 21:58:21 +00:00
..
2026-02-25 03:59:51 +01:00
2026-02-14 16:59:09 +01:00
2026-02-25 07:39:35 +08:00
2026-01-21 20:03:56 -05:00
2026-02-27 09:38:23 -08:00

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.