rust/src
2022-06-24 23:27:05 +00:00
..
bootstrap Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum 2022-06-19 22:22:07 +00:00
ci Rollup merge of #98422 - GuillaumeGomez:browser-ui-test-update, r=Dylan-DPC 2022-06-23 14:39:19 -07: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 Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitor 2022-06-24 10:35:00 +00:00
tools Auto merge of #98397 - RalfJung:miri, r=RalfJung 2022-06-24 12:58:32 +00:00
README.md
stage0.json change stage0.json to reduce the chance of merge conflicts 2022-06-09 19:43:11 +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.