rust/src
2022-11-08 14:48:07 +01:00
..
bootstrap Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum 2022-11-07 17:04:06 +00: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 Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00: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 selection failure: recompute applicable impls 2022-11-08 14:48:07 +01:00
tools Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov 2022-11-07 18:35:25 +05:30
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.