rust/src
Nikita Popov b2f247e1bd Explicitly disable zstd support
Make sure we don't pick up a libzstd.so dependency if it happens
to be installed on the system.
2022-08-09 12:39:59 +02:00
..
bootstrap Explicitly disable zstd support 2022-08-09 12:39:59 +02:00
ci Allow old toolchain on some images 2022-08-09 12:39:59 +02:00
doc Update SUMMARY.md 2022-08-07 12:42:25 -06:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc rustdoc: do not mark the contents of a skipped module as inlined 2022-08-06 13:20:04 -07:00
llvm-project@639388a05f Update LLVM submodule 2022-08-09 12:39:59 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Fix coverage-llvmir test on Windows 2022-08-09 12:39:59 +02:00
tools Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 2022-08-06 06:48:15 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -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.