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