Rollup of 4 pull requests#157693
Conversation
…e1-dead Start using comptime for reflection intrinsics and their wrapper functions r? @fee1-dead follow-up to rust-lang#148820 I needed to add some more rustc code because turns out I forgot to add tests to the previous PR which actually codegen while using comptime fns. Check builds never try to create optimized MIR, so no code ever hit the assert that prevents creating optimized MIR for comptime fns.
…7,Cyanoxygen platform support: add SNaN erratum to MIPS targets See issue rust-lang#68925. For now we can't do much better than just documenting this.
Add `or_try_*` variants for `HashMap` and `BTreeMap` Entry APIs This PR builds on [peterjoel's introduction of `or_try_*` variants for `HashMap`](rust-lang#120708) from the following [ACP](rust-lang/libs-team#336) Peter made. The tracking issue for this PR is [here](rust-lang#157354).
…t, r=petrochenkov Move symbol hiding code to a new file Move the symbol visibility editing code (`apply_hide` and helpers) from `archive.rs` into a new `symbol_edit.rs` module. This is a pure code move with no functional changes — extracted to reduce the size of `archive.rs` and to provide a natural home for future symbol editing logic (e.g. renaming, rust-lang#156950). Requested in rust-lang#156950 (comment). r? @petrochenkov
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
Rollup of 4 pull requests Successful merges: - #157647 (Start using comptime for reflection intrinsics and their wrapper functions) - #157288 (platform support: add SNaN erratum to MIPS targets) - #157355 (Add `or_try_*` variants for `HashMap` and `BTreeMap` Entry APIs) - #157691 (Move symbol hiding code to a new file)
|
💔 Test for 8919039 failed: CI. Failed job:
|
|
Tree closed for PRs with priority less than 5. |
This comment has been minimized.
This comment has been minimized.
|
Now, is this "spurious"? like what am I looking at? how could any of the rolled up prs have caused this? |
|
@bors try jobs=aarch64-msvc-1 |
Rollup of 4 pull requests try-job: aarch64-msvc-1
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Started try jobs on the individual prs |
|
Oh wait I got tricked again, this comment is not from the try job failing... |
|
💔 Test for 3e4b0e4 failed: CI. Failed job:
|
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
hmmm.... |
|
anyways, the network errors are no more, so @bors treeopen |
|
Tree is now open for merging. |
|
The try builds succeeded, so this seems to be spurious |
|
This pull request was unapproved due to being closed. |
View all comments
Successful merges:
or_try_*variants forHashMapandBTreeMapEntry APIs #157355 (Addor_try_*variants forHashMapandBTreeMapEntry APIs)r? @ghost
Create a similar rollup