-
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 8 pull requests #93891
Rollup of 8 pull requests #93891
Conversation
(hir::Map only consists of a single reference anyways)
For cg_llvm update_symbols merely sets a flag, so changing the position or removing an additional call doesn't have any effect.
All paths to an ArchiveBuilder::build call update_symbols first.
…ns, r=matthewjasper Erase regions before calculating layout for packed field capture Self-explanatory. We just erase region inferencing because we don't need that for layout computation... Q: layouts are always equal modulo regions, right? Fixes rust-lang#92240
…, r=cjgillot Add comment on stable_hash_impl for OwnerNodes r? `@cjgillot` cc `@oli-obk` `@bors` rollup=always
…plete, r=pietroalbini Drop rustc-docs from complete profile Addresses rust-lang#75833, but does not fully fix it -- we should support side-by-side installation of these ideally, but that's not currently possible. r? `@pietroalbini`
…r=jsha rustdoc: remove support for multi-query search This is needed by rust-lang#90630 to make feature changes non-existent. cc `@camelid` r? `@jsha`
Make all `hir::Map` methods consistently by-value `hir::Map` only consists of a single reference (as part of the contained `TyCtxt`) anyways, so copying is literally zero overhead compared to passing a reference
Fix ICE if no trait assoc const eq Fixes rust-lang#93835
…roalbini Split x86_64-apple builder into two This splits out roughly 20-25 minutes of work, which should result in roughly parity with some of the other apple builders at approximately 2.2-2.4 hours per successful build. r? `@pietroalbini`
…petrochenkov Remove ArchiveBuilder::update_symbols All paths to an ArchiveBuilder::build call update_symbols first.
@bors r+ rollup=never p=8 |
📌 Commit c543f7d has been approved by |
⌛ Testing commit c543f7d with merge 0899ffb833107222149fe6b1373e85f3aa31b283... |
💔 Test failed - checks-actions |
@bors retry something on msvc but it doesn't show any logs |
☀️ Test successful - checks-actions |
Finished benchmarking commit (78450d2): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
hir::Map
methods consistently by-value #93853 (Make allhir::Map
methods consistently by-value)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup