rust/src
bors f4ec0e7cff Auto merge of #96322 - matthiaskrgr:rollup-9xejxrf, r=matthiaskrgr
Rollup of 3 pull requests

Successful merges:

 - #96272 (Update `validate_uninhabited_zsts.rs` test after MIR building changes)
 - #96273 (Make `E0117` error clear)
 - #96315 (Make the lifetime accurate which is used in the region constraints part)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-04-22 19:28:05 +00:00
..
bootstrap Auto merge of #96207 - nikic:distcheck-dir, r=Mark-Simulacrum 2022-04-22 08:01:28 +00:00
ci update: actions/checkout@v2 to actions/checkout@v3 2022-04-14 13:20:39 -07:00
doc Update books 2022-04-20 07:04:50 -07:00
etc Fix --bless not working anymore in htmldocck 2022-04-17 12:42:27 +02:00
librustdoc Auto merge of #96301 - notriddle:notriddle/synthetic-impl-prim, r=GuillaumeGomez 2022-04-22 16:47:13 +00:00
llvm-project@fd336816c3 Update LLVM submodule 2022-04-18 10:16:56 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Rollup merge of #96273 - TaKO8Ki:make-E0117-error-clear, r=davidtwco 2022-04-22 18:56:25 +02:00
tools Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov 2022-04-22 05:15:47 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02: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.