tree: 33d3e5ff49ddbde162c2ded567a13611e1aa3ce9 [path history] [tgz]
  1. bootstrap/
  2. build_helper/
  3. ci/
  4. doc/
  5. etc/
  6. librustdoc/
  7. test/
  8. tools/
  9. README.md
  10. stage0.txt
  11. version
src/README.md

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.