rust/src
2022-12-23 12:49:20 -08:00
..
bootstrap Rollup merge of #105624 - compiler-errors:cache-unsound, r=jyn514 2022-12-14 17:17:58 +01:00
ci Rollup merge of #105663 - andrewpollack:patch-1, r=tmandry 2022-12-14 10:58:47 +01:00
doc doc: document remap matching behaviour in rustc flags 2022-12-10 16:04:00 +01:00
etc
librustdoc Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomez 2022-12-15 12:46:05 +01:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types
test Suggest .clone() on method call move errors 2022-12-23 12:49:20 -08:00
tools Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3 2022-12-15 07:23:38 +00:00
README.md
stage0.json
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.