-
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 6 pull requests #103009
Rollup of 6 pull requests #103009
Conversation
the kernel currently enforce that a stack is immutable. calling mmap(2) or mprotect(2) to change it will result in EPERM, which generate a panic!(). so just do like for Linux, and trust the kernel to do the right thing.
…piler-errors Suggest `==` to the first expr which has `ExprKind::Assign` kind follow-up to rust-lang#102708 [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=4241dc33ed8af02e1ef530d6b14903fd)
…m-ou-se openbsd: don't reallocate a guard page on the stack. the kernel currently enforce that a stack is immutable. calling mmap(2) or mprotect(2) to change it will result in EPERM, which generate a panic!(). so just do like for Linux, and trust the kernel to do the right thing.
…r=cjgillot Print return-position `impl Trait` in trait verbosely if `-Zverbose` Makes the behavior a bit closer to regular `impl Trait` printing
…istentials, r=cjgillot Sort elaborated existential predicates in `object_ty_for_trait` r? `@cjgillot` I think that rust-lang#102845 caused rust-lang#102933. Depending on the order that we elaborate these existential projection predicates, there's no guarantee that they'll be sorted by def id, which is what is failing the assertion in the issue. Fixes rust-lang#102933 Fixes rust-lang#102973
Use `full_res` instead of `expect_full_res` Fixes rust-lang#102946 Fixes rust-lang#102978
…e1-dead Delay `is_intrinsic` query until after we've determined the callee is a function Fixes rust-lang#102985
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 4891d57f7a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (6b3ede3): comparison URL. Overall result: ✅ improvements - 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)ResultsThis 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.
CyclesResultsThis 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.
Footnotes |
Successful merges:
==
to the first expr which hasExprKind::Assign
kind #102765 (Suggest==
to the first expr which hasExprKind::Assign
kind)impl Trait
in trait verbosely if-Zverbose
#102904 (Print return-positionimpl Trait
in trait verbosely if-Zverbose
)object_ty_for_trait
#102947 (Sort elaborated existential predicates inobject_ty_for_trait
)full_res
instead ofexpect_full_res
#102956 (Usefull_res
instead ofexpect_full_res
)is_intrinsic
query until after we've determined the callee is a function #102999 (Delayis_intrinsic
query until after we've determined the callee is a function)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup