rust/src
2021-10-31 13:04:30 +01:00
..
bootstrap Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor 2021-10-13 10:57:19 -07:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci switch release channel to stable 2021-10-18 09:28:38 +02:00
doc Revert "Stabilize arbitrary_enum_discriminant" 2021-10-14 10:56:35 -04:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc Apply documentation suggestions from code review 2021-10-18 10:48:06 +02: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 Lint against RTL unicode codepoints in literals and comments 2021-10-31 13:04:30 +01:00
tools Downgrade lld-wrapper to 2018 edition 2021-10-13 11:18:20 -07:00
README.md
stage0.txt Drop stage0 rustfmt from beta 2021-09-14 15:10:22 -07:00
version Bump to 1.56 2021-07-23 17:04:59 -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.