Files
rust/src
kennytm 97b489ef39 Rollup merge of #48961 - Songbird0:rustdoc_doctests_assertions, r=GuillaumeGomez
Rustdoc: example of use of assertions

I added this section at the beginning of the file because it seems to be basic information. Let me know if there's someplace more relevant.

See #47945.
2018-03-16 01:49:45 +08:00
..
2018-03-12 10:07:48 -07:00
2018-03-12 20:23:23 +01:00
2018-03-14 12:44:52 +08:00
2018-03-08 08:34:05 +01:00
2018-03-14 12:45:14 +08:00
2018-03-11 10:56:21 -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.

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