Files
rust/src
bors c8fa49f83b Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk
Reorder injection of std to get better compilation error

Per #49851, reorder injection imports to get a better error message.

r? @oli-obk
2018-04-18 17:07:21 +00:00
..
2018-04-12 14:49:03 +09:00
2018-04-15 20:53:03 +02:00
2018-04-17 10:52:33 -05:00
2018-04-15 20:53:03 +02:00
2018-04-15 23:49:41 +02:00
2018-04-16 23:37:11 +02:00
2018-04-18 08:21:19 +12:00
2018-04-18 08:21:19 +12:00
2018-04-04 22:23:33 +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: