rust/src
bors bc4d574ff2 Auto merge of #102150 - matthiaskrgr:rollup-6xmd8f3, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #102113 (OpTy: fix a method taking self rather than &self)
 - #102118 (rustdoc: clean up line numbers on code examples)
 - #102123 (Add note to clippy::non_expressive_names doc)
 - #102125 (rustdoc: remove no-op CSS `.content .item-info { position: relative }`)
 - #102127 (Use appropriate variable names)
 - #102128 (Const unification is already infallible, remove the error handling logic)
 - #102133 (Use valtrees for comparison)
 - #102135 (Improve some AllTypes fields name)
 - #102144 (Extend const_convert with const {FormResidual, Try} for ControlFlow.)
 - #102147 (rustdoc: remove no-op CSS `.location:empty { border: none }`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-09-23 06:52:39 +00:00
..
bootstrap Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obk 2022-09-22 09:45:04 +00:00
ci
doc Rollup merge of #102079 - ehuss:update-books, r=ehuss 2022-09-22 09:03:55 +09:00
etc
librustdoc Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=GuillaumeGomez 2022-09-22 21:34:56 +02:00
llvm-project@670e5f673a
rustdoc-json-types
test Auto merge of #102150 - matthiaskrgr:rollup-6xmd8f3, r=matthiaskrgr 2022-09-23 06:52:39 +00:00
tools Rollup merge of #102123 - schteve:clippy-note, r=Manishearth 2022-09-22 21:34:51 +02: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.