Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs by rezwanahmedsami · Pull Request #129190 · rust-lang/rust (original) (raw)
Some changes occurred in src/tools/cargo
cc @ehuss
These commits modify compiler targets.
(See the Target Tier Policy.)
Some changes occurred in tests/codegen/sanitizer
cc @rust-lang/project-exploit-mitigations, @rcvalle
These commits modify the Cargo.lock
file. Unintentional changes to Cargo.lock
can be introduced when switching branches and rebasing PRs.
If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.
Some changes occurred in src/tools/clippy
cc @rust-lang/clippy
Some changes occurred in src/doc/unstable-book/src/compiler-flags/sanitizer.md
cc @rust-lang/project-exploit-mitigations, @rcvalle
The Miri subtree was changed
cc @rust-lang/miri
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead.
cc @rust-lang/rust-analyzer
Some changes occurred in src/doc/rustc/src/platform-support
cc @Noratrieb
This PR modifies tests/run-make/
. If this PR is trying to port a Makefile
run-make test to use rmake.rs, please update the
run-make port tracking issue
so we can track our progress. You can either modify the tracking issue
directly, or you can comment on the tracking issue and link this PR.
cc @jieyouxu
This PR modifies src/bootstrap/src/core/config
.
If appropriate, please update CONFIG_CHANGE_HISTORY
in src/bootstrap/src/utils/change_tracker.rs
.
rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing src/librustdoc/json/conversions.rs
; otherwise, make sure you bump the FORMAT_VERSION
constant.
cc @CraftSpider, @aDotInTheVoid, @Enselic, @obi1kenobi
The run-make-support library was changed
cc @jieyouxu
Some changes occurred to MIR optimizations
cc @rust-lang/wg-mir-opt
Some changes occurred in exhaustiveness checking
cc @Nadrieril
Some changes occurred in src/tools/rustfmt
cc @rust-lang/rustfmt