rust/src
2021-09-17 14:10:41 +09:00
..
bootstrap Enable rustdoc's --generate-link-to-definition for rustc docs 2021-09-16 10:43:18 +02:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci Disable both reproducible-build tests for crate-type=bin 2021-09-15 13:37:22 -04:00
doc Rollup merge of #88985 - Commeownist:patch-1, r=Amanieu 2021-09-16 10:57:23 -07:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez 2021-09-16 13:47:55 +00:00
llvm-project@86c7daa627 Update LLVM submodule 2021-09-11 00:15:38 +02:00
rustdoc-json-types rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
test Apply review comments 2021-09-17 14:10:41 +09:00
tools Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearth 2021-09-16 02:00:08 +00:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -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.