Files
rust/src
Alex Crichton 9a3128ec1d test: Forcibly remove MAKEFLAGS in compiletest
When executing run-make tests we run a risk of leaking the `MAKEFLAGS`
environment variable if `./x.py` itself was called from `make` (aka `make check
-j3` as the OSX bots do). We may then leak accidentally fds into the child
process and trick it into thinking it's got a jobserver!

Hopefully addresses [this] spurious failure

[this]: https://github.com/rust-lang/rust/pull/48295#issuecomment-372134717
2018-03-11 13:15:46 -07:00
..
2018-03-08 08:34:14 +01:00
2018-02-18 00:10:40 +09:00
2018-03-08 08:34:05 +01:00
2018-03-02 10:45:32 +01:00
2018-03-05 15:58:54 -03:00
2018-03-02 14:34:07 -08:00
2018-02-23 13:20:56 -06:00
2018-02-20 08:52:33 -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: