rust/src
bors 6e4a9ab650 Auto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #101142 (Improve HIR stats)
 - #101367 (Suggest `{Option,Result}::{copied,clone}()` to satisfy type mismatch)
 - #101391 (more clippy::perf fixes)
 - #101409 (Don't fire `rust_2021_incompatible_closure_captures` in `edition = 2021` crates)
 - #101420 (Fix `hir::Local` doc to match with the variable name used: `init`)
 - #101429 (Don't suggest reborrow if usage is inside a closure)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-09-05 09:48:49 +00:00
..
bootstrap
ci Test internal documentation 2022-09-04 16:51:11 +01:00
doc Rollup merge of #101347 - diminishedprime:patch-4, r=tmandry 2022-09-03 14:20:51 +02:00
etc
librustdoc Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk 2022-09-05 14:15:52 +05:30
llvm-project@670e5f673a
rustdoc-json-types Rustdoc-Json: Add enum discriminant 2022-09-03 22:15:26 +01:00
test Auto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r=Dylan-DPC 2022-09-05 09:48:49 +00:00
tools Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco 2022-09-05 14:15:51 +05:30
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, miri, etc.

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