Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

compiler-builtins subtree update#144154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
tgross35 wants to merge13 commits intorust-lang:master
base:master
Choose a base branch
Loading
fromtgross35:update-builtins

Conversation

tgross35
Copy link
Contributor

@tgross35tgross35 commentedJul 18, 2025
edited
Loading

Subtree update ofcompiler-builtins torust-lang/compiler-builtins@2cdde03.

Created usinghttps://github.com/rust-lang/josh-sync.

Fixes:#144076

r?@ghost

Kobzoland others added13 commitsJuly 8, 2025 08:56
Pick up the latest version of iai-callgrind, which includes some outputimprovements.Changelog:https://github.com/iai-callgrind/iai-callgrind/releases
This CI workflow will run thehttps://github.com/rust-lang/josh-synctool on Mondays and Thursdays. It will try to do a pull (sync stdarchchanges from rust-lang/rust into this repository). When it runs, threethings can happen:- There are no rustc changes to be pulled, the bot does nothing.- There are some new changes to be pulled. In that case, the bot willeither open or update an existing PR titled "Rustc pull update" on thisrepository with the changes. After the PR is merged, we should ideallydo the opposite sync (push) manually.- The pull fails (usually because of a merge conflict), or the botdetermines that a pull PR has been opened for more than a week withoutbeing merged. In that case, it will post a ping tohttps://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/compiler-builtins.20subtree.20sync.20automation/with/528482375.
```textwarning: function `f32_to_bits` is never used   --> libm/src/math/support/float_traits.rs:367:14    |367 | pub const fn f32_to_bits(x: f32) -> u32 {    |              ^^^^^^^^^^^    |    = note: `#[warn(dead_code)]` on by defaultwarning: function `f64_to_bits` is never used   --> libm/src/math/support/float_traits.rs:381:14    |381 | pub const fn f64_to_bits(x: f64) -> u64 {    |              ^^^^^^^^^^^warning: `libm` (lib) generated 2 warnings```This is a false positive, see RUST-144060.
This alias was added in 9897bfb8a ("Fix memset arguments for MSP430target"), which predates `core::ffi`. Now that it exists we can just use`core::ffi::c_int`.
Fix the return type of `memcmp` and `bcmp` builtin functions on targetswith a `c_int` other than `i32`.Linked issue:rust-lang#144076
This updates the rust-version file to8231065.
Pull recent changes fromhttps://github.com/rust-lang/rust via Josh.Upstream ref:8231065Filtered ref: e13c0be8f13737c64082b89ce834546079767ac4This merge was created usinghttps://github.com/rust-lang/josh-sync.
@rustbotrustbot added A-compiler-builtinsArea: compiler-builtins (https://github.com/rust-lang/compiler-builtins) S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. labelsJul 18, 2025
@tgross35
Copy link
ContributorAuthor

@bors r+ rollup=never

@bors
Copy link
Collaborator

📌 Commit3f04631 has been approved bytgross35

It is now in thequeue for this repository.

@borsbors added S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. labelsJul 18, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
A-compiler-builtinsArea: compiler-builtins (https://github.com/rust-lang/compiler-builtins)S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Array comparisons don't work on AVR - memcmp should return a c_int
5 participants
@tgross35@bors@rustbot@Kobzol@supersurviveur

[8]ページ先頭

©2009-2025 Movatter.jp