-
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 4 pull requests #124811
Rollup of 4 pull requests #124811
Conversation
Also mention that there might be leftover directories in the error case.
Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple times
Prefer lower vtable candidates in select in new solver Also, adjust the select visitor to only winnow when the *parent* goal is `Certainty::Yes`. This means that we won't winnow in cases when we have any ambiguous inference guidance from two candidates. r? lcnr
…c, r=lcnr Don't consider candidates with no failing where clauses when refining obligation causes in new solver Improves error messages when we have param-env candidates that don't deeply unify (i.e. after alias-bounds). r? lcnr
Use `super_fold` in `RegionsToStatic` visitor so as to avoid an infinite stack cycle fixes rust-lang#124805 r? lcnr
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: fc47cf38e5 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3111015): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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: 676.942s -> 676.377s (-0.08%) |
Successful merges:
create_dir_all
callsmkdir
/CreateDirW
multiple times #124520 (Document thatcreate_dir_all
callsmkdir
/CreateDirW
multiple times)super_fold
inRegionsToStatic
visitor #124808 (Usesuper_fold
inRegionsToStatic
visitor)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup