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 12 pull requests #35652

Closed
wants to merge 28 commits into from
Closed

Rollup of 12 pull requests #35652

wants to merge 28 commits into from

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    127489a View commit details
    Browse the repository at this point in the history
  2. E0248 Change in issue format

    E0248 Change in issue format
    
    E0267 UT New Format
    
    E0268 UT New Format
    
    E0267 & E0268 New Error Format
    shyamsundarb-arch committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    1a6fac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2c19a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Update E0253.rs

    changed error text
    lukehinds committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    c974749 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Update E0138 to new format

    wdv4758h committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    92f7e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9762f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c37892 View commit details
    Browse the repository at this point in the history
  4. Add additional error note

    munyari committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    80beeb3 View commit details
    Browse the repository at this point in the history
  5. Add label to E0254

    tvladyslav committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4209f94 View commit details
    Browse the repository at this point in the history
  6. Fix tidy tests

    tvladyslav committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c761184 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Configuration menu
    Copy the full SHA
    4ab00e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302a423 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Configuration menu
    Copy the full SHA
    5402d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd90a16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85388f0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#35346 - DarkEld3r:e0093-formatting, r=jonat…

    …handturner
    
    Update compiler error 0093 to use new error format
    
    Addresses rust-lang#35230, Part of the rust-lang#35233 meta bug
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    58738a9 View commit details
    Browse the repository at this point in the history
  5. 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 committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    c71662c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#35526 - munyari:e0033, r=jonathandturner

    Update E0033 to the new error format
    
    Part of rust-lang#35233
    
    Addresses rust-lang#35498
    "r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    dd26a38 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#35558 - lukehinds:master, r=nikomatsakis

    Update error message for E0253 rust-lang#35512
    
    Fixes rust-lang#35512. Part of rust-lang#35233.
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    7d4cc15 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35573 - wdv4758h:E0138, r=jonathandturner

    Update E0138 to new format
    
    Part of rust-lang#35233
    Fix rust-lang#35510
    r? @jonathandturner
    
    ![e0138](https://cloud.githubusercontent.com/assets/2716047/17562415/7200d93c-5f5d-11e6-98ff-e15c29f40e03.png)
    
    Question: How can I only underline the function name ? I have observed the debug output and the struct of item, but I can't find the `Span` for function name. Should I modify the struct I get to save function name's position or there is another way to get it ? (I can only find `Span`s for function attributes, inputs, outputs, blocks)
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    0d7927d View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#35586 - shyaamsundhar:SqushCom, r=jonathand…

    …turner
    
    E0248, E0267 & E0268 Change into issue format
    
    r? @jonathandturner  Part of rust-lang#35391, rust-lang#35519 and rust-lang#35520. I have squashed all changes into a single commit. Please review the changes.
    
    E0248 Change in issue format
    
    E0267 UT New Format
    
    E0268 UT New Format
    
    E0267 & E0268 New Error Format
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    d58a53d View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#35596 - crypto-universe:E0254_style_and_tes…

    …ts, r=jonathandturner
    
    Add label to E0254
    
    This issue rust-lang#35513 is a part of rust-lang#35233.
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    229b98d View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#35615 - clementmiao:E0070_new_error_format,…

    … r=jonathandturner
    
    Update E0070 to new error format
    
    Updated E0070 to new error format.
    Part of rust-lang#35233
    Fixes rust-lang#35503
    
    Thanks for letting me help!
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    a2e88ad View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#35616 - clementmiao:E0067_new_error_format,…

    … r=jonathandturner
    
    changed E0067 to new error format
    
    Updated E0067 to new error format.
    Part of rust-lang#35233
    Fixes rust-lang#35502
    
    Passes all the tests when running:
    `python src/bootstrap/bootstrap.py --step check-cfail --stage 1`
    
    **This seems strange, given that the format for E0067 has been changed.**
    It feels like it should fail some unit tests maybe?
    
    Let me know if I'm mistaken. Otherwise I can create a unit test for it.
    
    Thanks for letting me help!
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    9c704cc View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#35643 - garekkream:update-E0301-new-error-f…

    …ormat, r=jonathandturner
    
    Update E0301 to the new format
    
    Part of rust-lang#35233.
    Fixes rust-lang#35522.
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    a7865b6 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#35644 - garekkream:update-E0302-new-error-f…

    …ormat, r=jonathandturner
    
    Update E0302 to the new format
    
    Part of rust-lang#35233.
    Fixes rust-lang#35523.
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    4b13676 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#35646 - theypsilon:master, r=jonathandturner

    E0094 error message updated
    
    Part of rust-lang#35233
    Fixes rust-lang#35231
    
    r? @jonathandturner
    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    913d2f7 View commit details
    Browse the repository at this point in the history
  16. Fix tidy warning

    Jonathan Turner committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    5e9dc84 View commit details
    Browse the repository at this point in the history