Files
rust/src
Vadim Petrochenkov b302f62cbc resolve: Rename WhereToResolve into Scope
Also move it into the crate root, it's no longer used for macros only
2019-07-18 13:42:44 +03:00
..
2019-07-17 12:46:36 -07:00
2019-07-17 12:46:36 -07:00
2019-07-16 00:13:07 -07:00
2019-07-13 00:16:40 +02:00
2019-07-15 16:29:12 +02:00
2019-07-17 12:46:36 -07:00
2019-07-04 11:26:57 -04: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.

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