-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Move managed pointers into the standard library #7803
Comments
Paging @pcwalton. |
Paging me. |
We're not really using the 0.8 milestone, but this would be a backwards-compatible milestone issue. |
Accepted for milestone 1, well-defined |
cc me |
I think we should move managed pointers behind a feature switch ASAP. A library implementation isn't important before we actually implement a garbage collector, because the important functionality is already provided by the much better performing |
Closes rust-lang#7803 changelog: [`transmute_num_to_bytes`] new lint
…msteffen Add lint transmute_num_to_bytes Closes rust-lang#7803 changelog: [`transmute_num_to_bytes`] new lint
I'm surprised that I was unable to find an open issue for this.
Read http://pcwalton.github.io/blog/2013/06/02/removing-garbage-collection-from-the-rust-language/ for the basic idea. From what I understand the general attitude is favorable, but people have yet to decide whether to salvage the
@
sigil or to require@T
to now be writtenGc<T>
.Let's try to defer these syntax decisions and just get GC-in-a-library working as soon as possible, if people agree that it is desirable.
Nominating for 0.8. Aggressive, but I feel like we're going to suffer if we try to put this off for too long.
The text was updated successfully, but these errors were encountered: