rust/src
Josh Stone 7fc74cdd8b Install licenses into share/doc/rust/licenses
This changes the path from "licences" to "licenses" for consistency
across the repo, including the usage directly around this line. This is
a US/UK spelling difference, but I believe the US spelling is also more
common in open source in general.

(cherry picked from commit d183da6331)
2025-03-21 17:18:44 -07:00
..
bootstrap Install licenses into share/doc/rust/licenses 2025-03-21 17:18:44 -07:00
build_helper Update username in build helper example 2025-01-28 10:51:30 +01:00
ci Prevent /msys64/bin from being prepended to PATH 2025-03-21 17:16:14 -07:00
doc Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxu 2025-02-13 21:37:51 -08:00
etc Update bootstrap completions 2025-02-05 15:33:40 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc doctests: build test bundle and harness separately 2025-03-14 18:40:28 -07:00
llvm-project@7e8c93c87c Update to LLVM 19.1.7 2025-01-14 14:46:09 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc-json-types: Document that crate name isn't package name. 2025-02-01 19:57:59 +00:00
tools [beta-1.86] Update cargo 2025-03-01 08:04:40 -08:00
README.md
stage0 bump stage0 to 1.85.0 2025-02-21 09:05:07 -08:00
version bump version 2025-01-03 10:36:06 +01: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.