tree: d8809bdfc5e0dbddb01f28715d20d1f3b14dbf13 [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 rustdoc, rls, etc.

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