rust/src
bors e141246cbb Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #99933 (parallelize HTML checking tool)
 - #99958 (Improve position named arguments lint underline and formatting names)
 - #100008 (Update all pre-cloned submodules on startup)
 - #100049 (⬆️ rust-analyzer)
 - #100070 (Clarify Cargo.toml comments)
 - #100074 (rustc-docs: Be less specific about the representation of `+bundle`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-03 04:50:42 +00:00
..
bootstrap Rollup merge of #100008 - jyn514:eager-submodules, r=bjorn3 2022-08-02 23:07:46 +02:00
ci Don't cancel try-perf branch if 'outdated' 2022-08-01 18:50:58 -04:00
doc rustc-docs: Be less specific about the representation of +bundle 2022-08-02 22:29:29 +03:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC 2022-08-02 17:17:37 +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 #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr 2022-08-03 04:50:42 +00:00
tools Rollup merge of #100070 - mqudsi:99768_revisited, r=RalfJung 2022-08-02 23:07:48 +02:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version bump version to 1.64.0 2022-06-24 17:27:24 +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.