Files
rust/src
Vadim Petrochenkov b563595c6e linker: Remove -Zgcc-ld option
It is subsumed by `-Clinker-flavor=*-lld-cc -Clink-self-contained=+linker` options now
2023-10-08 10:05:25 +03:00
..
2023-10-08 10:05:25 +03:00
2023-09-28 13:41:02 +02:00
2023-10-08 10:05:25 +03:00
2023-08-22 06:58:03 -04:00
2023-09-30 19:09:22 -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.