Files
rust/src
Nikita Popov c14bc575d6 Don't export non-function symbols with emscripten
Emscripten only provides an export mechanism for functions.
Exporting statics does not make sense conceptually in this case,
and will result in emcc undefined function errors.
2018-11-04 18:50:58 +01:00
..
2018-11-04 18:50:57 +01:00
2018-11-04 18:50:57 +01:00
2018-11-03 04:09:34 +00:00
2018-10-19 14:34:44 +02:00
2018-11-01 18:16:59 -04:00
2018-11-03 11:33:14 +01:00
2018-10-30 12:06:07 -06:00
2018-11-04 18:50:57 +01:00
2018-11-04 18:50:57 +01:00
2018-10-23 09:51:02 -07:00
2018-11-04 18:50:57 +01:00
2018-10-31 11:53:50 -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: