rust/src
2021-09-11 12:24:40 -07:00
..
bootstrap Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum 2021-09-04 20:44:41 +00:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci Bump sccache used in CI to v0.2.15 2021-08-25 16:26:45 -04:00
doc Update cargo, books 2021-09-01 09:27:57 -07:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez 2021-09-04 18:18:00 +00:00
llvm-project@a04279dd57 Update LLVM submodule 2021-08-27 15:02:03 +01:00
rustdoc-json-types rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
test array comment + test for references 2021-09-11 12:24:40 -07:00
tools Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser 2021-09-04 01:40:36 +00:00
README.md
stage0.txt bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -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.