rust/src
2022-07-30 17:08:38 -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 reference 2022-07-21 19:37:03 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name, r=GuillaumeGomez 2022-07-21 19:46:21 -07:00
llvm-project@d8eb9fc4db Backport "Update llvm-project #98567" 2022-07-09 18:23:33 -04:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test allow numbers with provenance within CTFE execution 2022-07-30 17:08:38 -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.