rust/src
bors 3b639486c1 Auto merge of #107546 - matthiaskrgr:rollup-9rgf2gx, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #107389 (Fixing confusion between mod and remainder)
 - #107442 (improve panic message for slice windows and chunks)
 - #107470 (Small bootstrap improvements)
 - #107487 (Make the "extra if in let...else block" hint a suggestion)
 - #107499 (Do not depend on Generator trait when deducing closure signature)
 - #107533 (Extend `-Z print-type-sizes` to distinguish generator upvars+locals from "normal" fields.)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-01 07:47:29 +00:00
..
bootstrap Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68 2023-02-01 05:54:38 +01:00
ci Auto merge of #103019 - Kobzol:ci-multistage-python, r=Mark-Simulacrum 2023-01-29 22:14:18 +00:00
doc Update books 2023-01-30 12:01:05 -05:00
etc Pass --locked to the x test tidy call 2023-01-21 20:21:04 +00:00
librustdoc Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomez 2023-01-31 23:38:54 +01:00
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Auto merge of #107541 - weihanglo:update-cargo, r=weihanglo 2023-02-01 04:53:29 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump to 1.69.0 2023-01-20 18:06:54 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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