rust/src
bors 5c54be35c6 Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #100094 (Detect type mismatch due to loop that might never iterate)
 - #100132 (Use (actually) dummy place for let-else divergence)
 - #100167 (Recover `require`, `include` instead of `use` in item)
 - #100193 (Remove more Clean trait implementations)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-06 15:09:59 +00:00
..
bootstrap Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgr 2022-08-04 01:10:08 +00:00
ci Auto merge of #95026 - cuviper:bump-linux-min, r=Mark-Simulacrum 2022-08-04 23:56:07 +00:00
doc doc: s390x also requires glibc 2.17 2022-08-03 20:34:58 -07:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddle 2022-08-06 16:16:00 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr 2022-08-06 15:09:59 +00:00
tools Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 2022-08-06 06:48:15 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04:00

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.