Files
rust/src
Josh Stone b404ec4b48 Ignore stack-probes tests on powerpc/s390x too
We only support stack probes on x86 and x86_64.
Other arches are already ignored.
2018-03-29 10:25:32 -07:00
..
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-26 08:36:50 -05:00
2018-03-29 00:27:50 +02:00
2018-03-26 08:36:50 -05:00
2018-03-29 13:13:49 +02:00
2018-03-29 10:35:15 +03: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: