mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 23:57:35 +03:00
ac19c3bda1
Distribute rustc sources as part of `rustc-dev` They can be used to provide IDE features when working on rustc plugins/backends/etc without having to locate a separate Rust checkout. r? `@Mark-Simulacrum`
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.