rust/src
Ralf Jung 18d2f462ce
Merge pull request #4630 from royAmmerschuber/pull-request/wildcard-provenance
initial implementation of wildcard provenence for tree borrows
2025-11-17 10:35:12 +00:00
..
bootstrap Rollup merge of #148983 - Mark-Simulacrum:build-manifest-dynamic-targets, r=Kobzol 2025-11-16 20:40:25 +01:00
build_helper Update git index before running diff-index 2025-11-11 11:19:47 +01:00
ci Rollup merge of #148880 - yotamofek:pr/dockerfile-eslint-install, r=Kobzol,GuillaumeGomez 2025-11-13 11:57:11 +11:00
doc Don't apply "emscripten" directives to wasm32-unknown-unknown 2025-11-16 19:31:41 +11:00
etc Auto merge of #148685 - Zalathar:lldb-python, r=jieyouxu 2025-11-10 05:45:10 +00:00
gcc@28b84db392 Update GCC submodule 2025-11-04 16:22:37 +01:00
librustdoc Rollup merge of #148522 - yotamofek:pr/rustdoc/optimize-read_postings_from_string, r=GuillaumeGomez 2025-11-16 14:39:57 +11:00
llvm-project@16b5ac8b0a Update LLVM to 21.1.5 2025-11-08 10:21:22 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Merge pull request #4630 from royAmmerschuber/pull-request/wildcard-provenance 2025-11-17 10:35:12 +00:00
README.md
stage0 Change default branch to main 2025-11-10 10:21:34 +01:00
version Bump the version number to 1.93.0 2025-10-24 11:12:06 -07: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.