Files
rust/src
bors 2b49944006 Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichton
Handle fast-submodules option correctly

This option was introduced in 72cb109bec, but it uses two different
spellings (`fast-submodule` in `bootstrap.py` vs `fast-submodules` in
`config.toml.example`) and isn't handled by Rust bootstrap which means
that any attempt to set this flag fails.
2018-04-01 00:22:45 +00:00
..
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-29 00:27:50 +02:00
2018-03-26 08:36:50 -05:00
2018-03-21 23:12:24 +09:00
2018-03-21 15:43:06 -05:00
2018-03-29 10:35:15 +03:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: