rust/src
Jonas Schievink 64cf8c2e78
Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514
rustdoc: Fix visibility of trait and impl items

Fixes #81274.

r? `@jyn514`
2021-01-23 20:16:16 +01:00
..
bootstrap Deny internal lints for rustdoc 2021-01-21 23:05:52 -05:00
build_helper
ci Work around missing -dev packages in solaris docker image. 2021-01-20 23:29:55 +01:00
doc Feature-gate pointer and reference in intra-doc links 2021-01-17 15:27:35 -05:00
etc Add jsondocck tool, and use it for rustdoc JSON 2021-01-19 14:24:25 -05:00
librustdoc Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 2021-01-23 20:16:16 +01:00
llvm-project@f9a8d70b6e
test Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 2021-01-23 20:16:16 +01:00
tools Rollup merge of #81245 - ehuss:update-cargo, r=ehuss 2021-01-23 20:16:05 +01: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.