-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #116112
Rollup of 5 pull requests #116112
Conversation
Allow higher-ranked fn sigs in `ValuePairs` For better bookkeeping -- only affects diagnostic path. Allow reporting signature mismatches like "signature"s and not "fn pointer"s. Improves rust-lang#115897 (comment)
…sg, r=estebank Tweak expected message to explain what it's actually signifying r? ``@estebank`` since you added this
…errors More accurate suggestion for `self.` and `Self::` Detect that we can't suggest `self.` in an associated function without `&self` receiver. Partially address rust-lang#115992. r? ``@compiler-errors``
…t, r=b-naber Reuse calculate_debuginfo_offset for fragments. This removes a little code duplication.
…lor-42, r=notriddle Migrate GUI colors test to original CSS color format Follow-up of rust-lang#111459. And with this one I'm finally done with this migration. r? ``@notriddle``
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: acfb46db5a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (0f2a9ce): 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)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 629.795s -> 629.123s (-0.11%) |
Successful merges:
ValuePairs
#116073 (Allow higher-ranked fn sigs inValuePairs
)self.
andSelf::
#116086 (More accurate suggestion forself.
andSelf::
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup