-
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 7 pull requests #103714
Rollup of 7 pull requests #103714
Conversation
This wrapper DIV was originally added in 89e1fb3, when it allowed the search bar's size to be calculated without using `calc()`. This `width` hack can be removed using flexbox.
…r=oli-obk Make `CStr::from_ptr` `const`. Should be included in rust-lang#101719. cc ``@WaffleLapkin``
…, r=compiler-errors Add test for issue 98634 Fixes rust-lang#98634
Note scope of TAIT more accurately This maybe explains why the person was confused in rust-lang#101897, since we say "same module" but really should've said "same impl". r? ``@oli-obk``
…piler-errors Specialize ToString for Symbol
…er, r=GuillaumeGomez rustdoc: remove redundant CSS/DOM `div.search-container` Preview: https://notriddle.com/notriddle-rustdoc-demos/search-container/test_dingus/fn.test.html This wrapper DIV was originally added in 89e1fb3, when it allowed the search bar's size to be calculated without using `calc()`. This `width` hack can be removed using flexbox.
…au,GuillaumeGomez rustdoc-json-types: Improve ItemSummary::path docs Somewhat inspired by the doc changes from rust-lang#103085 (cc ``@Urgau)`` r? ``@GuillaumeGomez``
…mpiler-errors Add a test for TAIT used with impl/dyn Trait inside RPIT close rust-lang#101750
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 607878d069 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (33b530e): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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)This benchmark run did not return any relevant results for this metric. 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.
|
Even if the regressions are real they're too small for this to be worth investigation. @rustbot label: +perf-regression-triaged |
Successful merges:
CStr::from_ptr
const
. #102961 (MakeCStr::from_ptr
const
.)div.search-container
#103663 (rustdoc: remove redundant CSS/DOMdiv.search-container
)Failed merges:
OwnerId
fields. #103618 (Rename someOwnerId
fields.)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup