-
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
CoVec MVP 2 #106467
CoVec MVP 2 #106467
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
r? peter-kehl |
This comment has been minimized.
This comment has been minimized.
98c0b9c
to
0666a18
Compare
This comment has been minimized.
This comment has been minimized.
Just a heads up that you can update your old PR with a force-push instead of opening up a new one, unless there's some other reason you closed the old PR 😅 |
0666a18
to
d7df6b0
Compare
This comment has been minimized.
This comment has been minimized.
d7df6b0
to
4d46101
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #104658) made this pull request unmergeable. Please resolve the merge conflicts. |
03a0ae0
to
702107a
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #106833) made this pull request unmergeable. Please resolve the merge conflicts. |
Purely out of scholastic interest: what are "cooperative allocations", conceptually? |
d70946b
to
9d72676
Compare
This comment has been minimized.
This comment has been minimized.
Hi @workingjubilee. Thank you for improving Rust. I admire your scholastic interest. I've added https://github.com/coop-rs/rust/wiki. Feel free to comment (raise an issue or start a discussion). Any light on coop-rs#1, please? (It is about this pull request's failure: https://github.com/rust-lang/rust/actions/runs/3942485808/jobs/6746195481#step:26:786.) Or who could help? |
… ToString for Display + ?Sized.
…co_alloc_metadata_num_slots_with_preference(...)
…ier merge mess up.
…(..). Added Vec::new_co()
☔ The latest upstream changes (presumably #107143) made this pull request unmergeable. Please resolve the merge conflicts. |
9d72676
to
2089cb6
Compare
Replaced with #107274. |
IGNORE (until further notice). My early WIP.
Currently it triggers an ICE #105573 (dealt with separately).
For now this draft PR uses Rust CI to build code that triggers #105573. (As per https://rustc-dev-guide.rust-lang.org/contributing.html#ci: "perfectly fine (and even encouraged!) to use the CI to test your changes if it can help your productivity").