Inna Palant | ff3f07a | 2019-07-11 16:15:26 -0700 | [diff] [blame] | 1 | This directory contains the source code of the rust project, including: |
Chris Wailes | e3116c4 | 2021-07-13 14:40:48 -0700 | [diff] [blame] | 2 | |
ThiƩbaud Weksteen | 3b664ca | 2020-11-26 14:41:59 +0100 | [diff] [blame] | 3 | - The test suite |
ThiƩbaud Weksteen | e40e736 | 2020-10-28 15:03:00 +0100 | [diff] [blame] | 4 | - The bootstrapping build system |
Inna Palant | ff3f07a | 2019-07-11 16:15:26 -0700 | [diff] [blame] | 5 | - Various submodules for tools, like rustdoc, rls, etc. |
| 6 | |
Jeff Vander Stoep | ad6790c | 2020-06-24 15:34:31 +0200 | [diff] [blame] | 7 | For more information on how various parts of the compiler work, see the [rustc dev guide]. |
Inna Palant | ff3f07a | 2019-07-11 16:15:26 -0700 | [diff] [blame] | 8 | |
Jeff Vander Stoep | ad6790c | 2020-06-24 15:34:31 +0200 | [diff] [blame] | 9 | [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html |