mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
7a52736039
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144006 (clarify wording of match ergonomics diagnostics (`rust_2024_incompatible_pat` lint and error)) - rust-lang/rust#147386 (some more `proc_macro` cleanups) - rust-lang/rust#147412 (Convert impossible cases in macro resolution into assertions) - rust-lang/rust#147464 (prefer repeat_n() over repeat().take()) - rust-lang/rust#147469 (Add rustdoc crate name in error) - rust-lang/rust#147472 (refactor: replace `LLVMRustAtomicLoad/Store` with LLVM built-in functions) r? `@ghost` `@rustbot` modify labels: rollup
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.