Rollup of 15 pull requests#155398
Closed
JonathanBrouwer wants to merge 101 commits intorust-lang:mainfrom
Closed
Conversation
…tt_ss2si, _mm_cvt_si2ss, _mm_set_ps1
…s for _mm_undefined_ps, _mm_prefetch, _mm_load_ps1, _mm_store_ps1
Already verified by assert_instr; no output to assert at runtime.
- Note that working directory matters - Note that stdarch-gen-arm uses nightly - Fix missing directory. Without this, it would print to stdout in one giant merged file.
Add more docs on how to run the generator
Add missing runtime tests for SSE alias intrinsics
Mark the LoongArch intrinsics as inline(always)
This updates the rust-version file to e4fdb55.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@e4fdb55 Filtered ref: rust-lang/stdarch@ae05da8 Upstream diff: rust-lang/rust@eda4fc7...e4fdb55 This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
Basic miri store/load roundtrip
This commit removes unnecessary `transmute` calls to resolve clippy warnings.
loongarch: Remove unnecessary `transmute` calls
tests/debuginfo/basic-stepping.rs: Remove FIXME related to ZSTs We don't consider it a bug that users can't break on initialization of some non-zero sized types (see rust-lang#153941 and linked discussions), so it does not make sense to consider it a bug that users can't break on initialization of some zero-sized types. Closes rust-lang#97083 r? compiler (see rust-lang#155352)
…etty, r=WaffleLapkin Rearrange `rustc_ast_pretty` `rustc_ast_pretty` has two modules, `pp::convenience` and `helpers`, that are small and silly. This PR eliminates them. Details in the individual commits. r? @WaffleLapkin
triagebot: notify on diagnostic attribute changes Did I get this right? 😆
…item, r=Kivooeo Use `box_new` diagnostic item for Box::new suggestions When look this part of code, I noticed this FIXME and fixed it :)
…r=petrochenkov Small refactor of `QueryJob::latch` method We can use `Option::get_or_insert_with` to avoid unwrapping there.
Contributor
Author
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 16, 2026
Rollup of 15 pull requests try-job: dist-various-1 try-job: test-various try-job: x86_64-gnu-aux try-job: x86_64-gnu-llvm-21-3 try-job: x86_64-msvc-1 try-job: aarch64-apple try-job: x86_64-mingw-1 try-job: i686-msvc-2
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
PR #147811, which is a member of this rollup, was unapproved. This rollup was thus unapproved. |
Contributor
|
💔 Test for 3e0a442 failed: CI. Failed job:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
self.xtoxwhen fieldxmay be in format string #141633 (Suggest to bindself.xtoxwhen fieldxmay be in format string)function-sections#147811 (naked functions: respectfunction-sections)avr#152980 (c-variadic: fix implementation onavr)core::char's documentation of casing issues (and fix a rustdoc bug) #154491 (Extendcore::char's documentation of casing issues (and fix a rustdoc bug))(Local,Extern)Modulenewtypes for local and external modules respectively #155242 (resolve: Introduce(Local,Extern)Modulenewtypes for local and external modules respectively)doc(cfg)on locally re-exported type aliases #154970 (rustdoc: preservedoc(cfg)on locally re-exported type aliases)rustc_ast_pretty#155383 (Rearrangerustc_ast_pretty)box_newdiagnostic item for Box::new suggestions #155386 (Usebox_newdiagnostic item for Box::new suggestions)QueryJob::latchmethod #155391 (Small refactor ofQueryJob::latchmethod)r? @ghost
Create a similar rollup