rust/src
Trevor Gross 27ac1084df
Rollup merge of #128051 - notriddle:notriddle/spacing, r=GuillaumeGomez
rustdoc: revert spacing change in item-table

It really wasn't necessary for the bug fix, and could reasonably be considered a functional regression.

In response to https://github.com/rust-lang/rust/pull/127418#discussion_r1685863628
2024-07-22 11:40:23 -05:00
..
bootstrap Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum 2024-07-22 16:44:04 +08:00
ci Rollup merge of #127923 - ferrocene:use-reuse-tool-4.0, r=pietroalbini 2024-07-22 11:40:21 -05:00
doc Rollup merge of #117932 - GuillaumeGomez:update-rustdoc-book, r=notriddle 2024-07-22 11:40:18 -05:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc rustdoc: revert spacing change in item-table 2024-07-21 23:21:49 -07:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools Rollup merge of #127923 - ferrocene:use-reuse-tool-4.0, r=pietroalbini 2024-07-22 11:40:21 -05:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02: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.