Files
rust/src
Pietro Albini dcae83b6a3 Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis
Suggest correct enum variant on typo

Fix #37992.
2018-11-25 17:05:09 +01:00
..
2018-11-20 15:56:58 -08:00
2018-11-11 20:52:36 +07:00
2018-11-02 14:58:53 +01:00
2018-11-24 11:36:32 +01:00
2018-11-12 18:21:52 -08: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: