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 9 pull requests #5741

Merged
merged 24 commits into from
Jun 23, 2020
Merged

Rollup of 9 pull requests #5741

merged 24 commits into from
Jun 23, 2020

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    56f25e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840786a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ab104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1d5cd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a62380 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Fix ICE in consts::binop

    ebroto committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b21ef2b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. typo

    lcnr authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    dee794f View commit details
    Browse the repository at this point in the history
  2. Remove bar from blacklisted names

    Iain Brandram-Adams committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    f663a21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Update stderr to match, and reinforce comments

    Iain Brandram-Adams committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c020e45 View commit details
    Browse the repository at this point in the history
  2. Update comment in conf.rs

    Iain Brandram-Adams committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    454ed47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6f42a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

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

Commits on Jun 17, 2020

  1. Fix typo

    extending it's lifetime -> extending its lifetime
    sozysozbot authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f3a40f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    ed083cc View commit details
    Browse the repository at this point in the history
  2. Fix fallout

    flip1995 committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b886c06 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#5178 - matthiaskrgr:rustc_arg_pass, r=flip1995

    clippy-driver: pass all args to rustc if --rustc is present
    
    changelog: clippy-driver: pass all args to rustc if --rustc is present
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    7c61be6 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#5705 - dtolnay:orpat, r=flip1995

    Downgrade unnested_or_patterns to pedantic
    
    Even with rust-lang#5704 fixed, I don't believe it is a safe bet that if someone is using or-patterns anywhere in a codebase then they want to use it as much as possible in the whole codebase. I think it would be reasonable to reevaluate after the feature is stable. I feel that a warn-by-default lint suggesting use of an unstable feature, even if already being used in one place, is questionable.
    
    changelog: Remove unnested_or_patterns from default set of enabled lints
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    1f39eeb View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#5709 - ebroto:5389_ice, r=Manishearth

    Fix ICE in consts::binop
    
    changelog: Fix ICE in `consts::binop`
    
    Fixes rust-lang#5389
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9505919 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#5710 - lcnr:patch-1, r=flip1995

    typo
    
    changelog: none
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    24b77ea View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#5712 - ijijn:master, r=flip1995

    Remove `bar` from blacklisted names
    
    changelog: Remove `bar` from blacklisted names
    fixes rust-lang#5225
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0799be7 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#5713 - flip1995:more_lints, r=Manishearth

    Use lints in Clippy that are enabled in rustc bootstrap
    
    cc rust-lang/rust#73297 (comment)
    
    changelog: none
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    598a79f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#5716 - bugadani:patch-1, r=matthiaskrgr

    Fix typo in wildcard_imports
    
    changelog: none
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    68c0b24 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#5724 - ebroto:5697_const_result_option, r=M…

    …anishearth
    
    redundant_pattern_matching: avoid non-`const fn` calls in const contexts
    
    changelog: Avoid suggesting non-`const fn` calls in const contexts in [`redundant_pattern_matching`]
    
    Fixes rust-lang#5697
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f562117 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#5726 - sozysozbot:patch-1, r=flip1995

    Fix typo
    
    changelog: extending it's lifetime -> extending its lifetime
    flip1995 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    e4cbd1d View commit details
    Browse the repository at this point in the history