rust/src
Matthias Krüger c598b4e300
Rollup merge of #149597 - jdonszelmann:revert-iterator-exactly-one, r=wafflelapkin
Revert "implement and test `Iterator::{exactly_one, collect_array}`"

This reverts https://github.com/rust-lang/rust/pull/149270

I was quite excited it merged, and immediately realized with ``@WaffleLapkin`` that this is a breaking change on nightly! Despite still being marked as unstable, the name conflicts with the name on itertools as was discussed on the PR itself: https://github.com/rust-lang/rust/pull/149270#issuecomment-3573812447.

I'll reopen the PR though, and mark it as blocked on https://github.com/rust-lang/rust/pull/148605
2025-12-04 09:22:14 +01:00
..
bootstrap Rollup merge of #149508 - mati865:mingw-helpers, r=jieyouxu 2025-12-02 13:56:31 +11:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Revert #149516 to fix i686-pc-windows-gnu host 2025-12-03 21:23:37 +01:00
doc Rollup merge of #149570 - robamu:rename-cortex-ar-to-aarch32, r=ehuss 2025-12-04 09:22:12 +01:00
etc add a missing comma to default r-a settings file 2025-11-29 21:31:43 +00:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Rollup merge of #149597 - jdonszelmann:revert-iterator-exactly-one, r=wafflelapkin 2025-12-04 09:22:14 +01:00
llvm-project@16b5ac8b0a Update LLVM to 21.1.5 2025-11-08 10:21:22 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools Rollup merge of #149597 - jdonszelmann:revert-iterator-exactly-one, r=wafflelapkin 2025-12-04 09:22:14 +01:00
README.md
stage0 Change default branch to main 2025-11-10 10:21:34 +01:00
version Bump the version number to 1.93.0 2025-10-24 11:12:06 -07: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.