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 5 pull requests #60794

Merged
merged 12 commits into from
May 14, 2019
Merged

Rollup of 5 pull requests #60794

merged 12 commits into from
May 14, 2019

Commits on Apr 22, 2019

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

Commits on Apr 23, 2019

  1. deny -> warn

    RalfJung committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    4cb6d1c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    385d012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5310801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f792ab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Add #[doc(hidden)] attribute on compiler generated proc-macro module.

    Stops unavoidable `missing_docs` warning/error on proc-macro crates.
    Resolves rust-lang#42008.
    iliekturtles committed May 11, 2019
    Configuration menu
    Copy the full SHA
    5ccf2fb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. add impl_trait_in_bindings to INCOMPLETE_FEATURES

    impl_trait_in_bindings is not yet complete and can lead to compiler crashes.
    
    Fixes rust-lang#60764.
    Pulkit07 committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ea956e3 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#60176 - matthewjasper:yield-ref-to-local, r…

    …=pnkfelix
    
    Explain error when yielding a reference to a local variable
    
    Closes rust-lang#56508
    Centril authored May 13, 2019
    Configuration menu
    Copy the full SHA
    2821329 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#60201 - RalfJung:core-tests, r=alexcrichton

    coretest: Downgrade deny to warn
    
    The `deny` causes a build failure in https://github.com/RalfJung/miri-test-libstd. Since we use `-D warnings` for rustc builds, `warn` should be enough to lead to compile errors here, without impeding external builds.
    Centril authored May 13, 2019
    Configuration menu
    Copy the full SHA
    c8ef512 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#60562 - iliekturtles:proc-macro-missing-doc…

    …s, r=alexcrichton
    
    Add #[doc(hidden)] attribute on compiler generated module.
    
    Resolves unavoidable `missing_docs` warning/error on proc-macro crates.
    Resolves rust-lang#42008.
    
    Changes not yet tested locally, however I wanted to submit first since `rustc` takes forever to compile.
    Centril authored May 13, 2019
    Configuration menu
    Copy the full SHA
    e952b52 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#60710 - varkor:delay_span_bug-const-parent,…

    … r=matthewjasper
    
    Use `delay_span_bug` for error cases when checking `AnonConst` parent
    
    Fixes rust-lang#60704.
    Fixes rust-lang#60650.
    Centril authored May 13, 2019
    Configuration menu
    Copy the full SHA
    25b5d30 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#60770 - Pulkit07:issue60764, r=Centril

    add impl_trait_in_bindings to INCOMPLETE_FEATURES
    
    impl_trait_in_bindings is not yet complete and can lead to compiler crashes.
    
    Fixes rust-lang#60764.
    Centril authored May 13, 2019
    Configuration menu
    Copy the full SHA
    b698609 View commit details
    Browse the repository at this point in the history