rust/src
bors 86f7f78f05 Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov
Set struct/union/enum fields/variants as reachable when item is

Fixes #92755
2022-01-14 06:29:32 +00:00
..
bootstrap Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum 2022-01-06 23:15:20 +01:00
build_helper
ci Add note about upstream commit musl-patch-configure.diff is derived from 2022-01-10 10:41:31 -05:00
doc Extended the note on the use of no_run attribute 2022-01-09 19:17:15 -05:00
etc
librustdoc Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez 2022-01-13 08:11:22 +01:00
llvm-project@6b3dbcc81a Backport LLVM changes to disable deferred inlining 2021-12-19 23:49:03 +02:00
rustdoc-json-types
test Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov 2022-01-14 06:29:32 +00:00
tools Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr 2022-01-14 03:17:11 +00:00
README.md
stage0.json
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.