rust/src
Stuart Cook fd755c6240
Rollup merge of #150029 - rustbot:docs-update, r=ehuss
Update books

## rust-lang/nomicon

1 commits in 9fe8fa599ad228dda74f240cc32b54bc5c1aa3e6..5b3a9d084cbc64e54da87e3eec7c7faae0e48ba9
2025-12-12 12:24:05 UTC to 2025-12-12 12:24:05 UTC

- Update method lookup link in dot-operator.md (rust-lang/nomicon#513)

## rust-lang/reference

4 commits in 50c5de90487b68d429a30cc9466dc8f5b410128f..ec78de0ffe2f8344bd0e222b17ac7a7d32dc7a26
2025-12-15 16:17:43 UTC to 2025-12-15 16:15:06 UTC

- tokens: clarify in escape tables that digits are hex (rust-lang/reference#2105)
- tokens: remove misplaced ".token." within a word (rust-lang/reference#2106)
- macros-by-example: add space in `macro.decl.repetition.fragment` example (rust-lang/reference#2107)
- Fix restrictions of or-patterns (rust-lang/reference#2108)
2025-12-16 14:40:46 +11:00
..
bootstrap Rollup merge of #149771 - tshepang:patch-2, r=Zalathar 2025-12-16 14:40:43 +11:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Use ubuntu:24.04 for the x86_64-gnu-miri and x86_64-gnu-aux jobs 2025-12-10 17:50:35 +01:00
doc Rollup merge of #150029 - rustbot:docs-update, r=ehuss 2025-12-16 14:40:46 +11:00
etc add a missing comma to default r-a settings file 2025-11-29 21:31:43 +00:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Auto merge of #149709 - Urgau:overhaul-filenames, r=davidtwco 2025-12-13 14:32:09 +00:00
llvm-project@89bab96463 Update LLVM submodule 2025-12-10 22:24:58 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools Auto merge of #150015 - lnicola:sync-from-ra, r=lnicola 2025-12-15 15:20:36 +00:00
README.md
stage0 Change default branch to main 2025-11-10 10:21:34 +01:00
version bump version number 2025-12-05 19:33:24 +00: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.