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

Merge backport branches into master #4109

Merged
merged 19 commits into from
May 19, 2019
Merged

Commits on Aug 9, 2018

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

Commits on Nov 20, 2018

  1. rustup rust-lang/rust#55852

    matthiaskrgr authored and alexcrichton committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    246a77e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

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

Commits on Nov 26, 2018

  1. Merge pull request rust-lang#3457 from rust-lang/clippy_rustup_docume…

    …ntation
    
    Enable rustup clippy to refer to the correct documentation
    oli-obk authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    4dd8c06 View commit details
    Browse the repository at this point in the history
  2. Update mod.rs

    oli-obk authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    fd05696 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Fix ICE rust-lang#3747

    [Martins Polakovs, John Firebaugh]
    martinsp authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5d7c24f View commit details
    Browse the repository at this point in the history
  2. do not trigger redundant_closure when there is a difference in borrow…

    … level between closure parameter and "self"
    Grzegorz authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e9cc540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b189d2 View commit details
    Browse the repository at this point in the history
  4. Don't trigger missing_const_for_fn in external macros

    As reported in rust-lang#3841. Only fixes the part where it triggers on the
    `derive`.
    phansch authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e29559f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ab87dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request rust-lang#4003 from rust-lang/stable-backports

    Backport some things to stable
    Manishearth authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    726176e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Backport rust-lang#4101

    rust-lang#4101
    
    Splits up redundant_closure's method checking into a pedantic lint
    Manishearth authored and oli-obk committed May 17, 2019
    Configuration menu
    Copy the full SHA
    9170ca3 View commit details
    Browse the repository at this point in the history
  2. Don't run dogfood on windows

    oli-obk committed May 17, 2019
    Configuration menu
    Copy the full SHA
    64a9f56 View commit details
    Browse the repository at this point in the history
  3. Don't require rustfmt on beta

    oli-obk committed May 17, 2019
    Configuration menu
    Copy the full SHA
    28bde06 View commit details
    Browse the repository at this point in the history
  4. Auto merge of rust-lang#4104 - Manishearth:beta-backports, r=flip1995

    Backport rust-lang#4101 to beta
    
    This lint has been causing lots of problems.
    
    I'll check up on other potential beta backports when I build the new changelog
    
    r? @oli-obk
    bors committed May 17, 2019
    Configuration menu
    Copy the full SHA
    265318d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7fe3b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80eb7b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5b107e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ba60b8 View commit details
    Browse the repository at this point in the history