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

Rollup of 7 pull requests #30432

Closed
wants to merge 16 commits into from
Closed

Commits on Dec 13, 2015

  1. Configuration menu
    Copy the full SHA
    dc7c3cd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Corrects issue rust-lang#28777 by removing, once a binary operator is…

    … found, the
    
    RESTRICTION_STMT_EXPR restriction to allow subsequent expressions to
    contain braces.
    
    rust-lang#28777
    aaronkeen committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    35f2fe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. add tests for rust-lang#26873

    durka committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    88ed7b7 View commit details
    Browse the repository at this point in the history
  2. Corrected formatting mistakes.

    Changed bit manipulation to use supported - (set difference) instead
    of explicit '& !'.
    aaronkeen committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    41cc365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf14d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    856246c View commit details
    Browse the repository at this point in the history
  5. Remove rogue I

    shepmaster committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    936149f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    458e86a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62fa40f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Configuration menu
    Copy the full SHA
    625da80 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#30375 - aaronkeen:issue_28777, r=eddyb

    RESTRICTION_STMT_EXPR restriction to allow subsequent expressions to
    contain braces.
    
    rust-lang#28777
    Manishearth committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    8d87ed0 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#30404 - Shiney:ImprovedStackHeap, r=stevekl…

    …abnik
    
    …entation clearer
    
    I could not use colors as suggested for rust-lang#29854 because Github doesn't support these in markdown, however this solution may be better for color-blind readers.
    Manishearth committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    649953e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#30408 - durka:issue-26873, r=alexcrichton

    I think we can close rust-lang#26873 with these tests.
    Manishearth committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    bc82cef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f815075 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2cdf30 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#30420 - petrochenkov:owned2, r=nrc

    Part of rust-lang#30095 not causing mysterious segfaults.
    
    r? @nrc
    Manishearth committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    c629b33 View commit details
    Browse the repository at this point in the history