Files
rust/src
Takayuki Maeda 973510749d remove unnecessary string searchings
remove unnecessary string searchings for checking if function arguments have `&` and `&mut`
2022-08-20 15:54:39 +09:00
..
2022-08-12 16:28:15 -04:00
2022-08-20 15:54:39 +09:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:27:26 -04:00
2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.