Files
rust/src
Matthias Krüger 0578fb7c84 Rollup merge of #157014 - bjorn3:source_tarball_offline, r=jieyouxu
Allow building the source tarballs while offline

Previously locally vendored dependencies wouldn't be reused when building the source tarball, instead everything would be downloaded from the internet again (if not in the cargo cache).

Fixes https://github.com/rust-lang/rust/issues/156982
2026-05-28 07:53:37 +02:00
..
2026-05-25 01:32:05 -05:00
2026-04-29 23:30:49 +02:00
2026-05-20 13:07:43 +08:00
2026-04-16 19:30:56 -04:00
2026-05-22 00:33:25 -07: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.