Files
rust/src
Tyler Mandry ac3e183c42 Rollup merge of #68440 - matthiaskrgr:xpyclippy, r=Mark-Simulacrum
bootstrap: update clippy subcmd decription

Clarify where the clippy used in `./x.py clippy` is coming from.
It uses whatever clippy binary was installed via rustup, cargo-install
or otherwise and does NOT use the binary generated by `./x.py build src/tools/clippy`.
2020-01-22 16:02:19 -08:00
..
2020-01-21 09:55:43 -08:00
2020-01-13 12:54:16 +00:00
2020-01-23 11:00:36 +11:00
2020-01-18 17:59:44 +01:00
2020-01-23 11:00:36 +11:00
2020-01-11 14:27:52 -05:00
2020-01-08 13:57:01 -08:00
2020-01-09 11:52:03 +09:00
2020-01-07 21:28:22 +01: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.