Files
rust/src
Joshua Nelson 31265c6ca3 Assemble the compiler when running x.py build
Previously, there was no way to actually get binaries in
`build/$TARGET/stage1/bin` without building the standard library. This
makes it possible to build just the compiler. This can be useful when
the standard library isn't actually necessary for trying out your tests
(e.g. a bug that can be reproduced with only a `no_core` crate).
2021-10-13 04:10:09 +00:00
..
2021-09-20 22:21:42 -04:00
2021-09-17 15:07:13 +00:00
2021-09-20 22:21:42 -04:00
2021-09-20 23:07:04 +02:00
2021-09-20 22:21:42 -04:00
2021-09-08 20:51:05 -04:00
2021-09-03 21:54:48 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.