rust/src
León Orell Valerian Liehr ef539221f6
Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddle
fix(rustdoc): Fixed stability version in rustdoc

Tries to fix https://github.com/rust-lang/rust/issues/137141
Fixed by adding checks glob exports
2025-02-26 04:15:03 +01:00
..
bootstrap Rollup merge of #137522 - onur-ozkan:137215-follow-ups, r=Kobzol 2025-02-25 13:32:56 +01:00
build_helper disable float non-determinism for now to be able to complete the sync 2025-02-25 18:01:53 +01:00
ci Rollup merge of #137539 - GuillaumeGomez:copy-content-tests, r=notriddle 2025-02-25 13:07:34 +01:00
doc Rollup merge of #137552 - rustbot:docs-update, r=ehuss 2025-02-24 19:21:50 -05:00
etc Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser 2025-02-23 02:44:16 -05:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddle 2025-02-26 04:15:03 +01:00
llvm-project@92e80685d0 Update to LLVM 20 2025-02-14 11:02:28 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types Fix rustdoc and clippy 2025-02-24 14:31:19 +01:00
tools Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung 2025-02-25 22:59:40 +00:00
README.md
stage0 bump stage0 2025-02-18 08:51:01 -08:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.