rust/src
Matthias Krüger 47a2f14e49
Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle
Fix rustdoc missing handling of remap-path-prefix option

Fixes https://github.com/rust-lang/rust/issues/69264.

cc `@weihanglo`
r? `@notriddle`
2024-08-06 20:23:42 +02:00
..
bootstrap Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkan 2024-08-06 20:23:40 +02:00
ci Promote riscv64gc-unknown-linux-musl to tier 2 2024-08-03 23:26:10 +01:00
doc Add platform support document for riscv64gc-unknown-linux-musl 2024-08-03 23:26:10 +01:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle 2024-08-06 20:23:42 +02:00
llvm-project@57ae1a3474 Update to LLVM 19 2024-07-30 10:22:48 +02:00
rustdoc-json-types rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
tools Rollup merge of #128720 - y21:issue119620, r=compiler-errors 2024-08-06 20:23:41 +02:00
README.md
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -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.