rust/src
2022-07-13 18:31:29 -04:00
..
bootstrap Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 2022-07-13 10:38:42 +02:00
ci Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum 2022-07-11 20:32:06 +00:00
doc Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 2022-07-13 10:38:42 +02:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomez 2022-07-13 11:10:51 +00:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types rustdoc-json-types: Clean up derives. 2022-07-02 00:11:29 +01:00
test add array tests, cleanup, tidy, and bless 2022-07-13 18:31:29 -04:00
tools add array tests, cleanup, tidy, and bless 2022-07-13 18:31:29 -04:00
README.md
stage0.json configure nightly branch name in stage0.json 2022-07-11 10:15:13 +02: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.