rust/src
2023-08-27 18:18:28 +01:00
..
bootstrap Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
ci Bump channel to beta 2023-08-21 09:13:01 -04:00
doc Fix resolution caching 2023-08-18 15:19:10 +08:00
etc Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini 2023-08-10 13:07:18 +00:00
librustdoc Fix format 2023-08-18 15:56:40 +08:00
llvm-project@1833c2be10 Update LLVM submodule 2023-08-15 11:14:01 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools [beta-1.73] Update cargo 2023-08-27 18:18:28 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released stable compiler 2023-08-24 18:42:14 -07:00
version Bump version 2023-07-08 10:35:49 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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