rust/src
bors 86ad69d4c6 Auto merge of #106786 - JohnTitor:rollup-8f4vk8m, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #105795 (Stabilize `abi_efiapi` feature)
 - #106446 ([LSDA] Take ttype_index into account when taking unwind action)
 - #106675 (Mark ZST as FFI-safe if all its fields are PhantomData)
 - #106740 (Adding a hint on iterator type errors)
 - #106741 (Fix reexport of `doc(hidden)` item)
 - #106759 (Revert "Make nested RPITIT inherit the parent opaque's generics.")
 - #106772 (Re-add mw to review rotation)
 - #106778 (Exclude formatting commit from blame)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-12 22:58:14 +00:00
..
bootstrap Revert "warn newer available version of the x tool" 2023-01-11 11:11:56 -07:00
ci Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514 2023-01-12 04:58:03 +00:00
doc Stabilize abi_efiapi feature 2023-01-11 20:42:13 -05:00
etc
librustdoc Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddle 2023-01-13 05:47:23 +09:00
llvm-project@9ad24035fe
rustdoc-json-types
tools Auto merge of #106780 - flip1995:clippyup, r=Manishearth 2023-01-12 20:05:18 +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.