tree: 70d0f7e8c09c4ad7f993e085f03f73564fc8b6f0 [path history] [tgz]
  1. bootstrap/
  2. ci/
  3. doc/
  4. etc/
  5. librustdoc/
  6. rustdoc-json-types/
  7. test/
  8. tools/
  9. README.md
  10. stage0.json
  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 cargo, etc.

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