Files
rust/src
Guillaume Gomez aebf07e3eb Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis
Enclose type in backticks for "non-exhaustive patterns" error

This makes the error style consistent with the convention in error messages.
2018-11-29 13:10:33 +01:00
..
2018-11-20 15:56:58 -08:00
2018-11-11 20:52:36 +07:00
2018-11-27 13:13:11 -06:00
2018-11-27 13:13:11 -06:00
2018-11-25 20:27:18 -08:00
2018-11-02 14:58:53 +01:00
2018-11-12 18:21:52 -08:00
2018-10-31 11:53:50 -07: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: