rust/src
León Orell Valerian Liehr c5e3857492
Rollup merge of #138487 - Kobzol:fix-doc-url-docker, r=marcoieni
Pass `CI_JOB_DOC_URL` to Docker

Fix-up for https://github.com/rust-lang/rust/pull/136911. I always forget to pass new environment variables to Docker images.. 🤦‍♂️

r? `@marcoieni`

try-job: x86_64-fuchsia
2025-03-14 17:26:39 +01:00
..
bootstrap Rollup merge of #138469 - tshepang:patch-6, r=onur-ozkan 2025-03-14 17:26:32 +01:00
build_helper Add post-merge analysis CI workflow 2025-03-07 09:43:52 +01:00
ci Rollup merge of #138487 - Kobzol:fix-doc-url-docker, r=marcoieni 2025-03-14 17:26:39 +01:00
doc Rollup merge of #138485 - BoxyUwU:rdg-push, r=jieyouxu 2025-03-14 17:26:37 +01:00
etc Remove separate src/tools/x from rust-analyzer settings 2025-03-13 12:21:21 -07:00
gcc@48664a6cab Update gcc submodule 2025-02-26 09:23:52 +01:00
librustdoc Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr 2025-03-13 13:34:28 +00:00
llvm-project@1c3bb96fdb Update to LLVM 20 rc 3 2025-02-27 09:34:19 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types make precise capturing args in rustdoc Json typed 2025-03-10 21:40:09 +09:00
tools Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt 2025-03-14 07:02:26 +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.