Files
rust/src
Sébastien Marie a4ddda31e9 tidy: add a new test for external dependencies
ensure all packages in Cargo.lock will be vendored, and fail if the
source packages isn't whitelisted.
2018-07-15 12:46:02 +02:00
..
2018-07-01 20:23:41 +02:00
2018-07-15 02:04:44 +02:00
2018-07-14 14:57:15 +03:00
2018-07-14 14:57:15 +03:00
2018-07-15 02:04:44 +02:00
2018-07-02 12:53:46 +02:00
2018-07-15 02:04:44 +02:00
2018-06-14 18:05:12 +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: