-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #127360
Rollup of 7 pull requests #127360
Conversation
When writing a negative unsigned integer literal, use a verbose suggestion and account for `as` casting.
This opens the door to collecting and storing coverage information that is unrelated to branch coverage or MC/DC.
DependencyList: removed outdated comment Comment was outdated. Didn't updated description, as `Linkage` enum have descriptive names. Also added fixme about moving this file to rustc_metadata.
…youxu Migrate `include_bytes_deps`, `optimization-remarks-dir-pgo`, `optimization-remarks-dir`, `issue-40535` and `rmeta-preferred` `run-make` tests to rmake Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Needs BSD tryjob. try-job: aarch64-apple try-job: x86_64-msvc try-job: armhf-gnu try-job: test-various
Use the native unwind function in miri where possible Continuation of rust-lang/miri#3319 cc `@RalfJung`
…crum Update windows-bindgen to 0.58.0 This also switches from the bespoke `std` generated bindings to the normal `sys` ones everyone else uses. This has almost no difference except that the `sys` bindings use the `windows_targets::links!` macro for FFI imports, which we implement manually. This does cause the diff to look much larger than it really is but the bulk of the changes are mostly contained to the generated code.
…, r=petrochenkov Tweak `-1 as usize` suggestion When writing a negative unsigned integer literal, use a verbose suggestion and account for `as` casting.
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi` This opens the door to collecting and storing coverage information that is unrelated to branch coverage or MC/DC, during MIR building. There is no change to the output of coverage instrumentation, but one deliberate change is that functions now *always* have an attached `CoverageInfoHi` (if coverage is enabled and they are eligible), even if they didn't collect any interesting branch information. --- `@rustbot` label +A-code-coverage
…vm-ident-code, r=jieyouxu Improve run make llvm ident code I took the commits that are not blocking rust-lang#127237. r? `@Kobzol`
@bors r+ p=5 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 2ad6630673 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (11dd90f): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (secondary -0.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -0.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 698.523s -> 698.211s (-0.04%) |
Successful merges:
include_bytes_deps
,optimization-remarks-dir-pgo
,optimization-remarks-dir
,issue-40535
andrmeta-preferred
run-make
tests to rmake #126709 (Migrateinclude_bytes_deps
,optimization-remarks-dir-pgo
,optimization-remarks-dir
,issue-40535
andrmeta-preferred
run-make
tests to rmake)-1 as usize
suggestion #127349 (Tweak-1 as usize
suggestion)mir::coverage::BranchInfo
toCoverageInfoHi
#127352 (coverage: Renamemir::coverage::BranchInfo
toCoverageInfoHi
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup