Files
rust/src
bors f960f377fd Auto merge of #57082 - matthiaskrgr:revert_56933, r=pietroalbini
x.py: fixup 6130fc884b, fix submodule handling

./x.py used to automatically check out the right commit when a submodule was outdated and ./x.py build was run
and submodules handling was enabled in config.toml (submodules = true).

But it threw an error:
[...]
failed to run: git submodule -q sync --progress src/tools/clippy

The commit removes the --progress from git submodule call.

Fixes #57080
2018-12-24 20:46:10 +00:00
..
2018-12-24 20:23:00 +01:00
2018-12-04 00:30:27 +03:00
2018-12-12 08:09:26 -08:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-23 10:46:03 +01:00
2018-12-21 12:09:43 +01:00
2018-12-18 15:26:10 +05:30
2018-12-10 12:05:33 -08:00
2018-11-26 15:03:13 -06:00
2018-12-12 08:09:26 -08: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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: