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 #4338

Merged
merged 8 commits into from Aug 5, 2019
Merged

Rollup of 4 pull requests #4338

merged 8 commits into from Aug 5, 2019

Commits on Aug 3, 2019

  1. Copy the full SHA
    1dc9a50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f48eff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b608e02 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Split up cast.rs tests, run-rustfix for unnecessary_cast

    This splits up the cast.rs tests and enables rustfix tests for the part
    of the `unnecessary_cast` lint that emits `MachineApplicable`
    suggestions.
    
    cc rust-lang#3630
    phansch committed Aug 4, 2019
    Copy the full SHA
    2d84d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Rollup merge of rust-lang#4329 - phansch:doctests_pedantic, r=flip1995

    Doctests: Enable running doc tests for pedantic lints
    
    changelog: none
    
    master: 202 passed; 0 failed; 122 ignored; 0 measured; 0 filtered out
    this PR: 254 passed; 0 failed; 131 ignored; 0 measured; 0 filtered out
    
    cc rust-lang#4319
    flip1995 committed Aug 5, 2019
    Copy the full SHA
    713ad96 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#4330 - phansch:doctests_nursery, r=flip1995

    Doctests: Enable running doc tests for nursery lints
    
    changelog: none
    
    master: 202 passed; 0 failed; 122 ignored; 0 measured; 0 filtered out
    this PR: 213 passed; 0 failed; 122 ignored; 0 measured; 0 filtered out
    
    cc rust-lang#4319
    flip1995 committed Aug 5, 2019
    Copy the full SHA
    f5db24a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#4331 - phansch:doctests_restriction, r=flip…

    …1995
    
    Doctests: Enable running doc tests for restriction lints
    
    changelog: Enabled remaining doc tests for lint documentation page
    
    master: 202 passed; 0 failed; 122 ignored; 0 measured; 0 filtered out
    this PR: 231 passed; 0 failed; 123 ignored; 0 measured; 0 filtered out
    
    Closes rust-lang#4319 (assuming this is merged after rust-lang#4329 and rust-lang#4330)
    flip1995 committed Aug 5, 2019
    Copy the full SHA
    93c3da2 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#4332 - phansch:rustfix_unnecessary_cast, r=…

    …flip1995
    
    Split up cast.rs tests, run-rustfix for unnecessary_cast
    
    This splits up the cast.rs tests and enables rustfix tests for the part
    of the `unnecessary_cast` lint that emits `MachineApplicable`
    suggestions.
    
    changelog: none
    
    cc rust-lang#3630
    flip1995 committed Aug 5, 2019
    Copy the full SHA
    9259eeb View commit details
    Browse the repository at this point in the history