-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #110076
Rollup of 5 pull requests #110076
Conversation
* Stop checking `func` in `onEach`. It's always hard-coded right at the call site, so there's no point. * Use the ternary operator in a few spots where it makes sense. * No point in making `onEach` store `arr.length` in a variable if it's only used once anyway.
@rustbot label +A-docs r? docs
I'm going to be unable to review for the next few weeks, so I'm removing myself from the review queue. Once I'm back and able to review again, I'll add myself back to the list.
…=GuillaumeGomez rustdoc: clean up JS * Stop checking `func` in `onEach`. It's always hard-coded right at the call site, so there's no point. * Use the ternary operator in a few spots where it makes sense. * No point in making `onEach` store `arr.length` in a variable if it's only used once anyway.
… r=GuillaumeGomez rustdoc: add test and bug fix for theme defaults Part of rust-lang#66181
Fix wrong type in docs: i16 -> u16 ``@rustbot`` label +A-docs r? docs
…iser Temporarily remove myself from reviewers list I'm going to be unable to review for the next few weeks, so I'm removing myself from the review queue. Once I'm back and able to review again, I'll add myself back to the list. r? ``@wesleywiser``
Fix a typo in `config.example.toml` It's a really small PR and probably got missed in the previous cleanup PR
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: c49c4fba11 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9e124c4): 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. |
Successful merges:
config.example.toml
#110075 (Fix a typo inconfig.example.toml
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup