rust/src
Yuki Okushi 6be1732e69
Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla
Rustdoc: Do not list impl when trait has doc(hidden)

Fixes #86448.
2021-06-26 00:42:10 +09:00
..
bootstrap Update cargo 2021-06-22 16:19:24 -07:00
build_helper
ci Fetch expat from github because the project switched 2021-06-25 10:34:29 +02:00
doc Update books 2021-06-22 14:50:15 -07:00
etc Hide Crate Version on narrow Screens 2021-06-24 16:46:15 +02:00
librustdoc Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla 2021-06-26 00:42:10 +09:00
llvm-project@39c5555872
rustdoc-json-types
test Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla 2021-06-26 00:42:10 +09:00
tools Fix clippy test 2021-06-25 15:29:14 +02: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.