rust/src
bors f6092f224d Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#146795 (Enable `limit_rdylib_exports` on wasm targets)
 - rust-lang/rust#146828 (fix a crash in rustdoc merge finalize without input file)
 - rust-lang/rust#146848 (Add x86_64-unknown-motor (Motor OS) tier 3 target)
 - rust-lang/rust#146884 (Fix modification check of `rustdoc-json-types`)
 - rust-lang/rust#146887 (Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-09-22 17:49:53 +00:00
..
bootstrap Add x86_64-unknown-motor (Motor OS) tier 3 target 2025-09-21 12:43:13 -07:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum 2025-09-21 22:20:26 +02:00
doc Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwco 2025-09-22 17:17:44 +02:00
etc htmldocck: fix a bug in relative paths / globs 2025-09-03 09:09:18 -07:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomez 2025-09-22 17:17:43 +02:00
llvm-project@333793696b Update to LLVM 21.1.1 2025-09-10 10:24:07 +02:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez 2025-09-22 17:49:53 +00:00
README.md
stage0 Bump stage0 rustfmt 2025-09-05 20:20:09 +02:00
version Bump version to 1.92.0 2025-09-13 10:09:15 -04: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.