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

Allow Eager Drops #239

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 15, 2014

  1. Allow Eager Drops

    Allow the compiler to drop objects that are no longer used before the
    end of their scope. Rust's type system ensures that objects aren't
    dropped too soon.  The programmer can explicitly specify an object's
    lifetime if necessary.  Removes the need for drop flags.
    rkjnsn committed Sep 15, 2014
    Copy the full SHA
    2f7f06f View commit details
    Browse the repository at this point in the history