Files
rust/src
bors 4122885e0f Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus
rustdoc: introduce the #[doc(keyword="")] attribute for documenting keywords

Part of #34601.

r? @QuietMisdreavus
2018-06-05 10:00:08 +00:00
..
2018-06-03 13:46:19 +02:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 13:46:20 +02:00
2018-06-04 09:51:41 +02:00
2018-06-04 21:22:51 +02:00
2018-06-01 15:00:17 +02: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: