rust/src
bors 3a8e713859 Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum
Use new cargo argument in bootstrap for cfg checking

This PR use new cargo argument in bootstrap for doing cfg checking.

Follow-up to https://github.com/rust-lang/rust/pull/97044 and https://github.com/rust-lang/rust/pull/97214.

r? `@Mark-Simulacrum`
2022-06-04 17:47:14 +00:00
..
bootstrap Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum 2022-06-04 17:47:14 +00:00
ci Auto merge of #97137 - Kobzol:ci-llvm-pgo-pid, r=Mark-Simulacrum 2022-06-04 14:30:36 +00:00
doc Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister 2022-05-29 01:12:30 +02:00
etc rustdoc: add channel normalization to htmldocck.py 2022-06-02 15:02:26 -07:00
librustdoc Rollup merge of #97681 - GuillaumeGomez:more-eslint, r=Dylan-DPC 2022-06-03 17:10:53 +02:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Rollup merge of #97722 - compiler-errors:tighten-copy-type-error-spans, r=Dylan-DPC 2022-06-04 11:06:42 +02:00
tools Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank 2022-06-03 17:10:51 +02:00
README.md
stage0.json Finish bumping stage0 2022-05-27 07:36:17 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -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.