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 19 pull requests #35462

Closed
wants to merge 40 commits into from
Closed

Rollup of 19 pull requests #35462

wants to merge 40 commits into from

Commits on Aug 5, 2016

  1. Fixes rust-lang#35304

    mikhail-m1 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    2f5294e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e5cfe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Configuration menu
    Copy the full SHA
    5bab0e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065c685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e9d42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d25e2e View commit details
    Browse the repository at this point in the history
  5. Updated error message E0252

    Adam Medziński committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    f4dd1f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb469d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eba89e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95cce86 View commit details
    Browse the repository at this point in the history
  9. Updated error message E0282

    Adam Medziński committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    19e4579 View commit details
    Browse the repository at this point in the history
  10. Fix build on DragonFly (unused function errno_location)

    Function errno_location() is not used on DragonFly. As warnings are
    errors, this breaks the build.
    mneumann committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    e8da915 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a6b862 View commit details
    Browse the repository at this point in the history
  12. E0131 updated to new format

    Jakub Hlusička committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    5e06da2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. Update error message for E0243 and E0244

    Vincent Prouillet committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    02f3609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e13b63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac10b5f View commit details
    Browse the repository at this point in the history
  4. Update error E0118 to new format

    Fixes rust-lang#35251
    Also changes the span of the error to the span of the type
    as suggested in the bonus section of rust-lang#35251
    Detegr committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    e91f3f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54e1e98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed72c65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b564c6a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35355 - shri3k:E0046, r=jonathandturner

    Updates compiler error E0046 with new format
    
    Addresses rust-lang#35209 as part of rust-lang#35233.
    r? @jonathandturner
    
    I've repeated the following in my code. If this is something not desirable then let me know if there's any process to make this any cleaner. Thank you.
    ```rust
    missing_items.iter()
        .map(|name| name.to_string())
         .collect::<Vec<_>>().join("`, `"))
    ```
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    ee5b2df View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#35357 - shri3k:E0040, r=jonathandturner

    Updates compiler error E0040 with new format
    
    Addresses rust-lang#35208 as part of rust-lang#35233.
    r? @GuillaumeGomez
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    feb458d View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#35362 - medzin:E0252, r=GuillaumeGomez

    Updated error message E0252
    
    Fixes rust-lang#35306 as part of rust-lang#35233.
    
    r? @GuillaumeGomez
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    262c91f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#35366 - medzin:E0282, r=jonathandturner

    Updated error message E0282
    
    Fixes rust-lang#35312 as part of rust-lang#35233.
    
    r? @GuillaumeGomez
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    5b22d2b View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#35394 - mikhail-m1:master, r=jonathandturner

    Update error format rust-lang#35304
    
    Fixes rust-lang#35304 as part of rust-lang#35233.
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    d556e04 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#35402 - KiChjang:e0206-new-msg, r=Guillaume…

    …Gomez
    
    Update E0206 message to new format
    
    Part of rust-lang#35233.
    Fixes rust-lang#35301.
    
    r? @GuillaumeGomez
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    d58d045 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#35410 - silenuss:e0027-formatting, r=jonath…

    …andturner
    
    Update compiler error 0027 to use new error format.
    
    Part of rust-lang#35233,
    Addresses rust-lang#35200
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    b5261aa View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#35411 - KiChjang:e0223-new-format, r=jonath…

    …andturner
    
    Update E0223 to the new format
    
    Part of rust-lang#35233.
    Fixes rust-lang#35387.
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    f40b2ff View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#35412 - chamoysvoice:e0220, r=jonathandturner

    Update E0220 message to new format
    
    Part of rust-lang#35233 .
    Fixes rust-lang#35385.
    
    r? @jonathandturner
    
    Should it keep E0191?
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    eb9db9f View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#35413 - silenuss:e0029-formatting, r=jonath…

    …andturner
    
    Update compiler error 0029 to use new error format.
    
    Part of rust-lang#35233,
    Addresses rust-lang#35201
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    3251520 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#35417 - Limeth:master, r=jonathandturner

    E0131 updated to new format
    
    Changes
    ```
    error[E0131]: main function is not allowed to have type parameters
      --> src/test/compile-fail/E0131.rs:11:1
       |
    11 | fn main<T>() { //~ ERROR E0131
       | ^
    ```
    to
    ```
    error[E0131]: main function is not allowed to have type parameters
      --> src/test/compile-fail/E0131.rs:11:1
       |
    11 | fn main<T>() { //~ ERROR E0131
       |        ^^^ main cannot have type parameters
    ```
    Fixes rust-lang#35257. Part of rust-lang#35233.
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    350125b View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#35419 - Keats:err-243, r=jonathandturner

    Update error message for E0243 and E0244
    
    Fixes rust-lang#35389 and rust-lang#35390 as part of rust-lang#35233.
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    2da9967 View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#35421 - razielgn:updated-e0225-to-new-forma…

    …t, r=jonathandturner
    
    Updated E0225 to new format.
    
    Part of rust-lang#35233.
    Fixes rust-lang#35388.
    
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    abbfb1f View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#35429 - frewsxcv:tracking-is-empty, r=apase…

    …l422
    
    Indicate tracking issue for `exact_size_is_empty` unstability.
    
    rust-lang#35428
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    26f137b View commit details
    Browse the repository at this point in the history
  22. Rollup merge of rust-lang#35433 - mneumann:dragonfly-fix-libstd-errno…

    …-location, r=alexcrichton
    
    Fix build on DragonFly (unused function errno_location)
    
    Function errno_location() is not used on DragonFly. As warnings are
    errors, this breaks the build.
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    71aa493 View commit details
    Browse the repository at this point in the history
  23. Rollup merge of rust-lang#35434 - intrepion:fix-compile-fail-e0121, r…

    …=jonathandturner
    
    Fixing compiler error E0121
    
    Fixes rust-lang#35254 and part of rust-lang#35233
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    f04b440 View commit details
    Browse the repository at this point in the history
  24. Rollup merge of rust-lang#35436 - frewsxcv:into-vec, r=GuillaumeGomez

    Add doc example for `std::ffi::NulError::into_vec`.
    
    None
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    db04c10 View commit details
    Browse the repository at this point in the history
  25. Rollup merge of rust-lang#35454 - Detegr:master, r=jonathandturner

    New error message format for E0117 and E0118
    
    Part of rust-lang#35233
    r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    236c089 View commit details
    Browse the repository at this point in the history
  26. Rollup merge of rust-lang#35455 - munyari:e0204, r=jonathandturner

    Update E0204 to the new error format
    
    Part of rust-lang#35233
    
    Addresses rust-lang#35381
    "r? @jonathandturner
    Jonathan Turner authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    1703f87 View commit details
    Browse the repository at this point in the history