Files
rust/src
许杰友 Jieyou Xu (Joe) 53f48ddbc7 Assert that test names cannot contain dots
This is so that we can catch stray test output files, since test names
without dots can form predictable patterns we can match on.
2024-03-05 08:11:27 +00:00
..
2024-03-02 18:11:25 +00:00
2024-01-27 16:38:57 +01:00
2024-03-01 16:18:57 +01:00
2024-02-03 13:14:34 -05: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.