Files
rust/src
kennytm dd4f5a2d48 Rollup merge of #54210 - alexcrichton:update-cargo, r=kennytm
Update Cargo

Should bring in some nice progress bars for compilations!
2018-09-14 14:50:18 +08:00
..
2018-09-13 12:27:29 +08:00
2018-09-13 12:27:29 +08:00
2018-09-13 12:27:29 +08:00
2018-09-13 18:35:17 -07:00
2018-09-11 17:14:08 +01: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: