rust/src
2022-05-18 11:38:34 -04:00
..
bootstrap Properly apply path prefix remapping paths emitted into debuginfo. 2022-05-18 12:19:01 +02:00
ci Auto merge of #97110 - Kobzol:pgo-pid-in-profile, r=lqd 2022-05-18 09:53:01 +00:00
doc Rollup merge of #97021 - Volker-Weissmann:patch-1, r=Dylan-DPC 2022-05-15 18:41:26 +02:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle 2022-05-18 07:41:00 +09:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #96867 - michaelwoerister:path-prefix-fixes-2, r=davidtwco 2022-05-18 12:45:44 +00:00
tools Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomez 2022-05-17 19:50:44 +00:00
README.md
stage0.json Bump stage 0 to new beta 2022-05-18 11:38:34 -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.