rust/src
Eric Huss 6a1099c202 Disable docs on aarch64-apple-darwin.
This builder is the slowest in the fleet. This should cut a considerable
amount of time. The manifest should now include the docs from
x86_64-apple-darwin. Although those docs are slightly different, it
should be close enough. When aarch64-apple-darwin heads towards tier 1,
we can revisit whether or not to re-enable the docs.
2022-01-17 20:21:44 -08:00
..
bootstrap Disable docs on aarch64-apple-darwin. 2022-01-17 20:21:44 -08:00
build_helper
ci Disable docs on aarch64-apple-darwin. 2022-01-17 20:21:44 -08:00
doc Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha 2022-01-17 06:08:17 +01:00
llvm-project@2abffbf977 Use the new language identifier for Rust in the PDB debug format 2022-01-11 07:41:27 -08:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
tools Remove VERSION from manifest readme docs. 2022-01-17 09:34:19 -08:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version bump version to 1.60.0 2022-01-07 10:04:15 +01: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.