-
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 3 pull requests #112465
Rollup of 3 pull requests #112465
Conversation
Signed-off-by: Eval EXEC <execvy@gmail.com>
…t, r=WaffleLapkin Improve document of `unsafe_code` lint This PR add another `unsafe_code` lint example, want to close rust-lang#111967
…otriddle,lcnr [rustdoc] List matching impls on type aliases Fixes rust-lang#32077. Thanks a lot to ``@lcnr`` who helped me a lot with this fix! cc ``@notriddle`` r? ``@lcnr``
…icate-region-constraints, r=lcnr Deduplicate identical region constraints in new solver the new solver doesn't track whether we've already proven a goal like the fulfillment context's obligation forest does, so we may be instantiating a canonical response (and specifically, its nested region obligations) quite a few times. This may lead to exponentially gathering up identical region constraints for things like auto traits, so let's deduplicate region constraints when in `compute_external_query_constraints`. r? ``@lcnr``
@bors r+ p=3 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: d7ad9d9797 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (397641f): 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.
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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 649.935s -> 649.669s (-0.04%) |
Regressions are on doc builds, which look expected from #112429 |
Confirmed. We forgot to run perf-check beforehand... |
Great, thank you. @rustbot label: +perf-regression-triaged |
Successful merges:
unsafe_code
lint #112260 (Improve document ofunsafe_code
lint)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup