rust/src
bors 54f79babae Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #97712 (ptr::copy and ptr::swap are doing untyped copies)
 - #98624 (lints: mostly translatable diagnostics)
 - #98776 (rustdoc: improve click behavior of the source code mobile full-screen "sidebar")
 - #98856 (Remove FIXME from rustdoc intra-doc test)
 - #98913 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-07-05 12:17:26 +00:00
..
bootstrap Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum 2022-07-04 12:32:39 +00:00
ci Auto merge of #98439 - ehuss:cleanup-ci-script, r=Mark-Simulacrum 2022-07-03 19:39:28 +00:00
doc
etc
librustdoc Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=GuillaumeGomez 2022-07-05 16:04:33 +05:30
llvm-project@d1ddc34c4b
rustdoc-json-types
test Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPC 2022-07-05 12:17:26 +00:00
tools ⬆️ rust-analyzer 2022-07-05 09:29:11 +03:00
README.md
stage0.json
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.