2018-02-23 20:20:56 +01:00
|
|
|
This directory contains the source code of the rust project, including:
|
|
|
|
- `rustc` and its tests
|
2020-07-28 05:05:34 +02:00
|
|
|
- The bootstrapping build system
|
2018-02-23 20:20:56 +01:00
|
|
|
- Various submodules for tools, like rustdoc, rls, etc.
|
|
|
|
|
2020-03-05 22:07:42 +01:00
|
|
|
For more information on how various parts of the compiler work, see the [rustc dev guide].
|
2018-02-23 20:20:56 +01:00
|
|
|
|
2020-03-09 22:33:04 +01:00
|
|
|
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
|