-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #126274
Rollup of 5 pull requests #126274
Conversation
… of opaque types." This reverts commit 29a630e.
…ltiple-emits, r=jieyouxu Migrate `run-make/multiple-emits` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu`
…2, r=petrochenkov Delegation: fix ICE on recursive delegation fixes rust-lang#124347 r? `@petrochenkov`
…oalbini Remove ignore-cross-compile directive from ui/macros/proc_macro All the other proc-macro tests don't have this, presumably this was forgotten when the restriction got lifted as it does test just fine r? `@pietroalbini`
Do not define opaque types when selecting impls fixes rust-lang#126117 r? `@lcnr` for inconsistency with next solver
…r=oli-obk interpret: ensure we check bool/char for validity when they are used in a cast In general, `Scalar::to_bits` is a bit dangerous as it bypasses all type information. We should usually prefer matching on the type and acting according to that. So I also refactored `unary_op` handling of integers to do that. The remaining `to_bits` uses are operations that just fundamentally don't care about the sign (and only work on integers). invalid_char_cast.rs is the key new test, the others already passed before this PR. r? `@oli-obk`
@bors r rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 20ba13c38e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (0c96061): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -0.8%)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 2.2%)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: 677.565s -> 679.328s (0.26%) |
Successful merges:
run-make/multiple-emits
tormake.rs
#126186 (Migraterun-make/multiple-emits
tormake.rs
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup