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 21 pull requests #35407

Merged
merged 40 commits into from
Aug 6, 2016
Merged

Rollup of 21 pull requests #35407

merged 40 commits into from
Aug 6, 2016

Commits on Aug 4, 2016

  1. Update the man page rustc.1

    dns2utf8 committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    c622a42 View commit details
    Browse the repository at this point in the history
  2. Update rustdoc version

    dns2utf8 committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    91f9704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c9404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8787237 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Updated E0081 to new format

    Christian Poveda committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    8641bc2 View commit details
    Browse the repository at this point in the history
  2. Update E0106 error message to new format.

    This fixes rust/rust-lang#35245
    Tiwalun committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    c61cfb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    764d5cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cd1779 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc25879 View commit details
    Browse the repository at this point in the history
  6. Update error message for E0166

    Roy Brunton committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    5eebb92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7468fa View commit details
    Browse the repository at this point in the history
  8. Update E0229 to new format

    Matthias Rabault committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    40b7ace View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3575812 View commit details
    Browse the repository at this point in the history
  10. Updated style of unit test

    Christian Poveda committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    00179a7 View commit details
    Browse the repository at this point in the history
  11. Update error format for E0373

    trixnz committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    7eca647 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2061d65 View commit details
    Browse the repository at this point in the history
  13. Fix E0229 unit tests

    Matthias Rabault committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    51a270f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    291b6f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58b618e View commit details
    Browse the repository at this point in the history
  16. Update E0004 to use labels

    TheZoq2 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    422e0d5 View commit details
    Browse the repository at this point in the history
  17. Update error message for E0323, E0324 and E0325

    Vincent Prouillet committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    e0035c9 View commit details
    Browse the repository at this point in the history
  18. Clean up std::raw docs

    There is no longer a `Repr` trait, so mentioning a missing impl of it
    was potentially confusing.
    apasel422 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    da2b7a6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1cf5142 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Rollup merge of rust-lang#33951 - srinivasreddy:librust_pass_rustfmt,…

    … r=nikomatsakis
    
    run rustfmt on librustc_passes folder
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    8e04264 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34916 - tbu-:pr_comment_on_seek_cast, r=Gui…

    …llaumeGomez
    
    Comment on the casts in the `seek` implementations on files
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    68f7b26 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#35281 - apasel422:repr, r=GuillaumeGomez

    Clean up `std::raw` docs
    
    There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing.
    
    r? @steveklabnik
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    c1fe071 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#35287 - dns2utf8:man_page_rustc, r=nikomats…

    …akis
    
    Update the man page rustc.1
    
    Should the page become a generated one so the version is allways up to date?
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    d9cc84b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#35288 - Roybie:35271-E0166-update-error-for…

    …mat, r=GuillaumeGomez
    
    Update error message for E0166
    
    Fixes rust-lang#35271 as part of rust-lang#35233.
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    bb1ff9d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#35351 - jaredwy:update-error-69, r=jonathan…

    …dturner
    
    Updated error format for E0069
    
    Fixes rust-lang#35219 which is part of the error bonanza at rust-lang#35233
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    8e1b96a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#35353 - poveda-ruiz:master, r=jonathandturner

    Updated E0081 to new format
    
    Part of rust-lang#35233. r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    b9c5fa4 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35356 - Tiwalun:fix-err-msg-e0106, r=jonath…

    …andturner
    
    Update E0106 error message to new format.
    
    This fixes rust-lang#35245, as part of the big error message update in rust-lang#35233
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    75c86ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c846c30 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#35364 - kc1212:e0379, r=jonathandturner

    Update E0379 to new format rust-lang#35338
    
    Fixes rust-lang#35338, as part of rust-lang#35233.
    
    But this does not include the bonus. From my understanding a Span is defined by a `hi` and a `lo` position within some context. A naive way would be to mutate the span so that `hi` is 5 positions from `lo` which corresponds to the `const` keyword. But this methods feels a bit rigid. Is there another way to do this?
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    a7b7417 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#35368 - shantanuraj:master, r=jonathandturner

    Update E0207 to use struct_span_err, add span_label
    
    Fixes rust-lang#35302 part of rust-lang#35233
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    8747b5b View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#35370 - razielgn:updated-e0306-to-new-forma…

    …t, r=jonathandturner
    
    Updated E0306 to new format.
    
    Part of rust-lang#35233.
    Fixes rust-lang#35315.
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    b722358 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#35372 - Keats:err-323, r=jonathandturner

    Update error message for E0323, E0324 and E0325
    
     Fixes rust-lang#35325, rust-lang#35327 and rust-lang#35329 as part of rust-lang#35233
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    aba49ac View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#35373 - oijazsh:E0107, r=jonathandturner

    Update E0107 message to new format
    
    Fixes rust-lang#35246 as part of rust-lang#35233.
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    b053da3 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#35374 - mrabault:e0229_format, r=jonathandt…

    …urner
    
    Update E0229 to new format
    
    Hello,
    
    This fixes rust-lang#35305. I ran the tests, no unit test broke, even though some were ignored.
    
    Cheers
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    77c342e View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#35376 - trixnz:update-error-373, r=jonathan…

    …dturner
    
    Update error format for E0373
    
    Fixes rust-lang#35337 as part of rust-lang#35233
    
    r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    56cadb6 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#35380 - TheZoq2:master, r=jonathandturner

    Update E0004 to use labels
    
    Fixes rust-lang#35191 and is part of rust-lang#35233
    
    "r? @jonathandturner
    eddyb committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    67f0822 View commit details
    Browse the repository at this point in the history