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 4 pull requests #35971

Merged
merged 10 commits into from Aug 25, 2016
Merged

Rollup of 4 pull requests #35971

merged 10 commits into from Aug 25, 2016

Commits on Aug 22, 2016

  1. more evocative examples for Sub and SubAssign

    These examples are exactly analogous to those in PRs rust-lang#35709 and rust-lang#35806. I'll probably remove the `fn main` wrappers for `Add` and `Sub` once this is merged in.
    
    Part of rust-lang#29365.
    
    r? @steveklabnik
    matthew-piziak committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    eb6d44d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

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

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    3ddb468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f200061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5f483 View commit details
    Browse the repository at this point in the history
  4. Update E0445 and E0454 to new error format

    0xmohit authored and Your Name committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    11e9b8d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#35876 - matthew-piziak:sub-examples, r=Guil…

    …laumeGomez
    
    more evocative examples for `Sub` and `SubAssign`
    
    These examples are exactly analogous to those in PRs rust-lang#35709 and rust-lang#35806. I'll probably remove the `fn main` wrappers for `Add` and `Sub` once this is merged in.
    
    Part of rust-lang#29365.
    
    r? @steveklabnik
    Jonathan Turner committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    95c661a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#35920 - GuillaumeGomez:err_codes, r=jonatha…

    …ndturner
    
    Err codes
    
    r? @jonathandturner
    Jonathan Turner committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    336841c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#35948 - tshepang:missing-comma, r=steveklabnik

    reference: add trailing commas
    Jonathan Turner committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    411a85e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35961 - 0xmohit:pr/error-codes-E0445-E0454,…

    … r=GuillaumeGomez
    
    Update E0445 and E0454 to new error format
    
    Fixes rust-lang#35922.
    Fixes rust-lang#35930.
    Part of rust-lang#35233.
    
    r? @GuillaumeGomez
    Jonathan Turner committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    2932db1 View commit details
    Browse the repository at this point in the history