rust/src
bors f1bc669636 Auto merge of #138974 - Zalathar:rollup-568cpmy, r=Zalathar
Rollup of 7 pull requests

Successful merges:

 - #138483 (Target modifiers fix for bool flags without value)
 - #138818 (Don't produce debug information for compiler-introduced-vars when desugaring assignments.)
 - #138898 (Mostly parser: Eliminate code that's been dead / semi-dead since the removal of type ascription syntax)
 - #138930 (Add bootstrap step diff to CI job analysis)
 - #138954 (Ensure `define_opaque` attrs are accounted for in HIR hash)
 - #138959 (Revert "Make MatchPairTree::place non-optional")
 - #138967 (Fix typo in error message)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-26 11:03:12 +00:00
..
bootstrap Add target maintainer information for powerpc64-unknown-linux-musl 2025-03-24 23:17:58 +01:00
build_helper Add diff of bootstrap steps 2025-03-25 16:14:08 +01:00
ci Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieni 2025-03-26 19:40:30 +11:00
doc Rollup merge of #138905 - Gelbpunkt:powerpc64-unknown-linux-musl-maintainer, r=compiler-errors 2025-03-25 20:34:49 -04:00
etc Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum 2025-03-23 20:44:11 -04:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez 2025-03-25 20:34:50 -04:00
llvm-project@acaea3d2bb Update to LLVM 20.1.1 2025-03-19 10:36:30 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
tools Auto merge of #138974 - Zalathar:rollup-568cpmy, r=Zalathar 2025-03-26 11:03:12 +00:00
README.md
stage0 bump stage0 2025-02-18 08:51:01 -08:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.