rust/src
Jacob Pratt 7de35c8bb8
Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu
update error message

[`compile-pass` has since been renamed to `build-pass`](https://github.com/rust-lang/rust/issues/62277)
2025-03-14 01:37:34 -04:00
..
bootstrap Rollup merge of #138389 - onur-ozkan:use-expect, r=jieyouxu 2025-03-14 01:37:31 -04:00
build_helper Add post-merge analysis CI workflow 2025-03-07 09:43:52 +01:00
ci Rollup merge of #138396 - Kobzol:ci-metrics, r=marcoieni 2025-03-14 01:37:32 -04:00
doc Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton 2025-03-13 10:58:17 +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 Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu 2025-03-14 01:37:34 -04: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.