rust/src
许杰友 Jieyou Xu (Joe) cbb986945b
Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum
Weekly `cargo update`

Replaces #125562

`r-efi` needs to be bumped in two places.
The `icu4x` dependencies also added a SPDX license identifer, so remove the license checking exception and add `Unicode-3.0` to the list.
2024-06-09 20:54:22 +01:00
..
bootstrap Remove empty test suite tests/run-make-fulldeps 2024-06-09 14:38:37 +10:00
ci Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum 2024-06-09 20:54:22 +01:00
doc Remove empty test suite tests/run-make-fulldeps 2024-06-09 14:38:37 +10:00
etc Remove path choice from x fmt and add --all option. 2024-05-29 16:24:48 +10:00
librustdoc Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddle 2024-06-08 04:25:45 +02:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum 2024-06-09 20:54:22 +01:00
README.md
stage0 Bump the stage0 compiler to beta.7 (2024-05-25) 2024-05-29 19:30:51 -04:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02: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.