mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
dab3a80f23
Rollup of 9 pull requests Successful merges: - #74304 (Stabilize the Wake trait) - #79805 (Rename Iterator::fold_first to reduce and stabilize it) - #81556 (introduce future-compatibility warning for forbidden lint groups) - #81645 (Add lint for `panic!(123)` which is not accepted in Rust 2021.) - #81710 (OsStr eq_ignore_ascii_case takes arg by value) - #81711 (add #[inline] to all the public IpAddr functions) - #81725 (Move test to be with the others) - #81727 (Revert stabilizing integer::BITS.) - #81745 (Stabilize poison API of Once, rename poisoned()) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.