-
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 4 pull requests #116013
Rollup of 4 pull requests #116013
Conversation
… operator) `as` casts currently get formatted like a binary operator, except that the second line can stack several `as` casts rather than breaking them each onto their own line. Merge `as` into a subsection of the binary operators section, and then go into detail on the one difference between `as` formatting and binary operator formatting.
Allow llvm-* to be set by unauthenticated users, which is currently llvm-main and llvm-fixed-upstream.
…ebcartwright style-guide: Document formatting of `as` casts (mostly like a binary operator) `as` casts currently get formatted like a binary operator, except that the second line can stack several `as` casts rather than breaking them each onto their own line. Document this. As far as I can tell (cc `@calebcartwright` for verification), this is not a 2024 edition change, it just documents current behavior.
…m, r=Nilstrieb Allow anyone to set llvm-fixed-upstream Allow llvm-* to be set by unauthenticated users, which is currently llvm-main and llvm-fixed-upstream.
Rename BoxMeUp to PanicPayload. "BoxMeUp" is not very clear. Let's rename that to a description of what it actually represents: a panic payload. This PR also renames the structs that implement this trait to have more descriptive names. Part of rust-lang#116005 r? `@oli-obk`
…r=notriddle Update browser-ui-test version to 0.16.10 Following GuillaumeGomez/browser-UI-test#539, it contains generated JS improvements and also a fix in a diagnostic. r? `@notriddle`
@bors r+ rollup=never p=4 |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#114394 (style-guide: Document formatting of `as` casts (mostly like a binary operator)) - rust-lang#115990 (Allow anyone to set llvm-fixed-upstream) - rust-lang#116008 (Rename BoxMeUp to PanicPayload.) - rust-lang#116011 (Update browser-ui-test version to 0.16.10) r? `@ghost` `@rustbot` modify labels: rollup
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 3223b0b5e8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (cbce15c): 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)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: 633.664s -> 632.213s (-0.23%) |
Successful merges:
as
casts (mostly like a binary operator) #114394 (style-guide: Document formatting ofas
casts (mostly like a binary operator))r? @ghost
@rustbot modify labels: rollup
Create a similar rollup