kennytm 2c388e0e9f
Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton
cleanup: Remove `Def::GlobalAsm`

Global asm is not something that needs to have a `Def` or `DefId`.
2018-08-07 16:55:37 +08:00
..
2018-08-05 15:54:49 +01:00
2018-08-05 15:54:49 +01:00
2018-08-05 17:42:58 +01:00
2018-08-05 15:54:49 +01:00
2018-08-04 17:30:14 -07:00
2018-08-05 10:07:19 +12: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: