Uh oh!
There was an error while loading. Please reload this page.
Implement TrustedLen and TrustedRandomAccess for Range<integer>, array::IntoIter, VecDequeue's iterators - #81607
Conversation
rustbot
commented
Jan 31, 2021
Error: Label libs-impl can only be set by Rust team members Please let |
rust-highfive
commented
Jan 31, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
sdroege
commented
Jan 31, 2021
Ah I also had some of those locally already but wanted to finish the remaining ones first :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0897250 to
e8908a0CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sdroege
commented
Feb 1, 2021
That's in #81617 now. On top of your PR here you could do the same for |
e8908a0 to
f0313eeComparethe8472
commented
Feb 5, 2021
That doesn't seem to be practically feasible for I think implementing more LLVM-friendly iteration for sources with That or llvm needs to be fixed in several ways. Then we could do away with most of this mess. |
Mark-Simulacrum
commented
Feb 12, 2021
r? @m-ou-se (possibly for further reassignment), I don't have a lot of knowledge about iterators right now and probably not the time to do a deep dive |
m-ou-se
commented
Mar 21, 2021
Thanks! @bors r+ |
bors
commented
Mar 21, 2021
📌 Commit f0313ee03f750adde3897c26ab208228da8ddc02 has been approved by |
bors
commented
Mar 21, 2021
⌛ Testing commit f0313ee03f750adde3897c26ab208228da8ddc02 with merge e4bce39493aa9786c563d386e1bbde6e26c2580e... |
bors
commented
Mar 21, 2021
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
f0313ee to
54c73a3Compare54c73a3 to
08a1dd2Comparem-ou-se
commented
Mar 21, 2021
@bors r+ |
bors
commented
Mar 21, 2021
📌 Commit 08a1dd2 has been approved by |
…-things, r=m-ou-se Implement TrustedLen and TrustedRandomAccess for Range<integer>, array::IntoIter, VecDequeue's iterators This should make some `FromIterator` and `.zip()` specializations applicable in a few more cases. `@rustbot` label libs-impl
Rollup of 9 pull requests Successful merges: - rust-lang#80193 (stabilize `feature(osstring_ascii)`) - rust-lang#80771 (Make NonNull::as_ref (and friends) return refs with unbound lifetimes) - rust-lang#81607 (Implement TrustedLen and TrustedRandomAccess for Range<integer>, array::IntoIter, VecDequeue's iterators) - rust-lang#82554 (Fix invalid slice access in String::retain) - rust-lang#82686 (Move `std::sys::unix::platform` to `std::sys::unix::ext`) - rust-lang#82771 (slice: Stabilize IterMut::as_slice.) - rust-lang#83329 (Cleanup LLVM debuginfo module docs) - rust-lang#83336 (Fix ICE with `use clippy::a::b;`) - rust-lang#83350 (Download a more recent LLVM version if `src/version` is modified) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This should make some
FromIteratorand.zip()specializations applicable in a few more cases.@rustbot label libs-impl