blob: 9752bc3f66d44e5f5176435384d2a7e9f2211455 [file] [log] [blame] [view]
Inna Palantff3f07a2019-07-11 16:15:26 -07001This directory contains the source code of the rust project, including:
Chris Wailese3116c42021-07-13 14:40:48 -07002
ThiƩbaud Weksteen3b664ca2020-11-26 14:41:59 +01003- The test suite
ThiƩbaud Weksteene40e7362020-10-28 15:03:00 +01004- The bootstrapping build system
Inna Palantff3f07a2019-07-11 16:15:26 -07005- Various submodules for tools, like rustdoc, rls, etc.
6
Jeff Vander Stoepad6790c2020-06-24 15:34:31 +02007For more information on how various parts of the compiler work, see the [rustc dev guide].
Inna Palantff3f07a2019-07-11 16:15:26 -07008
Jeff Vander Stoepad6790c2020-06-24 15:34:31 +02009[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html