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