rust/src
Jonathan Brouwer de3e69ce1a
Rollup merge of #152113 - Kobzol:fix-codebuild-summary, r=marcoieni
Fix GitHub CI summary in CodeBuild

We need to copy the summary only after the data is copied out from the Docker image in Docker-in-Docker/CodeBuild scenarios. This was broken for many months now.

Compare the summary https://github.com/rust-lang/rust/actions/runs/21663321354 (before) and https://github.com/rust-lang/rust/actions/runs/21671277310 (after) - the dist-x86_64-linux job now correctly contains the summary generated by `opt-dist`.

r? @marcoieni
2026-02-05 12:16:57 +01:00
..
bootstrap bootstrap: exclude hexagon-unknown-qurt from llvm-libunwind default 2026-02-04 09:30:56 -06:00
build_helper citool: report debuginfo test statistics 2026-02-04 06:44:09 +05:30
ci Rollup merge of #152113 - Kobzol:fix-codebuild-summary, r=marcoieni 2026-02-05 12:16:57 +01:00
doc Rollup merge of #152022 - tshepang:rdg-sync, r=tshepang 2026-02-02 23:12:09 -05:00
etc fixup debugger files wrt to MaybeDangling 2025-12-26 22:02:17 +01:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Rollup merge of #150379 - ChrisDenton:exitcode, r=jieyouxu 2026-02-05 08:32:43 +01:00
llvm-project@41256ab128 Update to LLVM 22 2026-01-27 12:09:39 +01: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 #152081 - clubby789:port-depgraph-attrs, r=JonathanBrouwer 2026-02-05 08:32:50 +01:00
README.md
stage0 Bump stage0 2026-01-21 20:03:56 -05:00
version Bump version to 1.95.0 2026-01-17 10:19:26 -05: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.