rust/src
2022-11-11 13:02:37 +00:00
..
bootstrap Rollup merge of #103778 - mati865:update-deps, r=Mark-Simulacrum 2022-11-08 21:03:54 -05:00
ci Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum 2022-11-07 17:04:06 +00:00
doc Rollup merge of #103955 - str4d:update-lto-doc-1.65, r=ehuss 2022-11-08 11:23:52 +05:30
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104114 - GuillaumeGomez:background-image-path, r=notriddle 2022-11-08 20:40:52 +01:00
llvm-project@2a2ea6b49e Update LLVM submodule 2022-10-24 14:49:18 +02:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Do not rename bound variables when verbose-printing binders. 2022-11-11 13:02:37 +00:00
tools Auto merge of #102565 - jyn514:refactor-build-manifest, r=Mark-Simulacrum 2022-11-09 10:24:27 +00:00
README.md
stage0.json
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.