rust/src
Pietro Albini 5b34bf460c
Revert PR 83866
That PR caused multiple test failures when Rust's channel is changed
from nightly to anything else. The commit will have to be landed again
after the test suite is fixed.
2021-05-05 13:50:20 +02:00
..
bootstrap Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis 2021-05-04 08:09:23 +00:00
build_helper
ci Update clang to 12.0.0 on Windows and macOS 2021-05-03 22:54:50 -07:00
doc Link to MCP from target tier policy 2021-05-03 13:48:56 +02:00
etc
librustdoc Revert PR 83866 2021-05-05 13:50:20 +02:00
llvm-project@b61c24f352
rustdoc-json-types
test Revert PR 83866 2021-05-05 13:50:20 +02:00
tools Auto merge of #84900 - hyd-dev:miri, r=RalfJung 2021-05-04 18:35:08 +00:00
README.md
stage0.txt
version

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.