rust/src
bors ba64ba8b0d Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #105642 (Minor grammar nit.)
 - #105658 (Remove ..X from RELEASES.md)
 - #105663 (Adjust log line in `fuchsia-test-runner.py`)
 - #105664 (rustdoc: apply `pre-wrap` CSS to code-wrapped links)
 - #105665 (rustdoc: simplify popover CSS)
 - #105676 (rustdoc: add CSS margin between `impl` docblock and its items)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-12-14 12:46:08 +00:00
..
bootstrap
ci Rollup merge of #105663 - andrewpollack:patch-1, r=tmandry 2022-12-14 10:58:47 +01:00
doc
etc
librustdoc Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomez 2022-12-14 10:58:49 +01:00
llvm-project@3dfd4d93fa
rustdoc-json-types
test Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr 2022-12-14 12:46:08 +00:00
tools Auto merge of #104986 - compiler-errors:opaques, r=oli-obk 2022-12-14 01:19:24 +00: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 cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.