Auto merge of #161396 - JonathanBrouwer:rollup-Xo1vePV, r=JonathanBrouwer

Rollup of 26 pull requests

Successful merges:

 - rust-lang/rust#161384 (Bust sccache's cache)
 - rust-lang/rust#161325 (Bump bootstrap to 1.99.0-beta.1)
 - rust-lang/rust#161344 (Update the `rustc-perf` submodule)
 - rust-lang/rust#161366 (Subtree sync for rustc_codegen_cranelift)
 - rust-lang/rust#159071 ([PAC] Encoder and hash (1/8))
 - rust-lang/rust#160639 ([rustdoc] Only generate search DOM elements if the search is actually needed)
 - rust-lang/rust#161068 (Ensure TLS accesses don't call the global allocator through panic (part 3) )
 - rust-lang/rust#161332 (Some `GlobalCtxt`/`Session` cleanups)
 - rust-lang/rust#150931 (rustdoc: Always document `#[repr(transparent)]` if `#[rustc_pub_transparent]` is applied)
 - rust-lang/rust#158999 (doc: list all remove_dir_all fallback targets)
 - rust-lang/rust#160582 (Add `remove hidden_glob_reexports item breaks downstream` test)
 - rust-lang/rust#160876 (remove unwrap from write_mir_fn_graphviz)
 - rust-lang/rust#160927 (Enhance EII UI tests)
 - rust-lang/rust#161070 (fix arm homogeneous aggregate ABI)
 - rust-lang/rust#161190 (fix crash in async-drop and async-gen)
 - rust-lang/rust#161236 (Download auto jobs in citool in parallel)
 - rust-lang/rust#161254 (Reserve capacity for 3% anon nodes)
 - rust-lang/rust#161283 (Tighten the language used for documenting `TargetOptions::llvm_abiname`)
 - rust-lang/rust#161291 (Rename `ProjectionPredicate` and `TraitPredicate`)
 - rust-lang/rust#161293 (add relnotes 1.98.0)
 - rust-lang/rust#161299 (Remove a bunch of unnecessary explicit lifetimes)
 - rust-lang/rust#161307 (make ARM maintainers pingable)
 - rust-lang/rust#161308 (Add regression test for rustc diagnostic to recognize variables in match guards)
 - rust-lang/rust#161346 (Don't rely on std traits not being const in tests)
 - rust-lang/rust#161360 (vec: fixup the name that i forgot)
 - rust-lang/rust#161367 (Reflect current PR title names for subtree syncs in triagebot no-merges)



tree: 52084d7e48663b5f31600d59d8d891b5fa7cd455
  1. .github/
  2. compiler/
  3. library/
  4. LICENSES/
  5. src/
  6. tests/
  7. .clang-format
  8. .editorconfig
  9. .git-blame-ignore-revs
  10. .gitattributes
  11. .gitignore
  12. .gitmodules
  13. .ignore
  14. .mailmap
  15. AGENTS.md
  16. bootstrap.example.toml
  17. Cargo.lock
  18. Cargo.toml
  19. CLAUDE.md
  20. CODE_OF_CONDUCT.md
  21. configure
  22. CONTRIBUTING.md
  23. COPYRIGHT
  24. INSTALL.md
  25. LICENSE-APACHE
  26. license-metadata.json
  27. LICENSE-MIT
  28. package.json
  29. README.md
  30. RELEASES.md
  31. REUSE.toml
  32. rust-bors.toml
  33. rustfmt.toml
  34. triagebot.toml
  35. typos.toml
  36. x
  37. x.ps1
  38. x.py
  39. yarn.lock
README.md

Website | Getting started | Learn | Documentation | Contributing

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Why Rust?

  • Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Quick Start

Read “Installation” from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

For a detailed explanation of the compiler's architecture and how to begin contributing, see the rustc-dev-guide.

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).

If you want to use these names or brands, please read the Rust language trademark policy.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.