rust/src
2021-02-12 22:01:04 -05:00
..
bootstrap Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-Simulacrum 2021-02-12 19:32:16 +09:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci ci: allow unstable features in some PGO benchmarks 2021-02-09 16:02:19 +01:00
doc Remove unnecessary documentation page 2021-02-12 22:01:04 -05:00
etc Resolve typedef in HashMap lldb pretty-printer only if possible 2021-02-06 20:24:07 +03:00
librustdoc Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller 2021-02-12 19:32:20 +09:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
test Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller 2021-02-12 19:32:20 +09:00
tools Tell user how to fix CI file being not up to date 2021-02-11 19:57:59 -05:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +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.