rust/src
bors fde3000299 Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514
Add CI test for documentation of hidden items in std

Fixes #87844

r? `@jyn514`
2022-12-17 06:27:30 +00:00
..
bootstrap Rollup merge of #105624 - compiler-errors:cache-unsound, r=jyn514 2022-12-14 17:17:58 +01:00
ci Test documentation of hidden items in std 2022-12-16 20:21:43 +00:00
doc remove relative links from rustc-book and unstable-book 2022-12-16 11:44:07 +13:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddle 2022-12-17 00:45:53 +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 #105811 - ojeda:Dwarnings-no_fp_fmt_parse, r=Mark-Simulacrum 2022-12-17 03:11:39 +00:00
tools Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr 2022-12-15 22:03:01 +01:00
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01: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.