-
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 6 pull requests #102867
Rollup of 6 pull requests #102867
Conversation
…tterns, r=cjgillot Stabilize `half_open_range_patterns` This PR stabilize `feature(half_open_range_patterns)`: ``` Allows using `..=X` as a pattern. ``` And adds a new `feature(half_open_range_patterns_in_slices)` for the slice part, rust-lang#102275 (comment). The FCP was completed in rust-lang#67264.
Trying to suggest additional lifetime parameter ``@cjgillot`` This is what I have so far for rust-lang#100615
…r=estebank Recover from impl Trait in type param bound Fixes rust-lang#102182 r? ``@estebank``
Elaborate trait ref to compute object safety. instead of building them manually from supertraits and associated items. This allows to have the correct substs for GATs. Fixes rust-lang#102751
…meDisplayPreference, r=nagisa Add missing documentation for FileNameDisplayPreference variants Took me a while to find the information when I needed it so hopefully it should save some time for the next ones. r? ``@thomcc``
…thomcc From<Alignment> for usize & NonZeroUsize Since you mentioned these two in rust-lang#102072 (comment), r? ``@thomcc`` Tracking Issue: rust-lang#102070
@bors r+ p=6 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 1a7c203e7f In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e495b37): comparison URL. Overall result: ❌ regressions - 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)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. Footnotes |
the impacted benchmarks are more sensitive to changes to the trait system, so it looks like it might be #102845 @rust-timer build a892a73217a8859ad3ec076292dd5c872f4fc473 |
Queued a892a73217a8859ad3ec076292dd5c872f4fc473 with parent 1a7c203, future comparison URL. |
Finished benchmarking commit (a892a73217a8859ad3ec076292dd5c872f4fc473): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never 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.
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.
Footnotes |
Successful merges:
half_open_range_patterns
#102275 (Stabilizehalf_open_range_patterns
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup