Files
rust/src
Matthias Krüger 809ab64e97 rustdoc: while -> if
we will always return once we step inside the while-loop thus `if` is sufficient here
2023-09-27 22:07:33 +02:00
..
2023-09-27 18:30:33 +03:00
2023-09-27 22:07:33 +02:00
2023-09-19 11:14:35 +02:00
2023-08-22 06:58:03 -04:00
2023-08-20 14:02:00 -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.