rust/src
bors 0850c37bd3 Auto merge of #83529 - richkadel:demangler, r=tmandry
Make rust-demangler installable

Adds bootstrap rules to support installing rust-demangler, as an optional, in-tree `extended` tool. It can be included by updating `config.toml`, setting `extended = true`, and then either (a) adding `"rust-demangler"` to the `tools` array, or by enabling `profiler = true`. In other words, it is a _default_ `extended` tool if `profiler = true`.

When compiling with `-Z instrument-coverage`, the coverage reports are
generated by `llvm-cov`. `llvm-cov` includes a built-in demangler for
C++, and an option to supply an alternate demangler. For Rust, we have
`rust-demangler`, currently used in `rustc` coverage tests.

Fuchsia's toolchain for Rust is built via `./x.py install`. Fuchsia is
adding support for Rust coverage, and we need to include the
`rust-demangler` in the installed `bin` directory.

r? `@tmandry`
2021-04-04 02:30:18 +00:00
..
bootstrap Address review comments and Windows failure, and make cleaner 2021-04-03 18:03:50 -07:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
etc
librustdoc Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomez 2021-04-04 00:19:36 +09:00
llvm-project@0abbcc04d8 Update LLVM with another wasm simd fix 2021-03-31 10:24:41 -07:00
rustdoc-json-types
test Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov 2021-04-03 10:59:24 +00:00
tools Auto merge of #83529 - richkadel:demangler, r=tmandry 2021-04-04 02:30:18 +00:00
README.md
stage0.txt
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.