-
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 9 pull requests #105095
Rollup of 9 pull requests #105095
Conversation
…unsatisfied trait bounds in derive macro code
This CSS was added in cad0fce, but the reason why it was necessary was unclear. This comment makes it clear.
Group `text-overflow: ellipses` along with `white-space: nowrap`. It makes no sense to try to apply it to links with `overflow-wrap: anywhere`, because it can't actually make ellipses when that's turned on. Simplify the selector for the 25rem left padding on sidebar links, to match up with the style for the container left padding that makes room for it.
…uillaumeGomez rustdoc-json: Document and Test that args can be patterns.
Don't overwrite local changes when updating submodules Fixes rust-lang#103485
…, r=TaKO8Ki Avoid Invalid code suggested when encountering unsatisfied trait bounds in derive macro code Fixes rust-lang#104884
…, r=notriddle Rustdoc Json Tests: Don't assume that core::fmt::Debug will always have one item. See rust-lang#104525 (comment) and rust-lang#104525 (comment) for motivation. This still assumes that `fmt` is the first method, but thats alot less brittle than assuming it will be the only method. Sadly, we can't use a aux crate to insulate the tests from core changes, because core is special, so all we can do is try not to depend on things that may change.
…, r=GuillaumeGomez rustdoc: add comment to confusing CSS `main { min-width: 0 }` This CSS was added in cad0fce, but the reason why it was necessary was unclear. This comment makes it clear.
…ark-Simulacrum Add Nicholas Bishop to `.mailmap`
…2, r=compiler-errors Add a regression test for rust-lang#104322 r? ``@compiler-errors``
…=GuillaumeGomez rustdoc: clean up sidebar link CSS Group `text-overflow: ellipses` along with `white-space: nowrap`. It makes no sense to try to apply it to links with `overflow-wrap: anywhere`, because it can't actually make ellipses when that's turned on. Simplify the selector for the 25rem left padding on sidebar links, to match up with the style for the container left padding that makes room for it.
add Tshepang Mbambo to .mailmap ... because my surname has changed ``` # before ❯ git shortlog --summary --email | rg Tshepang 326 Tshepang Lekhonkhobe <tshepang@gmail.com> 8 Tshepang Mbambo <tshepang@gmail.com> # after ❯ git shortlog --summary --email | rg Tshepang 334 Tshepang Mbambo <tshepang@gmail.com>
@bors r+ rollup=never p=9 |
⌛ Testing commit ffb071f with merge 54d7855ae18a9d6c85a4ee59fc30ed464c82a7db... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 1dcf6add3d In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (744a97b): 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
main { min-width: 0 }
#105064 (rustdoc: add comment to confusing CSSmain { min-width: 0 }
).mailmap
#105074 (Add Nicholas Bishop to.mailmap
)wundergraph
#104322)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup