rust/src
2020-12-07 02:25:09 +03:00
..
bootstrap
build_helper
ci
doc Addressed feedback from 2020-12-01 2020-12-03 09:50:10 -08:00
etc
librustdoc Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco 2020-12-04 03:30:36 +01:00
llvm-project@7ade8dc4b8
test Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
tools Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup 2020-12-06 15:01:03 +01:00
README.md
stage0.txt
version

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.