rust/src
2022-07-09 17:08:43 -04:00
..
bootstrap Globally set RUSTC_BOOTSTRAP 2022-06-27 18:26:07 -04:00
ci bump channel to beta 2022-06-27 10:41:51 +02:00
doc Update books 2022-06-22 16:12:32 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha 2022-06-24 16:43:41 +09:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Add regression test. 2022-07-09 17:08:43 -04:00
tools [beta] Update cargo 2022-07-05 11:04:21 -07:00
README.md
stage0.json bump stage0 to 1.62.0 2022-06-30 18:58:54 +02: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.