-
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
Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions #64922
Conversation
40a5331
to
897aa23
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 897aa23dc68fe81b634aaf72853b5fe8e14024e3 with merge 312f214bc826aabf7836d8893cdc87931dac5e2d... |
☀️ Try build successful - checks-azure |
Queued 312f214bc826aabf7836d8893cdc87931dac5e2d with parent e0436d9, future comparison URL. |
Finished benchmarking try commit 312f214bc826aabf7836d8893cdc87931dac5e2d, comparison URL. |
897aa23
to
ff717bb
Compare
@bors try @rust-timer queue |
⌛ Trying commit ff717bba4cd1cd1e68846c5271683e175bc8e76d with merge 909a0a18abbca972f3de8907328564b5b7e2c01f... |
@rust-timer abort |
@oli-obk perf.rlo has crashed |
@bors retry |
I don't want to try or perf run, I wanted to abort it 😆 |
@oli-obk My command was unrelated ;) I wanted to make my rollup go test (bors queue was stuck). |
ff717bb
to
a3defbd
Compare
a3defbd
to
7990f45
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I left a nit (request for a comment). I also mentioned pulling this into its own file, but after reading the whole PR I'm not sure if it makes sense or not.
r=me with comments -- unless @oli-obk would prefer a chance to review, of course |
7990f45
to
79dc862
Compare
@bors r=nikomatsakis |
📌 Commit 79dc862 has been approved by |
…komatsakis Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions r? @oli-obk
Rollup of 13 pull requests Successful merges: - #64581 (Fix unreachable_code warnings for try{} block ok-wrapped expressions) - #64850 (Remove inlines from DepNode code) - #64914 (regression test for 64453 borrow check error.) - #64922 (Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions) - #64948 (Improve sidebar styling to make its integration easier) - #64961 (Make comment about dummy type a bit more clear) - #64967 (Don't mark borrows of zero-sized arrays as indirectly mutable) - #64973 (Fix typo while setting `compile-flags` in test) - #64980 (Enable support for `IndirectlyMutableLocals` in `rustc_peek` ) - #64989 (Fix ICE #64964) - #64991 ([const-prop] Correctly handle locals that can't be propagated) - #64995 (Remove rustdoc warning) - #64997 (rustc book: nitpick SLP vectorization) Failed merges: r? @ghost
r? @oli-obk