rust/src
bors 1f12ac8729 Auto merge of #89984 - matthiaskrgr:rollup-ikmyhmx, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #89738 (ty::pretty: prevent infinite recursion for `extern crate` paths.)
 - #89888 (Make `llvm.download-ci-llvm="if-available"` work for tier 2 targets with host tools)
 - #89945 (Remove a mention to `copy_from_slice` from `clone_from_slice` doc)
 - #89946 (Fix an ICE with TAITs and Future)
 - #89963 (Some "parenthesis" and "parentheses" fixes)
 - #89975 (Add a regression test for #85921)
 - #89977 (Make Result::as_mut const)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-10-17 19:18:18 +00:00
..
bootstrap Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Simulacrum 2021-10-17 18:18:56 +02:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm 2021-10-17 07:52:18 +09:00
doc Revert "Stabilize arbitrary_enum_discriminant" 2021-10-14 10:57:56 -04:00
etc Encode json files with UTF-8 2021-09-30 00:11:14 +09:00
librustdoc Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa 2021-10-17 18:18:59 +02:00
llvm-project@a7348ae0df Update to the final LLVM 13.0.0 release 2021-10-01 21:06:19 -07:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #89975 - JohnTitor:gats-tests-85921, r=jackh726 2021-10-17 18:18:59 +02:00
tools Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa 2021-10-17 18:18:59 +02:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version bump version to rust 1.58.0 2021-10-17 16:04:44 +02: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.