rust/src
bors 14ca83a04b Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #105216 (Remove unused GUI test)
 - #105245 (attempt to clarify align_to docs)
 - #105387 (Improve Rustdoc scrape-examples UI)
 - #105389 (Enable profiler in dist-powerpc64le-linux)
 - #105427 (Dont silently ignore rustdoc errors)
 - #105442 (rustdoc: clean up docblock table CSS)
 - #105443 (Move some queries and methods)
 - #105455 (use the correct `Reveal` during validation)
 - #105470 (Clippy: backport ICE fix before beta branch)
 - #105474 (lib docs: fix typo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-12-09 09:19:26 +00:00
..
bootstrap Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix 2022-12-06 13:27:40 +01:00
ci Rollup merge of #105389 - ogarokpeter:patch-1, r=Mark-Simulacrum 2022-12-09 07:25:45 +01:00
doc unstable-book: Add ignore to abi_efiapi example code 2022-12-06 14:45:38 -05:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=GuillaumeGomez 2022-12-09 07:25:46 +01:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr 2022-12-09 09:19:26 +00:00
tools Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr 2022-12-09 09:19:26 +00:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

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