rust/src
bors f243a2ad90 Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor
Rollup of 14 pull requests

Successful merges:

 - #77239 (Enable building Cargo for aarch64-apple-darwin)
 - #77569 (BTreeMap: type-specific variants of node_as_mut and cast_unchecked)
 - #77719 (Remove unnecessary rustc_const_stable attributes.)
 - #77722 (Remove unsafety from sys/unsupported and add deny(unsafe_op_in_unsafe_fn).)
 - #77725 (Add regression issue template)
 - #77776 ( Give an error when running `x.py test --stage 0 src/test/ui`)
 - #77786 (Mention rustdoc in `x.py setup`)
 - #77825 (`min_const_generics` diagnostics improvements)
 - #77868 (Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component)
 - #77884 (Use Option::unwrap_or instead of open-coding it)
 - #77886 (Replace trivial bool matches with the `matches!` macro)
 - #77892 (Replace absolute paths with relative ones)
 - #77895 (Include aarch64-apple-darwin in the dist manifests)
 - #77909 (bootstrap: set correct path for the build-manifest binary)

Failed merges:

 - #77902 (Include aarch64-pc-windows-msvc in the dist manifests)

r? `@ghost`
2020-10-13 22:13:09 +00:00
..
bootstrap Rollup merge of #77909 - pietroalbini:fix-build-manifest-path, r=Mark-Simulacrum 2020-10-14 06:02:41 +09:00
build_helper
ci Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini 2020-10-14 06:02:12 +09:00
doc Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini 2020-10-14 06:02:12 +09:00
etc Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrum 2020-10-09 15:18:41 +00:00
librustdoc Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 2020-10-13 04:41:08 +00:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor 2020-10-13 22:13:09 +00:00
tools Rollup merge of #77895 - shepmaster:silicon-manifest, r=pietroalbini 2020-10-14 06:02:38 +09:00
README.md
stage0.txt Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04:00
version

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.