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

Preliminary support for labeled break/continue for loops #3807

Closed
wants to merge 1 commit into from

Commits on Oct 18, 2012

  1. Preliminary support for labeled break/continue for loops

    This patch adds preliminary middle-end support (liveness and trans)
    for breaks and `loop`s to `loop` constructs that have labels.
    
    while and for loops can't have labels yet.
    
    Progress on rust-lang#2216
    catamorphism committed Oct 18, 2012
    Configuration menu
    Copy the full SHA
    57624a3 View commit details
    Browse the repository at this point in the history