kennytm c6cd57dd86
Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix
Macro diagnostics tweaks

Fix #30128, fix #10951 by adding an appropriate span to the diagnostic.
Fix #26288 by suggesting adding semicolon to macro call.
2018-10-26 23:06:28 +08:00
..
2018-10-23 15:56:25 +02:00
2018-10-21 14:06:28 +03:00
2018-10-20 07:47:32 -04:00
2018-10-23 15:56:25 +02:00
2018-10-23 15:56:25 +02:00
2018-10-26 09:50:51 +13:00
2018-10-23 09:51:02 -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: