rust/src
Dylan DPC e6e7ccc28d
Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper
Add check for doc alias attribute at crate level

Fixes #76298, #64734, #69365.

r? @ollie27
2020-10-05 02:29:27 +02:00
..
bootstrap Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse 2020-10-04 11:45:10 +09:00
build_helper
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc
etc
librustdoc Rollup merge of #77518 - camelid:rustdoc-use-correct-link-font, r=GuillaumeGomez 2020-10-04 15:45:46 +02:00
llvm-project@e8b556b6a8
test Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper 2020-10-05 02:29:27 +02:00
tools Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov 2020-10-04 11:44:55 +09:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt bump version to 1.48 2020-08-26 10:16:59 +02: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.