Files
rust/src
bors 83adf7e080 Auto merge of #155681 - bjorn3:update_dlmalloc, r=clubby789
Remove windows-sys from the library workspace

Windows-sys isn't actually used as dlmalloc doesn't use it on any of the targets where std uses dlmalloc, but still ends up in the lockfile and thus gets vendored. By using a patch to replace it with an empty crate the vendor size of the standard library is reduced from 93MB to 20MB.
2026-05-05 04:09:17 +00:00
..
2026-04-29 23:30:49 +02:00
2026-04-28 15:17:56 +08: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.