rust/src
2022-06-18 21:44:34 +00:00
..
bootstrap Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum 2022-06-18 18:02:39 +00:00
ci update comment 2022-06-05 12:32:46 +02:00
doc Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa 2022-06-15 14:21:28 +00:00
etc debuginfo: Fix NatVis for Rc and Arc with unsized pointees. 2022-06-15 16:49:52 +02:00
librustdoc Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle 2022-06-18 10:03:25 +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 #98216 - JohnTitor:rollup-jlcmu5d, r=JohnTitor 2022-06-18 02:31:53 +00:00
tools update Miri 2022-06-18 11:31:21 -07: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 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.