rust/src
许杰友 Jieyou Xu (Joe) 9b8accbeb6
Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb
dec2flt: Clean up float parsing modules

This is the first portion of my work adding support for parsing and printing `f16`. Changes in `float.rs` replace the magic constants with expressions and add some use of generics to better support the new float types. Everything else is related to documentation or naming; there are no functional changes in this PR.

This can be reviewed by commit.
2025-03-05 21:46:31 +08:00
..
bootstrap Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan 2025-03-04 14:50:41 -08:00
build_helper Record bootstrap step durations into GitHub summary in citool 2025-03-04 12:31:53 +01:00
ci Rollup merge of #137947 - Kobzol:fix-rfl, r=marcoieni 2025-03-04 14:50:42 -08:00
doc Rollup merge of #137991 - tgross35:avr-book-links, r=jieyouxu 2025-03-04 19:37:05 -08:00
etc Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb 2025-03-05 21:46:31 +08:00
gcc@48664a6cab Update gcc submodule 2025-02-26 09:23:52 +01:00
librustdoc Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee 2025-03-05 06:59:11 +00:00
llvm-project@1c3bb96fdb Update to LLVM 20 rc 3 2025-02-27 09:34:19 +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 Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddle 2025-03-04 14:50:42 -08: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.