Skip to content
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

Remove @ syntax for Gc'd pointers #14835

Merged
merged 2 commits into from
Jun 14, 2014
Merged

Commits on Jun 14, 2014

  1. Register new snapshots

    alexcrichton committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f20b129 View commit details
    Browse the repository at this point in the history
  2. rustc: Obsolete the @ syntax entirely

    This removes all remnants of `@` pointers from rustc. Additionally, this removes
    the `GC` structure from the prelude as it seems odd exporting an experimental
    type in the prelude by default.
    
    Closes rust-lang#14193
    [breaking-change]
    alexcrichton committed Jun 14, 2014
    5 Configuration menu
    Copy the full SHA
    ade807c View commit details
    Browse the repository at this point in the history