rust/src
Matthias Krüger eb69090e7b
Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Simulacrum
Make `llvm.download-ci-llvm="if-available"` work for tier 2 targets with host tools

`llvm.download-ci-llvm="if-available"` is used for most profiles configured via `x.py setup`. It allows downloading prebuilt LLVM tarballs from the CI artifacts for a configured list of platforms. Currently this list is restricted to tier 1 targets but it makes sense for all tier 2 targets with host tools.
2021-10-17 18:18:56 +02: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 #89943 - matthiaskrgr:clpcompl, r=oli-obk 2021-10-17 07:52:20 +09: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 #89738 - eddyb:extern-crate-recursion, r=nagisa 2021-10-17 18:18:55 +02:00
tools Fix clippy with changed macro statement spans 2021-10-15 02:36:58 -05:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -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.