Albert Larsan | 184057b | 2023-01-12 16:17:20 | [diff] [blame] | 1 | This directory contains some source code for the Rust project, including: |
Henry Boisdequin | 64fe2c1 | 2021-02-14 04:38:37 | [diff] [blame] | 2 | |
Who? Me?! | 62fd2c8 | 2020-07-28 03:05:34 | [diff] [blame] | 3 | - The bootstrapping build system |
Albert Larsan | 184057b | 2023-01-12 16:17:20 | [diff] [blame] | 4 | - Various submodules for tools, like cargo, tidy, etc. |
Mark Mansi | a05c553 | 2018-02-23 19:20:56 | [diff] [blame] | 5 | |
Santiago Pastorino | 9d4fdba | 2020-03-05 21:07:42 | [diff] [blame] | 6 | For more information on how various parts of the compiler work, see the [rustc dev guide]. |
Mark Mansi | a05c553 | 2018-02-23 19:20:56 | [diff] [blame] | 7 | |
Santiago Pastorino | b3b32b7 | 2020-03-09 21:33:04 | [diff] [blame] | 8 | [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html |