Files
rust/src
Edgar Luque d68eea61c3 Fix bootstrap.py uname error.
The x.py script fails with `ValueError: too many values to unpack (expected 3)` when uname -smp gives more than 3 words
2023-07-12 11:52:53 +02:00
..
2023-07-12 11:52:53 +02:00
2023-07-10 20:22:15 +02:00
2023-06-20 00:49:54 +01:00
2023-05-30 08:00:10 -04:00
2023-07-08 10:35:49 -04: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.